X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FMakefile;h=dfd4d0fcd5aa7e62403adf38ae1a46236e82c3ad;hb=cd0f6c2fa183794952178fa4a5c90485055e12bb;hp=cb306b8d6cd8957037e29fbf78fc820f7a7a8856;hpb=92c5980925e773c6e1d6775c50c9d86c77b84d23;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/Makefile b/Usermode/Applications/axwin4_src/Server/Makefile index cb306b8d..dfd4d0fc 100644 --- a/Usermode/Applications/axwin4_src/Server/Makefile +++ b/Usermode/Applications/axwin4_src/Server/Makefile @@ -13,7 +13,7 @@ OBJ += CRect.o CSurface.o OBJ += draw_control.o BIN := AxWinServer -LDFLAGS += -lc++ +LIBS += -lc++ CXXFLAGS += -O3 include ../../Makefile.tpl