indows port improvements

This commit is contained in:
Hrvoje Jasak 2015-08-28 15:44:11 +01:00
parent 0afd94c9fc
commit 62c338aacc
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -41,7 +41,7 @@ lnInclude
# build folders - anywhere # build folders - anywhere
linux*Gcc*/ linux*Gcc*/
linux*Icc*/ linux*Icc*/
MINGW32*Gcc*/ mingw*Gcc*/
darwin*Gcc*/ darwin*Gcc*/
darwin*Intel*/ darwin*Intel*/
linuxming*/ linuxming*/

View file

@ -22,7 +22,8 @@
#elif defined(mingw) #elif defined(mingw)
TECIO_FLAGS = -DMAKEARCHIVE -DMSWIN -DUSEENUM -DTHREED -U_WIN32 -DENGINE # warning "MSWin mingw architecture detected"
TECIO_FLAGS = -DMAKEARCHIVE -DLINUX -DUSEENUM -DTHREED -DENGINE
#else #else