Added ALLCFLAGS for compiler option configuration.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@202 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2001-04-16 14:36:56 +00:00
parent 6a6899aef6
commit d6ebf8aa0c

View File

@ -12,6 +12,9 @@ RM=..\utils\rm -f
# Give path to nasm here (or if it's in your path just uncomment the line).
#NASM=nasm
# Give extra Turbo C compiler flags here
#ALLCFLAGS=-DDEBUG
# Use these for Turbo C 2.01
#COMPILER=TC2
@ -56,6 +59,9 @@ RM=..\utils\rm -f
# $Id$
#
# $Log$
# Revision 1.7 2001/04/16 14:36:56 bartoldeman
# Added ALLCFLAGS for compiler option configuration.
#
# Revision 1.6 2001/04/15 03:21:49 bartoldeman
# See history.txt for the list of fixes.
#