mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
343 B
24 lines
343 B
MAJORCOMP=sis
|
|
MINORCOMP=sisSetup
|
|
|
|
TARGETNAME=sisSetup
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
#UMENTRY=
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
USE_CRTDLL=1 #same as USE_MSVCRT=1
|
|
USE_MAPSYM=1
|
|
|
|
#BINPLACE_PLACEFILE=..\..\placefil.txt
|
|
|
|
LINKLIBS=\
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES=\
|
|
sisSetup.c \
|
|
sisSetup.rc
|
|
|