premake: detect processor architecture from script

lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders

This was SVN commit r6162.
This commit is contained in:
janwas
2008-06-30 17:34:18 +00:00
parent 58407c7438
commit a3696c0b91
148 changed files with 79 additions and 58 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <cxxtest/GlobalFixture.h>
#if OS_WIN
#include "lib/sysdep/win/wdbg_heap.h"
#include "lib/sysdep/os/win/wdbg_heap.h"
#endif
class LeakReporter : public CxxTest::GlobalFixture