Updated compiling_windows (markdown)

reduz 2014-10-06 20:37:48 -07:00
parent e88ea66ebf
commit c4ff26a1bb

@ -49,6 +49,12 @@ export MINGW32_PREFIX="/path/to/i586-mingw32msvc-"
export MINGW64_PREFIX="/path/to/i686-w64-mingw32-" export MINGW64_PREFIX="/path/to/i686-w64-mingw32-"
``` ```
To make sure you are doing things correctly, executing the following in the shell should result in a working compiler:
```
user@host:~$ ${MINGW32_PREFIX}gcc
gcc: fatal error: no input files
```
# Creating Windows Export Templates # Creating Windows Export Templates