original BlitzMax compiler for windows 32bit, linux and mac os x

Mark Sibly a0641f8707 Added size!=0 checks for memset, memcpy and memmove 8 vuotta sitten
_src e8d9c7e314 Prettified win32 install.bat 9 vuotta sitten
doc 8005436641 Added docs. 11 vuotta sitten
docs b3fc793e83 Updated licenses. 10 vuotta sitten
mod a0641f8707 Added size!=0 checks for memset, memcpy and memmove 8 vuotta sitten
samples f3f749af43 Added samples. 11 vuotta sitten
src 366ef478d5 dpiAware true for win32 manifest files 8 vuotta sitten
.gitignore d7ade41835 separated dpimanifest from xpmanifest for backwards compatability 8 vuotta sitten
LICENSE.TXT 252ddb7fd1 Oops - add LICENSE.TXT 10 vuotta sitten
README.TXT 62b7c2f2d6 Updated README.TXT 10 vuotta sitten
versions.txt 76ff93c422 Updated versions.txt 9 vuotta sitten

README.TXT

* Installing on Windows:

Install Mingw and set MINGW env var to root of mingw installation (ie: 'one up' from bin), then...

cd _src\win32_x86
install

Tested with TDM-GCC-32 5.1.0 and TDM-GCC-64 5.1.0, available from:

http://tdm-gcc.tdragon.net/download


* Installing on MacOS:

Install xcode command line tools, then...

cd _src/macos_x86
chmod +x *.bat
./install.bat

* Installing on Linux:


cd _src/linux_x86
chmod +x *.bat
./install.bat

Requires 32 bit dev libs.