windows-nt/Source/XPSP1/NT/base/ntsetup/undostub/sources

23 lines
380 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
# 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}