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

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\tools\ps\makentf=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. TARGETNAME=MakeNTF
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. INCLUDES=.;$(INCLUDES);$(PRNROOT)\pscript;$(PRNROOT)\lib\ps; \
  12. $(WINDOWS_INC_PATH);
  13. C_DEFINES=$(C_DEFINES) -DSTANDALONE
  14. #C_DEFINES=$(C_DEFINES) -DFORCE_2NDIFIMETRICS_FIRST
  15. SOURCES=makentf.c writentf.c afm2ntm.c unipstbl.c cjkfonts.c makentf.rc
  16. USE_MSVCRT=1
  17. UMTYPE=console
  18. UMLIBS=$(PRNROOT)\lib\utils\um\$(O)\utils.lib \
  19. $(PRNROOT)\lib\ps\um\$(O)\pslib.lib \
  20. $(PRNROOT)\parsers\ppd\um\$(O)\ppd.lib \
  21. $(SDK_LIB_PATH)\setargv.obj \
  22. $(SDK_LIB_PATH)\winspool.lib \
  23. $(SDK_LIB_PATH)\ntdll.lib \
  24. $(SDK_LIB_PATH)\gdi32.lib \
  25. $(SDK_LIB_PATH)\shell32.lib