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.

58 lines
1.3 KiB

  1. TARGETNAME = admparse
  2. !include ..\common.inc
  3. SOURCES_USED = \
  4. $(SOURCES_USED) \
  5. ..\common.inc
  6. #----- Strandard goo -----
  7. TARGETTYPE = DYNLINK
  8. TARGETEXT = dll
  9. DLLBASE = 0x70000000
  10. DLLENTRY = _DllMainCRTStartup
  11. CHICAGO_PRODUCT = 1
  12. INCLUDES = \
  13. $(INCLUDES); \
  14. $(SDK_INC_PATH)\atl21;
  15. #VERIFY_LC=1
  16. LC_PATH=$(PROJECT_ROOT)\lcinf
  17. #----- C/C++ source files (like you didn't know) -----
  18. # no precompiled header
  19. !ifdef PRECOMPILED_CXX
  20. !undef PRECOMPILED_CXX
  21. !undef PRECOMPILED_INCLUDE
  22. !endif
  23. SOURCES = \
  24. admparse.cpp \
  25. admui.cpp \
  26. controls.cpp \
  27. rsop.cpp \
  28. admparse.rc
  29. #----- Libraries -----
  30. USE_MSVCRT=1
  31. USE_ATL = 1
  32. TARGETLIBS= \
  33. $(TARGETLIBS) \
  34. $(SDK_LIB_PATH)\wbemuuid.lib \
  35. $(SDK_LIB_PATH)\vccomsup.lib \
  36. $(SDK_LIB_PATH)\oleaut32.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\version.lib \
  39. $(SDK_LIB_PATH)\wininet.lib \
  40. $(SDK_LIB_PATH)\mpr.lib \
  41. $(SDK_LIB_PATH)\comctl32.lib \
  42. $(SDK_LIB_PATH)\advpack.lib \
  43. $(SDK_LIB_PATH)\inseng.lib \
  44. $(SDK_LIB_PATH)\shell32.lib \
  45. $(IEAK_UTIL_PATHW)\$(O)\ieakutil.lib
  46. #----- The rest (*.def file handling and the like) -----
  47. USE_MAPSYM = 1