comparison Makefile @ 133:881deac2daf8

Some more work on scaling widgets, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:50:41 +0200
parents 584a226318b0
children b0c05b8b59ca
comparison
equal deleted inserted replaced
132:333df3e1155b 133:881deac2daf8
11 game/IDMPoint.class game/IDMWidget.class \ 11 game/IDMPoint.class game/IDMWidget.class \
12 game/IDMButton.class game/IDMContainer.class \ 12 game/IDMButton.class game/IDMContainer.class \
13 game/AnimatedPointElement.class 13 game/AnimatedPointElement.class
14 14
15 # Utils 15 # Utils
16 JAVAC=javac -g 16 JAVAC=javac -g -Xlint:unchecked
17 APPLETVIEWER=appletviewer 17 APPLETVIEWER=aoss appletviewer
18 18
19 ### 19 ###
20 ### Targets 20 ### Targets
21 ### 21 ###
22 TARGETS=$(RUN) 22 TARGETS=$(RUN)