52 lines
1 KiB
Plaintext
52 lines
1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1997 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=sdktools
|
||
|
MINORCOMP=setuplog
|
||
|
|
||
|
TARGETNAME=setuplog
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
UMTYPE=windows
|
||
|
DLLENTRY=LibMain
|
||
|
DLLBASE=0x04800000
|
||
|
USE_MSVCRT=1
|
||
|
INCLUDES=$(PROJECT_ROOT)\setuplog\inc
|
||
|
|
||
|
LINKLIBS=$(PROJECT_ROOT)\setuplog\lib\$(O)\setuplog.lib
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(WINDOWS_LIB_PATH)\user32p.lib \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\mpr.lib\
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib\
|
||
|
$(SDK_LIB_PATH)\shell32.lib\
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib
|
||
|
|
||
|
SOURCES=ver.rc \
|
||
|
main.c
|