We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911fec5 commit 47954a0Copy full SHA for 47954a0
compile.cmd
@@ -0,0 +1,9 @@
1
+::
2
+:: compile.cmd
3
+:: Compiles jco.cpp to exe file
4
5
+:: (c) August 2015 Raymel Francisco
6
7
+@windres resource.rc -O coff -o resource.res
8
+@g++ -m32 -o jco.exe jco.cpp resource.res
9
+@pause
0 commit comments