aboutsummaryrefslogtreecommitdiffstats
path: root/packages/DOS/common.dj
diff options
context:
space:
mode:
Diffstat (limited to 'packages/DOS/common.dj')
-rw-r--r--packages/DOS/common.dj4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj
index a32f10c5..85b611c4 100644
--- a/packages/DOS/common.dj
+++ b/packages/DOS/common.dj
@@ -13,7 +13,7 @@ MAKEFILE = Makefile.dj
OBJ_DIR = djgpp
#
-# Find out if using a UNIX-like shell or a DOS command interpreter
+# Find out if using a Unix-like shell or a DOS command interpreter
#
ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM)
ifneq ($(findstring CMD.EXE,$(SHELL)),CMD.EXE)
@@ -92,7 +92,7 @@ ARES_ROOT = $(TOPDIR)/ares
CC = gcc
YACC = bison -y
-CFLAGS = -g -gcoff -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
+CFLAGS = -g -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
-I$(WATT32_ROOT)/inc -Wall -DHAVE_CONFIG_H
ifeq ($(USE_SSL),1)