Skip to content
Snippets Groups Projects
Commit cc39082a authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- only jvm UTF8

parent bff840d2
No related branches found
No related tags found
No related merge requests found
Pipeline #6164 failed
...@@ -61,7 +61,7 @@ $(JAR): $(OBJS) ...@@ -61,7 +61,7 @@ $(JAR): $(OBJS)
@cd $(BUILD); ${JAVAPATH}/jar cfvM ../$@ ./* ; cd .. @cd $(BUILD); ${JAVAPATH}/jar cfvM ../$@ ./* ; cd ..
%.class: %.java %.class: %.java
${JAVAPATH}/javac -Dfile.encoding=UTF-8 --release ${JAVARELEASE} -g -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:all $< ${JAVAPATH}/javac --release ${JAVARELEASE} -g -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:all $<
doc: $(SOURCES) doc: $(SOURCES)
javadoc -d doc/ $^ javadoc -d doc/ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment