changeset 26:5e38361f823b

Removed old include directives.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 17 Aug 2001 11:59:22 +0000
parents f9fd7238635c
children e8e81bc68024
files makefile.emx
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.emx	Fri Aug 17 11:50:44 2001 +0000
+++ b/makefile.emx	Fri Aug 17 11:59:22 2001 +0000
@@ -1,9 +1,6 @@
 # $Id$ 
 
-# HandyFTP Makefile
-
-DWINCDIR = d:/work/fx/include
-DWLIBDIR = d:/work/fx/lib
+# Dynamic Windows EMX Makefile
 
 CC = gcc
 RM = rm -f
@@ -14,7 +11,7 @@
 DEFS =
 LIBS =
 
-CFLAGS = -O -g -Zomf -Zmt -D__ST_MT_ERRNO__ -I. -Wall -I$(DWINCDIR)
+CFLAGS = -O -g -Zomf -Zmt -D__ST_MT_ERRNO__ -I. -Wall
 LDFLAGS = -Zdll -Zcrtdll
 RCFLAGS = -r