Source code of Windows XP (NT5)
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.

45 lines
949 B

  1. PROJDIR=..\..
  2. TARGETNAME=wlbs
  3. TARGETTYPE=LIBRARY
  4. !include $(PROJDIR)\makefile.inc
  5. INCLUDES=\
  6. $(PROJDIR)\netcfg\inc;\
  7. $(PROJDIR)\idl;\
  8. $(PROJDIR)\inc;
  9. !IF "$(INTERNAL)"=="1"
  10. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  11. C_DEFINES=$(C_DEFINES) -DINTERNAL
  12. !ENDIF
  13. C_DEFINES=$(C_DEFINES) -DWLBSAPI_INTERNAL_ONLY
  14. #
  15. # Define this to get preprocessor output (creates files with ".i" extension)
  16. #
  17. # USER_C_FLAGS=$(USER_C_FLAGS) -P
  18. SOURCES=\
  19. log_msgs.mc \
  20. clusterDlg.cpp \
  21. host.cpp \
  22. netcfgconfig.cpp \
  23. ports.cpp \
  24. wlbs.cpp \
  25. debug.cpp \
  26. license.c \
  27. utils.cpp \
  28. tracelog.cpp \
  29. wlbs.rc
  30. #
  31. # The following statement specifies the list of files to be preprocessed
  32. # for tracing macros. See http://coreos/tech/tracing/ for details.
  33. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  34. # various trace macros, like LOG_CRIT.
  35. #
  36. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini