mirror of https://github.com/lianthony/NT4.0
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.
68 lines
1.5 KiB
68 lines
1.5 KiB
!IF 0
|
|
*****************************************************************************
|
|
Copyright (c) 1989, 1990 Microsoft Corporation
|
|
|
|
Module Name: SOURCES for MacPrint 1.0 port to NT
|
|
|
|
Abstract:
|
|
This file is used to build MacPrint 2.0
|
|
|
|
Author: frankb
|
|
|
|
Revision History:
|
|
05/18/92 frankb original version
|
|
*****************************************************************************
|
|
!ENDIF
|
|
|
|
#------------------------------------------------
|
|
# INFO FOR CREATING LIBRARY
|
|
#------------------------------------------------
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
C_DEFINES=-DUNICODE
|
|
|
|
TARGETNAME=PAPTEST
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
TARGETLIBS=\
|
|
..\..\lib\obj\*\pap.lib
|
|
|
|
#------------------------------------------------
|
|
# INCLUDE PATH
|
|
#------------------------------------------------
|
|
|
|
INCLUDES=.;h;..\h;..\..\h;$(BASEDIR)\private\ntos\inc;$(BASEDIR)\private\inc
|
|
|
|
#------------------------------------------------
|
|
# SOURCE FILES (used to make library)
|
|
# (Currently there are no files listed.)
|
|
#------------------------------------------------
|
|
|
|
SOURCES=paptest.c
|
|
|
|
|
|
#------------------------------------------------
|
|
# FLAGS
|
|
#------------------------------------------------
|
|
|
|
NTDEBUG=ntsd
|
|
|
|
C_DEFINES=
|
|
|
|
|
|
#------------------------------------------------
|
|
# EXECUTABLES
|
|
#------------------------------------------------
|
|
|
|
UMTYPE=console
|
|
|
|
#------------------------------------------------
|
|
# LIBRARIES created by the SOURCES= line (above)
|
|
# (currently commented out - not used)
|
|
#------------------------------------------------
|
|
|
|
UMLIBS=
|