comparison Makefile @ 38:736de7b28701

Non-working sound code ...
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Feb 2011 04:58:42 +0200
parents 26adc2827983
children e6da5c71be28
comparison
equal deleted inserted replaced
37:3dc5ae9f1c80 38:736de7b28701
4 RESOURCES=graphics/*.png graphics/*.jpg graphics/font.ttf sounds/*.wav 4 RESOURCES=graphics/*.png graphics/*.jpg graphics/font.ttf sounds/*.wav
5 5
6 CLASSES=game/Piece.class game/PieceType.class \ 6 CLASSES=game/Piece.class game/PieceType.class \
7 game/Engine.class game/Interpolate.class \ 7 game/Engine.class game/Interpolate.class \
8 game/ResourceLoader.class game/Sound.class \ 8 game/ResourceLoader.class game/Sound.class \
9 game/SoundElement.class 9 game/SoundElement.class \
10 game/SoundManager.class
10 11
11 # Utils 12 # Utils
12 JAVAC=javac -g 13 JAVAC=javac -g
13 APPLETVIEWER=appletviewer 14 APPLETVIEWER=appletviewer
14 15