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) Microsoft Corporation, 1997 - 1999
Module Name:
sources.
!ENDIF
!include $(PROJECT_ROOT)\wia\wiaenv.inc
TARGETNAME=sampusd TARGETPATH=obj TARGETTYPE=DYNLINK UMTYPE=windows DLLENTRY=DllEntryPoint
USE_CRTDLL=1
# # Debugging options #
!IFDEF MAXDEBUG NTDEBUG=ntsd NTDEBUGTYPE=windbg MSC_OPTIMIZATION=/Od C_DEFINES = $(C_DEFINES) /DMAXDEBUG /DDEBUG /DDBG=1 !ENDIF
TARGETLIBS=$(TARGETLIBS) \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\sti.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\ole32.lib
INCLUDES=$(INCLUDES);
SOURCES=sampusd.rc \ sampusd.cpp \ device.cpp
DLLBASE=0x1c300000
|