diff -u -r angban~1.2/src/makefile.cyg angban~1.new/src/makefile.cyg
--- angban~1.2/src/makefile.cyg	Fri Oct 27 23:29:52 2000
+++ angban~1.new/src/makefile.cyg	Thu Feb  1 13:01:34 2001
@@ -1,12 +1,7 @@
-# This is a makefile for the Cygwin 1.0 release which may
-# be downloaded by following the links from the url:
+# This is a makefile for the Cygwin tools which may
+# be downloaded by following the links from the URL:
 # http://sources.redhat.com/cygwin/
 
-#
-# File locations - change these as appropriate
-#
-CYGDIR  = c:/cygwin
-
 
 #
 # Standard defines
@@ -14,8 +9,6 @@
 
 CC = gcc
 WRES = windres
-LIBDIRS = -L$(CYGDIR)/lib
-INCDIRS = -I$(CYGDIR)/usr/include/mingw32
 LIBS = -s -mwindows -e _mainCRTStartup -lwinmm
 CFLAGS = -Wall -O2 -fno-strength-reduce -DUSE_TRANSPARENCY -DWINDOWS
 


