summaryrefslogtreecommitdiff
path: root/Demos/HelloWorld2/Makefile
blob: 11bca8b957e8824584eaf95bbfc006280a8bd136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OBJS = \
    main.o

PROGRAM = HelloWorld2

LIB_DEPS = GUI IPC Draw Core

main.cpp: UI_HelloWorld2.h

UI_HelloWorld2.h: HelloWorld2.frm
	../../DevTools/FormCompiler/FormCompiler $< > $@

include ../../Makefile.common