lazarus/formats/mpq
2019-01-01 10:30:35 -08:00
..
stormlib@5987f7c5c2 add stormlib submodule 2018-12-14 19:32:55 -08:00
build.go cleanup 2019-01-01 10:30:35 -08:00
mpq_linux.go platform dependent "sysEOF" const added 2018-12-28 11:39:39 -07:00
mpq_windows.go platform dependent "sysEOF" const added 2018-12-28 11:39:39 -07:00
mpq.go cleanup 2019-01-01 10:30:35 -08:00
readme.txt cleanup 2019-01-01 10:30:35 -08:00

To compile and install stormlib on windows with mingw64:

Copy the stormlib folder to an easy to access directory. I used /mingw64/home/thegtproject/stormlib

(from mingw64 console)

$ cmake -DCMAKE_SYSTEM_NAME="windows" -DCMAKE_INSTALL_PREFIX="/mingw64" .
$ make && make install

Done.