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) 1996-1997 Microsoft Corporation
!ENDIF
!ifndef PRNROOT PRNROOT=$(MAKEDIR:\glyphset\mkgtt=) !endif
!include $(PRNROOT)\print.inc
MAJORCOMP=windows MINORCOMP=mkgtt
TARGETNAME=mkgtt TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=$(INCLUDE);..\..\inc;..\..\unidrv2\inc C_DEFINES=$(C_DEFINES) -DDBG=1
!IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX /Zi /Zd /Yd /MTd
SOURCES=mkgtt.c \ dbcsconv.c \ mkgtt.rc
UMTYPE=console UMLIBS=$(SDK_LIB_PATH)\ntdll.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(PRNROOT)\lib\utils\um\$O\utils.lib
|