Update of /cvsroot/netrek/client/netrekxp/src/cursors
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19426/src/cursors

Modified Files:
	makefile 
Log Message:
Updated compile instruction to mention NOT to use cygwin or it breaks makefiles.
Version changed from 1.1 to 1.2.
Infinite loop fixed in parsemeta.c (LoadMetasCache).
Minor makefile formatting and debug fixes.
Updated cygwin1.dll binary so mkkey program works.

Index: makefile
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/cursors/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- makefile	7 May 2006 16:59:27 -0000	1.2
+++ makefile	30 Nov 2006 01:25:05 -0000	1.3
@@ -13,7 +13,7 @@
 RESOURCES = curslib.res
 
 $(RESOURCES): curslib.rc
-        $(rc) -FOcurslib.res curslib.rc
+	$(rc) -FOcurslib.res curslib.rc
 
 curslib.dll:  $(RESOURCES)
 	$(link) -Tpd -aa -V4.0 -c -x C0d32.OBJ, curslib.dll,, import32.lib cw32i.lib, , $(RESOURCES)