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.
 
 
 
 
 
 

47 lines
956 B

!IF 0
Copyright (c) 2000 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
MAJORCOMP=CSC
MINORCOMP=UTIL
TARGETNAME=cscutil
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
C_DEFINES=$(C_DEFINES) -DCSCUTIL_INTERNAL
INCLUDES=$(BASEDIR)\base\fs\rdr2\csc\inc;\
$(BASEDIR)\base\fs\rdr2\rdbss\smb.mrx;\
$(BASEDIR)\base\fs\rdr2\csc\record.mgr
MSC_WARNING_LEVEL=/W3 /WX
!INCLUDE ..\sources.inc
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\cscdll.lib \
$(SDK_LIB_PATH)\mpr.lib \
USE_MSVCRT=1