Commit graph

10 commits

Author SHA1 Message Date
Timo Kreuzer 02ab41ff4d [CMAKE]
- Add HAVE_GETPAGESIZE to host config.h. should fix linux build (fix by Sylvain)
- uncomment @echo off in configure script
- Move a DECLSPEC_NORETURN

svn path=/branches/cmake-bringup/; revision=51242
2011-04-03 20:21:04 +00:00
Timo Kreuzer 7aafb75d80 [CMAKE]
Improve configure script. It now defaults to nmake for MSVC, if you want a "VSSolution", pass exactly this as 1st paramter
Patch by Samuel Serapion

svn path=/branches/cmake-bringup/; revision=50857
2011-02-21 20:11:52 +00:00
Timo Kreuzer 1766b55f4d [CMAKE]
Add support for VS 8-10 and SDK to configure script, add error checks. Patch by Samuel Serapion with small modifications by me.

svn path=/branches/cmake-bringup/; revision=50810
2011-02-18 17:35:50 +00:00
Timo Kreuzer 0d54e35b94 [CMAKE]
Refactor IDL compilation:
- Move all macros to idl-support.cmake
- Make rpc proxy a static library, instead of fiddeling with SOURCE variable
- Merge client and server rpc libraries into one library
- Reorder global makelist file a little
- Improve configure script
- Improve naming, use add_* when a target is added, generate_* when only a file is generated
- Don't compile wbemcli.idl on MSVC (temp hack)
- Don't compile rossym on MSVC, we don't use it
- Use ml64 as assembler when compiling for amd64
- fix spec2def invocation

svn path=/branches/cmake-bringup/; revision=50478
2011-01-24 18:13:40 +00:00
Timo Kreuzer 9ea0f74e9d [CMAKE]
Fix and improve configure script

svn path=/branches/cmake-bringup/; revision=50463
2011-01-22 16:25:35 +00:00
Timo Kreuzer e3a47f88a8 [CMAKE]
Fix configure script for MSVC

svn path=/branches/cmake-bringup/; revision=50462
2011-01-22 16:05:07 +00:00
Timo Kreuzer c74b766c0c [CMAKE]
Fix configure script for host tools

svn path=/branches/cmake-bringup/; revision=50182
2010-12-28 09:17:42 +00:00
Timo Kreuzer 3f62bce4ad [CMAKE]
Add support for different architectures to configure script and simplify it a bit

svn path=/branches/cmake-bringup/; revision=50176
2010-12-27 23:14:50 +00:00
Timo Kreuzer 94ac46c49e [CMAKE]
Fix configure script for msvc

svn path=/branches/cmake-bringup/; revision=50062
2010-12-19 17:01:35 +00:00
Timo Kreuzer 79c58d8279 [CMAKE]
Add a simple configure script for windows hosts. Run it from any path, where you want to build both the tools and reactos in 2 subfolders.

svn path=/branches/cmake-bringup/; revision=50054
2010-12-17 20:11:04 +00:00