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.
|
|
!IF 0
Copyright (c) 1989 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:
Revision History:
!ENDIF
TARGETNAME=ntprint TARGETPATH=obj TARGETTYPE=DYNLINK
LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\setupapi.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\mscms.lib \ $(SDK_LIB_PATH)\crypt32.lib \ $(SDK_LIB_PATH)\version.lib \ $(SDK_LIB_PATH)\shlwapi.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\ActiveDS.lib \ $(SDK_LIB_PATH)\adsiid.lib \ $(SDK_LIB_PATH)\wintrust.lib
DLLDEF=..\ntprint.def
DLLENTRY=_DllMainCRTStartup USE_MSVCRT=1 BUFFER_OVERFLOW_CHECKS=1
INCLUDES = \ ..; \ ..\..\inc; \ ..\..\..\inc; \ $(ADMIN_INC_PATH); \ $(BASE_INC_PATH); \ $(WINDOWS_INC_PATH);\ $(ENDUSER_INC_PATH)
SOURCES= ..\data.c \ ..\install.c \ ..\ntprint.c \ ..\monitor.c \ ..\upgrade.c \ ..\util.c \ ..\utildi.c \ ..\win95.c \ ..\srvinst.cxx \ ..\clusupg.cxx \ ..\signing.cxx \ ..\printupg.cxx \ ..\splsetup.rc \ ..\IppOcm.cxx
UMTYPE=console UMLIBS=$(O)\splsetup.lib
C_DEFINES=-DUNICODE -D_UNICODE -DLINK_SPLLIB
|