X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FMakefile;h=2c7a74e94e38003dd00f7e04bf9ef165a15a4525;hb=47296e890b2b09cbc46db30d7fe2aeeae11a6d4a;hp=ab8296346f25f3d29f4021ea67e54b6b172c7a96;hpb=4e407e69bd660e9a32644281733192193ee6e8c8;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/Makefile b/Usermode/Applications/axwin4_src/Server/Makefile index ab829634..2c7a74e9 100644 --- a/Usermode/Applications/axwin4_src/Server/Makefile +++ b/Usermode/Applications/axwin4_src/Server/Makefile @@ -2,7 +2,13 @@ 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 += CIPCChannel_AcessIPCPipe.o +OBJ += CRect.o CSurface.o BIN := AxWinServer +LDFLAGS += -lc++ + include ../../Makefile.tpl