Merge JigsawX

This commit is contained in:
2022-06-26 19:53:26 +00:00
parent d739f2a6cf
commit 41af3009bb
48 changed files with 8654 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# loading the images in browser does not work because of security signing stuff
# but the appletviewer should work if I could rem the right setup!!
-D applet
-java java
-main JigsawxJava
#-resource tablecloth.jpg@tablecloth
-D haxe3
--next
-cmd cd java/src
-cmd javac haxe/root/JigsawxJava.java -d ../
-cmd cd ..
-debug
-cmd jar cvf jigsawx.jar *
-cmd appletviewer jigsawxjava.html
#-cmd open -a /Applications/Opera.app http://localhost:8080/jigsawxjava.html