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.

31 lines
629 B

  1. !IF 0
  2. Copyright (c) 1996-1997 Microsoft Corporation
  3. Microsoft GPC-to-GPD Conversion
  4. !ENDIF
  5. !ifndef PRNROOT
  6. PRNROOT=$(MAKEDIR:\tools\uni\gpc2gpd=)
  7. !endif
  8. !include $(PRNROOT)\print.inc
  9. TARGETNAME=gpc2gpd
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. INCLUDES=$(INCLUDES);$(PRNROOT)\inc;$(PRNROOT)\unidrv2\inc;..
  13. C_DEFINES=$(C_DEFINES) -DDBG=1
  14. USE_MSVCRT=1
  15. SOURCES= gpc2gpd.c utils.c uientry.c prentry.c
  16. UMTYPE=console
  17. UMLIBS=\
  18. $(PRNROOT)\lib\utils\um\$O\utils.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\winspool.lib \
  21. $(SDK_LIB_PATH)\setargv.obj \
  22. $(SDK_LIB_PATH)\ntdll.lib