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.

60 lines
1.5 KiB

  1. TARGETNAME=wlbsctrl
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. !IF "$(INTERNAL)"=="1"
  5. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  6. C_DEFINES=$(C_DEFINES) -DINTERNAL
  7. !ENDIF
  8. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  9. #C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  10. UNICODE=1
  11. C_DEFINES=$(C_DEFINES) -DWLBSAPI_INTERNAL_ONLY
  12. DLLENTRY=_DllMainCRTStartup
  13. DLLDEF=wlbsctrl.def
  14. USE_MSVCRT=1
  15. PRECOMPILED_INCLUDE=precomp.h
  16. #
  17. # Define this to get preprocessor output (creates files with ".i" extension)
  18. #
  19. # USER_C_FLAGS=$(USER_C_FLAGS) -P
  20. #
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\setupapi.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\ws2_32.lib \
  29. $(SDK_LIB_PATH)\iphlpapi.lib \
  30. $(SDK_LIB_PATH)\rtutils.lib \
  31. $(SDK_LIB_PATH)\shlwapi.lib \
  32. ..\util\$(O)\wlbsutil.lib
  33. #UMTYPE=console
  34. INCLUDES=..\inc
  35. SOURCES=\
  36. cluster.cpp\
  37. control.cpp\
  38. params.cpp\
  39. wrapper.cpp\
  40. notification.cpp\
  41. license.c\
  42. version.rc
  43. #
  44. # The following statement specifies the list of files to be preprocessed
  45. # for tracing macros. See http://coreos/tech/tracing/ for details.
  46. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  47. # various trace macros, like LOG_CRIT.
  48. #
  49. RUN_WPP= cluster.cpp control.cpp params.cpp notification.cpp -dll -ini:tracewpp.ini