Leaked source code of windows server 2003
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.
 
 
 
 
 
 

23 lines
358 B

!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