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.

26 lines
566 B

  1. TARGETNAME=common
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include; \
  6. $(DS_INC_PATH);
  7. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  8. C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
  9. SOURCES=load.c \
  10. loadfile.c \
  11. loadnet.c \
  12. save.c \
  13. savefile.c \
  14. savenet.c \
  15. reset.c \
  16. init.c \
  17. cancel.c \
  18. netreg.cpp
  19. PRECOMPILED_INCLUDE=pch.h
  20. PRECOMPILED_PCH=pch.pch
  21. PRECOMPILED_OBJ=pch.obj