Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / Makefile
index ab82963..5f6ced4 100644 (file)
@@ -2,7 +2,12 @@
 include ../../Makefile.cfg
 
 CPPFLAGS += -Iinclude/
-OBJ := IWindow.o
+OBJ := main.o ipc.o CConfig.o video.o input.o timing.o
+OBJ += compositor.o CWindow.o
+OBJ += serialisation.o CClient.o
+OBJ += CRect.o
 BIN := AxWinServer
 
+LDFLAGS += -lc++
+
 include ../../Makefile.tpl

UCC git Repository :: git.ucc.asn.au