hammer/tools/windows
Nicolas Léveillé 6b9ba6033e Allow windows users to include hammer.h
We substitute H_GCC_ATTRIBUTE to any occurence of __attribute__ and
disable its function with non gcc, non clang compilers.

We use a H_ macro so as to not pollute users' namespaces.

On windows build without c4201 so as to allow anonymous struct. This
shows hammer is not C99 compliant but rather C11.
2015-08-09 22:46:00 +02:00
..
build.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
build_examples.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
clvars.bat Allow windows users to include hammer.h 2015-08-09 22:46:00 +02:00
env.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
hammer_lib_src_list windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02: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.