Posted 13 January 2016 - 05:55 PM
EDIT: REMADE THE WHOLE CODE, IT HAS NO GUI SO NO PICTURES
INFO: THIS DOES NOT MAKE THE PROJECT SMALLER, I'M NOT THAT SMART AT PROGRAMMING
So I decided to upload my self-made compiler, cuz I was bored :P/>
(I named it MSI Maker , because I wanted to make kind-of .msi files)
Basically download this (pastebin get kEjd0czb msimaker) and you are ready to compile.
Usage:
msimaker (this would set the Folder, where your program is located, to /Project/ and the output file to /zip)
msimaker <the project's location> (guess)
msimaker <the project's location> <output destination>
Usage for the compiled file:
<TheCompiledFile> <destination> (extracts the file to the destination )
INFO: THIS DOES NOT MAKE THE PROJECT SMALLER, I'M NOT THAT SMART AT PROGRAMMING
So I decided to upload my self-made compiler, cuz I was bored :P/>
(I named it MSI Maker , because I wanted to make kind-of .msi files)
Basically download this (pastebin get kEjd0czb msimaker) and you are ready to compile.
Usage:
msimaker (this would set the Folder, where your program is located, to /Project/ and the output file to /zip)
msimaker <the project's location> (guess)
msimaker <the project's location> <output destination>
Usage for the compiled file:
<TheCompiledFile> <destination> (extracts the file to the destination )
Edited on 01 July 2016 - 04:37 PM