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
PFM to IFIMETRICS Conversion tools
Copyright (C) 1992 Microsoft Corporation
!ENDIF
!ifndef PRNROOT PRNROOT=$(MAKEDIR:\tools\uni\ctt2gtt=) !endif
!include $(PRNROOT)\print.inc
MAJORCOMP=windows MINORCOMP=ctt2gtt
TARGETNAME=ctt2gtt TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=$(INCLUDES);../../../inc;../../../unidrv2/inc; C_DEFINES=$(C_DEFINES)
!IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX /Zi /Zd /Yd /MTd
SOURCES=ctt2gtt.c \ cttconv.c \ cpinfo.c \ ctt2gtt.rc
UMTYPE=console UMLIBS= $(PRNROOT)\lib\utils\um\$O\utils.lib \ $(PRNROOT)\lib\uni\um\$O\unilib.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\ntdll.lib
PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj
|