# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 998049562 0 # Node ID 5e38361f823be64a4f8d091462a06356e9544ac6 # Parent f9fd7238635cc09aeffb68e6b48775b55468fd1d Removed old include directives. diff -r f9fd7238635c -r 5e38361f823b makefile.emx --- 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