summaryrefslogtreecommitdiff
path: root/comp-ide.bat
diff options
context:
space:
mode:
Diffstat (limited to 'comp-ide.bat')
-rw-r--r--comp-ide.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/comp-ide.bat b/comp-ide.bat
new file mode 100644
index 0000000..eb1be8b
--- /dev/null
+++ b/comp-ide.bat
@@ -0,0 +1,12 @@
+rem comp-ide.bat -- compile the jnyqide on Windows: just type comp-ide
+rem
+rem On windows, we compile everything but SpecialMacHandler.java
+rem
+echo ****COMPILING JNYQIDE******************************
+cd jnyqide
+ren SpecialMacHandler.java SpecialMacHandler.hidden
+javac *.java
+ren SpecialMacHandler.hidden SpecialMacHandler.java
+cd ..
+rem jnyqide\jNyqIDE.jar
+jar -cfm jnyqide\jNyqIDE.jar jnyqide/manifest.txt jnyqide/*.class