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.
 
 
 
 
 
 

36 lines
850 B

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\tools\ps\makentf=)
!endif
!include $(PRNROOT)\print.inc
TARGETNAME=MakeNTF
TARGETPATH=obj
TARGETTYPE=PROGRAM
INCLUDES=.;$(INCLUDES);$(PRNROOT)\pscript;$(PRNROOT)\lib\ps; \
$(WINDOWS_INC_PATH);
C_DEFINES=$(C_DEFINES) -DSTANDALONE
#C_DEFINES=$(C_DEFINES) -DFORCE_2NDIFIMETRICS_FIRST
SOURCES=makentf.c writentf.c afm2ntm.c unipstbl.c cjkfonts.c makentf.rc
USE_MSVCRT=1
UMTYPE=console
UMLIBS=$(PRNROOT)\lib\utils\um\$(O)\utils.lib \
$(PRNROOT)\lib\ps\um\$(O)\pslib.lib \
$(PRNROOT)\parsers\ppd\um\$(O)\ppd.lib \
$(SDK_LIB_PATH)\setargv.obj \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\shell32.lib