summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-07-28 13:29:51 -0700
committerKeith Packard <keithp@keithp.com>2010-07-28 13:29:51 -0700
commit8a6040e143ecc7830cc1c0114de85f3b72c067eb (patch)
treed2f7ae887d617f759a91449cb9eb63120133c0aa
parent024d077302f91bdb17abe70d3211ab0949dab8b9 (diff)
parent554a97ef455c801dcab825815f44520f96f4c3f3 (diff)
Merge remote branch 'keithp/macos'
-rw-r--r--ao-tools/altosui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index cd123023..0613a494 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -38,7 +38,7 @@ all: altosui.jar
$(CLASSFILES):
.java.class:
- javac -cp "$(CLASSPATH)" $(JAVAFLAGS) $*.java
+ javac -encoding UTF8 -classpath "$(CLASSPATH)" $(JAVAFLAGS) $*.java
altosui.jar: classes/altosui classes/libaltosJNI $(FREETTSJAR) $(CLASSFILES) Manifest.txt
cd ./classes && jar cfm ../$@ altosui/Manifest.txt altosui/*.class libaltosJNI/*.class