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.
22 lines
380 B
22 lines
380 B
# component
|
|
MINORCOMP=OSUNINST
|
|
MAJORCOMP=setup
|
|
|
|
# target
|
|
TARGETNAME=OSUNINST
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
# compiler options
|
|
USE_CRTDLL=1
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
# linker options
|
|
DLLDEF=undo.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
# source files
|
|
SOURCES=interface.c undo.rc
|
|
|
|
# binplace options
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
|