Leaked source code of windows server 2003
 
 
 
 
 
 

53 lines
1.1 KiB

!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.
Author:
Bala Neerumalla (05-19-2001)
!ENDIF
TARGETNAME=ScrptUtl
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
SOURCES=\
DateTimeObject.cpp \
ScriptingUtils.cpp \
ScriptingUtils.idl \
ScriptingUtils.rc
C_DEFINES=-DUNICODE -D_UNICODE
ATL_VER=30
USE_ATL=1
USE_MSVCRT=1
DLLDEF=ScriptingUtils.def
USE_NATIVE_EH=ASYNC
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\Advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\framedyn.lib