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.
27 lines
441 B
27 lines
441 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
|
|
|
|
!IFNDEF NTMAKEENV
|
|
|
|
##### Source Files
|
|
|
|
SPSRC_COMMON = .\prmain.c .\pralloc.c .\prnt.c
|
|
|
|
CSRC_COMMON = $(SPSRC_COMMON)
|
|
|
|
CFLAGS = $(CFLAGS:W3=W2) -NTSP_TEXT -D__MSDOS__ -D__LARGE__
|
|
|
|
!ENDIF
|
|
|