223 | | ./configure --prefix=/c/projects/libxml/libxml2-2.7.8release --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --disable-shared CCFLAGS=LDFLAGS="-Wl,-static" CFLAGS=-O2 |
| 223 | #if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target |
| 224 | #32 bit uses i686-w64-mingw32 for build, host, target |
| 225 | ./configure --prefix=/c/projects/libxml/rel-libxml2-2.7.8w64 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --disable-shared CCFLAGS=LDFLAGS="-Wl,-static" CFLAGS=-O2 |