windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/autorun/sources

24 lines
335 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
TARGETNAME = setup
TARGETPATH = obj
TARGETTYPE = PROGRAM
UMTYPE=windows
UMENTRY=winmain
SUBSYSTEM_VERSION=4.00
CHICAGO_PRODUCT=1
OPK=1
SOURCES = \
autorun.cpp \
dataitem.cpp \
dlgapp.cpp \
resource.rc
!if "$(OPK)" == "1"
C_DEFINES=-DBUILD_OPK_VERSION
!endif