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.
 
 
 
 
 
 

15 lines
352 B

CCSHELL_DIR = $(PROJECT_ROOT)
!include $(CCSHELL_DIR)\ext\hnw\hnw.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\ext\hnw\hnw.inc
TARGETNAME = srcc
TARGETPATH = obj
TARGETTYPE = LIBRARY
SOURCES = \
..\debug.c \
..\dllload.c
INCLUDES=$(INCLUDES);$(NET_INC_PATH)