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.

50 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=infscan
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. USE_NATIVE_EH=1
  15. USE_STL=1
  16. # To build ANSI or Unicode, comment out the appropriate C_DEFINES line...
  17. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  18. #C_DEFINES=$(C_DEFINES)
  19. SOURCES= msg.mc \
  20. filters.cpp \
  21. globals.cpp \
  22. globalscan.cpp \
  23. infscan.cpp \
  24. installscan.cpp \
  25. parseinfctx.cpp \
  26. sppriv.cpp \
  27. verinfo.cpp \
  28. worker.cpp \
  29. infscan.rc
  30. TARGETLIBS= \
  31. $(SDK_LIB_PATH)\setupapi.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\user32.lib
  34. UMTYPE=console
  35. USE_MSVCRT=1
  36. PRECOMPILED_CXX = 1
  37. PRECOMPILED_INCLUDE = precomp.h
  38. PRECOMPILED_SOURCEFILE = precomp.cpp