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 - 1999 Microsoft Corporation
!ENDIF
# # We take advantage of the ALT_PROJECT/ALT_PROJECT_TARGET macro # to place FE speicfic files in appropriate language subdirectories # (e.g. binaries\jpn, binaries\cht, etc.) of the bild image. # # n.b. Though these macros are used, we do not necessarily expect # that we have DBCS, JPN, etc. symbols are defined in C_DEFINES. # This is purely for binlacing location issue.. #
ALT_PROJECT=FE ALT_PROJECT_TARGET=$(ALT_PROJECT)
!include ..\sources.inc
TARGETNAME=cnrstres TARGETPATH=obj TARGETTYPE=DYNLINK
!if 1 # !ifdef USERMODE_DRIVER
TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(PRNROOT)\lib\utils\um\$O\utils.lib USE_LIBCNTPR=1 C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DUNICODE
!else
TARGETLIBS=$(SDK_LIB_PATH)\libcntpr.lib \ $(PRNROOT)\lib\utils\km\$O\utils.lib \ $(DDK_LIB_PATH)\win32k.lib USE_NOLIBS=1 C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUNICODE
!endif
!IF 0 DLLBASE=@$(COFFBASE_TXT_FILE),cnrstres !ELSE DLLBASE=0x8000000 !ENDIF
INCLUDES=$(PRNROOT)\inc;$(UNIDIR)\inc
UMTYPE=windows
SRCDIR=..
DLLDEF=$(SRCDIR)\cnrstres.def
SOURCES=\ $(SRCDIR)\cnrstres.rc \ $(SRCDIR)\cnrstres.c \ $(SRCDIR)\common.c
MISCFILES=\ $(SRCDIR)\cnrstres.ini
|