Usermode/AxWin4 - Debugging quirks in ARCH=native
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / Makefile
index 18b7d37..c7d7983 100644 (file)
@@ -10,9 +10,12 @@ OBJ += Common__serialisation.o
 OBJ += CClient.o
 OBJ += CIPCChannel_AcessIPCPipe.o
 OBJ += CRect.o CSurface.o
+OBJ += draw_control.o
 BIN := AxWinServer
 
-LDFLAGS += -lc++
+LIBS += -lc++
+CXXFLAGS += -O3
+USE_CXX_LINK = 1 
 
 include ../../Makefile.tpl
 

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