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

  1. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  2. TARGETNAME = setup
  3. TARGETPATH = obj
  4. TARGETTYPE = PROGRAM
  5. UMTYPE=windows
  6. UMENTRY=winmain
  7. SUBSYSTEM_VERSION=4.00
  8. CHICAGO_PRODUCT=1
  9. OPK=1
  10. SOURCES = \
  11. autorun.cpp \
  12. dataitem.cpp \
  13. dlgapp.cpp \
  14. resource.rc
  15. !if "$(OPK)" == "1"
  16. C_DEFINES=-DBUILD_OPK_VERSION
  17. !endif