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.
 
 
 
 
 
 

31 lines
444 B

!IF 0
Copyright (C) Microsoft Corporation, 2000 - 2000
Module Name:
sources.
!ENDIF
!include ..\sources.inc
TARGETNAME=libmsg
TARGETTYPE=LIBRARY
TARGETPATH=obj
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
!INCLUDE $(PROJECT_ROOT)\ntsetup\sources.inc
INCLUDES=$(INCLUDES);\
$(DS_INC_PATH);\
$(BASE_INC_PATH);\
$(WINDOWS_INC_PATH)
SOURCES= \
libmsg.c \
SYNCHRONIZE_BLOCK=1
USE_MSVCRT=1