Alarm project using LPT port
MinGW was used as a compiler. To compile ... from command line(DOS);
mingw32-make
or others
make
To delete the Object Files(.o) that was created, Execution(.exe) and folders; ___________________________________________________ **mignw32-make clean**
or others
make clean
To run ------ Add the dinamic library "API/bin/inpout32.dll" file in the "bin" file which will be created to run the game.
Or copy the "inpout32.dll" file to ______________________________________ **./bin folders**
or
32-bit -> "C:\Windows\System32"
64-bit -> "C:\Windows\SysWOW64"