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.
 
 
 
 
 
 

38 lines
908 B

!IF 0
Copyright (C) Microsoft Corporation, 1997 - 1999
Module Name:
sources.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=testclean
TARGETPATH=obj
TARGETTYPE=PROGRAM
C_DEFINES= -D_far -DUNICODE -D_UNICODE
INCLUDES=$(INCLUDES);..\inc;
SOURCES=testclean.cpp
LINKLIBS=$(SDK_LIB_PATH)\Rpcrt4.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\adsiid.lib \
$(SDK_LIB_PATH)\activeds.lib \
$(SDK_LIB_PATH)\noutils.lib \
$(SDK_LIB_PATH)\nocairo.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib
UMTYPE=console