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.
 
 
 
 
 
 

37 lines
559 B

!IF 0
Copyright (C) Microsoft Corporation, 1996 - 2000
Module Name:
sources.
!ENDIF
TARGETNAME=storlib
TARGETPATH=obj
TARGETTYPE=DRIVER_LIBRARY
LINKLIBS=
INCLUDES=..\inc
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
SOURCES=\
dict.c \
debug.c \
gateway.c
UMTEST=tdict
UMTYPE=console
UMLIBS=$(O)\dict.obj\
$(SDK_LIB_PATH)\ntdll.lib
!IFDEF _RTC
MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /RTC$(_RTC)
C_DEFINES=$(C_DEFINES) -D_RTC=1
!ENDIF