xp 697 B

12345678910111213141516171819202122232425262728
  1. [settings]
  2. os=Windows
  3. arch=x86
  4. compiler=gcc
  5. build_type=Release
  6. compiler.cppstd=gnu17
  7. compiler.libcxx=libstdc++11
  8. compiler.version=11
  9. [buildenv]
  10. CC=i686-w64-mingw32.shared-gcc
  11. CXX=i686-w64-mingw32.shared-g++
  12. LD=i686-w64-mingw32.shared-ld
  13. RC=i686-w64-mingw32.shared-windres
  14. [options]
  15. boost/*:without_fiber=True
  16. boost/*:without_graph=True
  17. boost/*:without_log=True
  18. boost/*:without_stacktrace=True
  19. boost/*:without_test=True
  20. boost/*:without_wave=True
  21. [conf]
  22. tools.build:cflags=["-DHAVE_NOTIFYIPINTERFACECHANGE=False", "-DHAVE_CONVERTINTERFACELUIDTONAMEA=False", "-DHAVE_CONVERTINTERFACEINDEXTOLUID=false"]
  23. #tools.build:cflags=["-D_WIN32_WINNT=0x0501"]
  24. #tools.build:cxxflags=["-D_WIN32_WINNT=0x0501"]