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
31 lines
629 B
!IF 0
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
Microsoft GPC-to-GPD Conversion
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\tools\uni\gpc2gpd=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
TARGETNAME=gpc2gpd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(INCLUDES);$(PRNROOT)\inc;$(PRNROOT)\unidrv2\inc;..
|
|
C_DEFINES=$(C_DEFINES) -DDBG=1
|
|
USE_MSVCRT=1
|
|
SOURCES= gpc2gpd.c utils.c uientry.c prentry.c
|
|
|
|
UMTYPE=console
|
|
UMLIBS=\
|
|
$(PRNROOT)\lib\utils\um\$O\utils.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\setargv.obj \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|