hammer/tools/windows
nicolas 69d3e70211 Port scons build files for Windows users
We disable:
- the tests (which require glib) although they can be
  reactivated with the `--tests` command line flag
- shared library (lack of export symbol declarations
  means that although it can be built, no symbol is
  exported and therefore it can't be used)

The `install` target installs the library and headers
under the `build` folder, because it's a traditional practice
to move libraries to a central location on Windows, unless
you are using cygwin. In which case pass `prefix` to the
command line.

We adapt tools\windows\build_examples.bat to take the library
that is built using scons or using tools\windows\build.bat
2016-05-22 13:29:12 +02:00
..
build.bat Port scons build files for Windows users 2016-05-22 13:29:12 +02:00
build_examples.bat Port scons build files for Windows users 2016-05-22 13:29:12 +02:00
clvars.bat Remove c4388 signed/unsigned mismatch 2015-12-20 11:50:54 +01:00
env.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
hammer_lib_src_list Finish porting hammer's library to windows 2016-01-31 17:27:19 +01:00
README.md windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
status.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00

Support tools for the Windows (win32/win64) port.