X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FMakefile;fp=Usermode%2FApplications%2Faxwin4_src%2FServer%2FMakefile;h=5f6ced4dede7393bf3cf4db2a145d16e7b3ddb7f;hb=340e7923b1e95c39ac85a4b22af7f1b53b315cd9;hp=ab8296346f25f3d29f4021ea67e54b6b172c7a96;hpb=2d5d685c709f5cb7c635568bd23ae8356fdfcb33;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/Makefile b/Usermode/Applications/axwin4_src/Server/Makefile index ab829634..5f6ced4d 100644 --- a/Usermode/Applications/axwin4_src/Server/Makefile +++ b/Usermode/Applications/axwin4_src/Server/Makefile @@ -2,7 +2,12 @@ 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 += CRect.o BIN := AxWinServer +LDFLAGS += -lc++ + include ../../Makefile.tpl