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.

53 lines
1.7 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. TARGETNAME=podtest
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. # The TARGETLIBS macro specifies additional libraries to link against your target
  12. # image. Each library path specification should contain an asterisk (*)
  13. # where the machine-specific subdirectory name should go.
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\oleaut32.lib \
  17. $(SDK_LIB_PATH)\ole32.lib \
  18. $(SDK_LIB_PATH)\uuid.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\wbemuuid.lib \
  22. $(SDK_LIB_PATH)\vccomsup.lib
  23. # The INCLUDES variable specifies any include paths that are specific to
  24. # this source directory. Separate multiple paths with single
  25. # semicolons. Relative path specifications are okay.
  26. INCLUDES=$(INCLUDES);
  27. # The developer defines the SOURCES macro. It contains a list of all the
  28. # source files for this component. Specify each source file on a separate
  29. # line using the line-continuation character. This minimizes merge
  30. # conflicts if two developers are adding source files to the same component.
  31. SOURCES= \
  32. maindll.cpp \
  33. classfac.cpp \
  34. podprov.cpp \
  35. requestobject.cpp \
  36. genericclass.cpp \
  37. poddata.cpp \
  38. podbase.cpp
  39. # Next, specify options for the compiler using C_DEFINES.
  40. C_DEFINES=$(C_DEFINES) /D_WIN32_WINNT=0x0400 /DUNICODE /DBUILDING_DLL /D_WINDLL /D__WINNT_BUILD__
  41. USER_C_FLAGS=/Ob2 /EHa
  42. USE_MFCVER=42
  43. USE_MFC=1
  44. DLLDEF=$(O)\podprov.def
  45. USE_NATIVE_EH=1
  46. PASS0_HEADERDIR=$(O)