X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FMakefile;h=b85fc08876ca58cabae28885d4094a3be6859e87;hb=0dd55a90dfc0073f9432635a621c3ec6d2d9bca9;hp=0d78e9c6de0f8f0e20a1a3b5efe32a4b2e5586e4;hpb=145dd00e5c5a36f844be327e16a00b2983245423;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/Makefile b/Usermode/Applications/axwin4_src/Server/Makefile index 0d78e9c6..b85fc088 100644 --- a/Usermode/Applications/axwin4_src/Server/Makefile +++ b/Usermode/Applications/axwin4_src/Server/Makefile @@ -10,10 +10,12 @@ OBJ += Common__serialisation.o OBJ += CClient.o OBJ += CIPCChannel_AcessIPCPipe.o OBJ += CRect.o CSurface.o +OBJ += draw_control.o draw_text.o BIN := AxWinServer -LDFLAGS += -lc++ -CXXFLAGS += -O3 +LIBS += -lc++ -lunicode +#CXXFLAGS += -O3 +USE_CXX_LINK = 1 include ../../Makefile.tpl