Big rewrite of AxWin to get it to compile and run
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / Makefile
index 7fa1000..6120612 100644 (file)
@@ -4,8 +4,9 @@
 
 CPPFLAGS += -I../include
 
-DIR = Apps/AxWin/1.0
-BIN = ../AxWinWM
-OBJ = main.o helpers.o commandline.o video.o messages.o
+DIR := Apps/AxWin/1.0
+BIN := ../AxWinWM
+OBJ := main.o helpers.o commandline.o video.o
+OBJ += messages.o interface.o
 
 -include ../../Makefile.tpl

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