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

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/winkey/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- makefile	7 May 2006 21:10:52 -0000	1.2
+++ makefile	30 Nov 2006 01:25:05 -0000	1.3
@@ -2,6 +2,8 @@
 # This makefile is written for Borland C++ 5.5
 #
 
+#DEBUG = 1
+
 # Borland C++ 5.5
 cc     = bcc32
 rc     = brcc32
@@ -19,7 +21,7 @@
 all: winkey.dll
 
 .cpp.obj:
-        $(cc) $(cflags) $(ccompileonly) $<
+	$(cc) $(cflags) $(ccompileonly) $<
 
 winkey.dll:  winkey.obj winkeyshared.obj
 	$(link) $(LIBOPTS) -Tpd -aa -V4.0 -c -x -GS:SHSEG=rws C0d32.OBJ winkey.obj winkeyshared.obj, winkey.dll,, import32.lib cw32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib, winkeybcc.def