indows port improvements
This commit is contained in:
parent
0afd94c9fc
commit
62c338aacc
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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*/
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue