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.
36 lines
757 B
36 lines
757 B
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Makefile for the product-wide header files
|
|
|
|
#
|
|
# Suppress use of the precompiled header file in this directory.
|
|
#
|
|
PCH_DEFEAT=1
|
|
|
|
#
|
|
# Cause compilation for the DLL version of the CRT
|
|
#
|
|
DLL=1
|
|
|
|
!include ..\rules.mk
|
|
|
|
##### Source Files
|
|
|
|
!IFNDEF NTMAKEENV
|
|
|
|
SPSRC_COMMON = .\prallib.c .\prassert.c .\prbltin.c \
|
|
.\prcnsult.c .\prdebug.c .\prerror.c \
|
|
.\prextra.c .\prhash.c .\prinit.c \
|
|
.\prio.c .\prlush.c .\prmesg.c \
|
|
.\proslib.c .\prparse.c .\prprint.c \
|
|
.\prscan.c .\prstdio.c \
|
|
.\prunify.c
|
|
|
|
CSRC_COMMON = $(SPSRC_COMMON)
|
|
|
|
CFLAGS = $(CFLAGS) -NTSP_TEXT -D__MSDOS__ -D__LARGE__
|
|
|
|
OS2FLAGS = $(OS2FLAGS) -DOS2
|
|
WINFLAGS = $(WINFLAGS) -DWINDOWS
|
|
|
|
!ENDIF
|
|
|