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.

28 lines
653 B

  1. TARGETNAME=main
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include; \
  6. $(PROJECT_ROOT)\ntsetup\opktools\setupmgr\common;
  7. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  8. C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
  9. SOURCES=maindlgs.c \
  10. newedit.c \
  11. savescr.c \
  12. distfold.c \
  13. advance.c \
  14. copyfil1.c \
  15. copyfile.c \
  16. adddirs.c \
  17. cmdlines.c \
  18. product.c \
  19. stdalone.c \
  20. platform.c
  21. PRECOMPILED_INCLUDE=pch.h
  22. PRECOMPILED_PCH=pch.pch
  23. PRECOMPILED_OBJ=pch.obj