MSYS2 Mingw64 compilation. Compilation successful considering everything but the following:

- IFC4 (only IFC2x3 tried; should work)
- VLD
- IfcMax
- shared libraries
This commit is contained in:
Fredounet
2016-05-29 17:58:03 +01:00
parent ccb24948df
commit 3b169219af
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <iostream>
#include <boost/cstdint.hpp>
#if defined(_WIN32) && !defined(__CYGWIN__)
#if defined(_WIN32) && defined(__CYGWIN__)
#define SET_BINARY_STREAMS
#endif
#ifdef SET_BINARY_STREAMS