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.
 
 
 
 
 
 

67 lines
1.4 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:
Jon Wiswall (jonwis) 27-Nov-2000
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=sxsexpress
TARGETPATH=obj
TARGETTYPE=PROGRAM
RTL_XML_LIB_PATH=..\..\xmllib\$(O)
TARGETLIBS=\
$(SDK_LIB_PATH)\fdi.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(RTL_XML_LIB_PATH)\sxsasmident.lib \
$(RTL_XML_LIB_PATH)\rtlsxsutils.lib \
$(RTL_XML_LIB_PATH)\rtlxmllib.lib \
$(RTL_XML_LIB_PATH)\identrospection.lib \
..\core\$(O)\sxsexpresscore.lib \
UMTYPE=console
UMENTRY=wmain
INCLUDES= \
..\..\xmllib\inc; \
..\inc; \
$(INCLUDES); \
$(COM_INC_PATH); \
$(SDK_INC_PATH); \
$(BASE_INC_PATH); \
USE_NATIVE_EH=ASYNC
USE_MSVCRT=1
SOURCES=\
sxsexpress.cpp \
..\resource.rc \
C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE