Added daphne.exe....compiled windows client.
authorSteve Williams <patriot@uncensored.citadel.org>
Sat, 20 Nov 1999 23:58:06 +0000 (23:58 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Sat, 20 Nov 1999 23:58:06 +0000 (23:58 +0000)
daphne/Makefile
daphne/daphne.exe [new file with mode: 0644]

index 38468ce249cb7b1354a2f82f89df794c2a0923c8..cd1127f14a3a60ec29947ddd767b2678f39f4ccf 100644 (file)
@@ -6,7 +6,7 @@ all: daphne
 .SUFFIXES: .cpp .o .hpp
 
 .cpp.o:
-       c++ $(CFLAGS) -c $<
+       c++ $(CFLAGS) -c -lwine $<
 
 
 daphne: main.o citclient.o userlogin.o testwindow.o who.o \
diff --git a/daphne/daphne.exe b/daphne/daphne.exe
new file mode 100644 (file)
index 0000000..a852a87
Binary files /dev/null and b/daphne/daphne.exe differ