27 lines
391 B
Plaintext
27 lines
391 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\glyphset\mkgly=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=mkgly
|
|
|
|
TARGETNAME=mkgly
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(INCLUDE);..\inc
|
|
C_DEFINES=-DSTANDALONE -DDBG=1
|
|
|
|
SOURCES=mkgly.c
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(SDK_LIB_PATH)\ntdll.lib
|