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.

30 lines
444 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include ..\sources.inc
  7. TARGETNAME=libmsg
  8. TARGETTYPE=LIBRARY
  9. TARGETPATH=obj
  10. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  11. !INCLUDE $(PROJECT_ROOT)\ntsetup\sources.inc
  12. INCLUDES=$(INCLUDES);\
  13. $(DS_INC_PATH);\
  14. $(BASE_INC_PATH);\
  15. $(WINDOWS_INC_PATH)
  16. SOURCES= \
  17. libmsg.c \
  18. SYNCHRONIZE_BLOCK=1
  19. USE_MSVCRT=1