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.

24 lines
515 B

  1. TARGETNAME=supplib
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include;
  6. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  7. C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
  8. SOURCES=namelist.c \
  9. settngs.c \
  10. msg.c \
  11. pathsup.c \
  12. chknames.c \
  13. string.c \
  14. fileio.c \
  15. listbox.c \
  16. hstemp.c
  17. PRECOMPILED_INCLUDE=pch.h
  18. PRECOMPILED_PCH=pch.pch
  19. PRECOMPILED_OBJ=pch.obj