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
+2 -2
View File
@@ -1,8 +1,8 @@
#include "precompiled.h"
#if OS_WIN
#include "lib/sysdep/win/win.h"
#include "lib/sysdep/win/wposix/wsock_internal.h"
#include "lib/sysdep/os/win/win.h"
#include "lib/sysdep/os/win/wposix/wsock_internal.h"
#endif
#include "Network.h"