Usermode/AxWin3 - Workign on interface lib, adding basic UI app
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Interface / Makefile
1 # Project: Acess2 GUI v3 Interface
2
3 -include ../../Makefile.cfg
4
5 CPPFLAGS += -I include/
6
7 DIR := Apps/AxWin/3.0
8 BIN := AxWinUI
9 OBJ := main.o
10
11 LDFLAGS += -laxwin3
12
13 -include ../../Makefile.tpl
14

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