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.

48 lines
883 B

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author:
  10. kris Aksdal '98
  11. !ENDIF
  12. TARGETNAME=SysParse
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. UMTYPE=windows
  16. UMENTRY=winmain
  17. INCLUDES=.\; \
  18. C_DEFINES=-DUSE_REGEXP -DWIN32
  19. LINKER_FLAGS=/SWAPRUN:CD /SWAPRUN:NET
  20. SOURCES = sysparse.cpp \
  21. sysparse.rc \
  22. cmdline.cpp \
  23. geninfo.cpp \
  24. logger.cpp \
  25. devwalk.cpp \
  26. genapwlk.cpp \
  27. nt4dev.cpp \
  28. nt5net.cpp
  29. TARGETLIBS= \
  30. $(SDK_LIB_PATH)\version.lib \
  31. $(SDK_LIB_PATH)\rpcrt4.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\uuid.lib