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, 1998 - 1999
Module Name:
sources.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
GEM_ROOT=.. MAJORCOMP=GemSAFE MINORCOMP=gpkrsrc
RESOURCE_ONLY_DLL=1
TARGETNAME=$(MINORCOMP) TARGETPATHLIB=$(GEM_ROOT)\lib\$(_OBJ_DIR) TARGETPATH=$(GEM_ROOT)\bin\$(_OBJ_DIR) TARGETTYPE=DYNLINK
DLLDEF=$(MINORCOMP).def
NO_BROWSER_FILE=1
TARGETLIBS= \ $(TARGETLIBS) \ $(WIN32_LIBS) \ $(GUI32_LIBS)
INCLUDES=$(SDK_INC_PATH)\mfc42
SOURCES=\ gpkrsrc.c \ gpkrsrc.rc
C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_MBCS -D_USRDLL -DGPKGUI_EXPORTS -DGPKRSRC_EXPORTS -DMS_BUILD
# Additional Compiler definitions USE_MSVCRT=1
# if building a DLL, base the DLL. DLLBASE=0x08000000
|