ARCH=native - Fix compilation on newer compilers (link order)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / Makefile
index 0d78e9c..dfd4d0f 100644 (file)
@@ -10,9 +10,10 @@ 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
 
 include ../../Makefile.tpl

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