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

- fixed

parent edf242a3
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,8 @@ $(JAR): $(OBJS) ...@@ -52,7 +52,8 @@ $(JAR): $(OBJS)
@cp -r PLUGIN-INF/ build/ @cp -r PLUGIN-INF/ build/
@cp -r META-INF/ build/ @cp -r META-INF/ build/
@cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. @cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd ..
@cd resources; find ./ -type f -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. # @cd resources; find ./ -type f -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd ..
cp -a resources/ $(PWD)/build
@cd build; ${JAVAPATH}/jar cfvM ../$@ ./* ; cd .. @cd build; ${JAVAPATH}/jar cfvM ../$@ ./* ; cd ..
%.class: %.java %.class: %.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment