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) 1997 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:
Weihai Chen (weihaic) June 12, 1997
Revision History:
!ENDIF
DLLENTRY=_DllMainCRTStartup
TARGETNAME=oleprn TARGETPATH=obj TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\wininet.lib\ $(SDK_LIB_PATH)\gdi32.lib\ $(SDK_LIB_PATH)\comdlg32.lib\ $(SDK_LIB_PATH)\advapi32.lib\ $(SDK_LIB_PATH)\shell32.lib\ $(SDK_LIB_PATH)\ole32.lib\ $(SDK_LIB_PATH)\oleaut32.lib\ $(SDK_LIB_PATH)\uuid.lib\ $(SDK_LIB_PATH)\snmpapi.lib\ $(SDK_LIB_PATH)\mgmtapi.lib \ $(SDK_LIB_PATH)\clusapi.lib
LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib
!IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=.;..;..\inc;..\..\inc;$(WINDOWS_INC_PATH);$(PROJECT_ROOT)\inc\psutil;$(O)
SOURCES= oleprn.cpp\ prturl.cpp\ olesnmp.cpp\ asphelp.cpp\ custom.cpp\ util.cpp\ olecvt.cpp\ DSPrintQ.cpp\ oleInst.cpp\ Printer.cpp\ oleprn.idl\ prnsec.cpp\ oleprn.rc
USE_MSVCRT=1 USE_ATL=1 BUFFER_OVERFLOW_CHECKS=1 DLLDEF = oleprn.def
C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE \ -DNO_STRICT -D_SPOOL32_ -DSPOOLKM
PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_PCH=stdafx.pch PRECOMPILED_OBJ=stdafx.obj
! if "$(DELAYLOAD)" != "" DELAYLOAD= $(DELAYLOAD);mgmtapi.dll;snmpapi.dll ! else DELAYLOAD=mgmtapi.dll;snmpapi.dll ! endif DLOAD_ERROR_HANDLER=oleprn.dll
|