Commit graph

6 commits

Author SHA1 Message Date
Ari Koivula 1de102be61 Move strategies to their own compilation units.
- Enforces a little bit more hierarchy. Compilation units are in strategies
  and whatever inline includes they have are in a folder with the same name
  as the strategy.
2014-06-13 15:30:23 +03:00
Ari Koivula c5c073b126 Update SConstruct use pthread. 2014-05-14 18:01:09 +03:00
Ari Koivula f890ffb1e5 Update SConstruct to work with mingw64.
- 64bit mingw64 needs TMP.

- Also add openmp and -march=native, as those are also in the makefile.

- Might help with #54.
2014-05-07 18:49:49 +03:00
Ari Koivula 8b0d8968cc Update SConstruct to include src/extras directory for getopt.h.
- Also don't link winsock as it's not used anymore.
2014-04-28 09:51:04 +03:00
Ari Koivula cf75937b65 Add preprocessor define passing to scons build script. 2014-04-25 11:44:13 +03:00
Ari Koivula 18c3d9c72d Add scons build script.
We will also maintain the Makefile for basic building. This is for more
complicated stuff, like building the project on command line with
Visual Studio.
2014-02-19 16:58:52 +02:00