reactos/reactos/cmake
Sylvain Petreolle 4755834726 [FUSION]
Never ever trust the wine file layout.
wine can load a dll when there is no file using builtins, while normal windows dont.
This fixes fusion beeing installed in the wrong places.
Loading the 2nd and 3rd copy of fusion fails atm.

svn path=/trunk/; revision=56453
2012-04-30 19:14:43 +00:00
..
Compiler
Platform [CMAKE/MSVC] 2012-01-14 17:27:17 +00:00
baseaddress.cmake [CMAKE] 2012-02-21 18:01:08 +00:00
CMakeDetermineASMCompiler.cmake
CMakeDetermineCompilerId.cmake
CMakeMacros.cmake [FUSION] 2012-04-30 19:14:43 +00:00
CMakeParseArguments.cmake
compilerflags.cmake
config-amd64.cmake [CMAKE] 2012-03-10 23:38:37 +00:00
config-arm.cmake [CMAKE] 2012-03-10 23:38:37 +00:00
config.cmake [CMAKE] 2012-03-10 23:38:37 +00:00
gcc.cmake [CMAKE] 2012-04-29 19:04:02 +00:00
localization.cmake * ReactOS binaries hold resource files to *all* the languages we support, which increases their size, and increases the memory footprint, and on top of that they become useless as soon as you select a language in the 1st stage installer. Introduce a way to compile ros with one localization so that we can compile ReactOS with only one localization, which eliminates the problem mentioned above, and allows us to reduce the compile time, the disk space needed for build, and the runtime memory footprint. 2012-02-27 22:46:20 +00:00
midl-support.cmake [CMAKE] 2012-03-31 11:09:22 +00:00
msvc.cmake [CMAKE] 2012-04-29 19:04:02 +00:00
widl-support.cmake [CMAKE] 2012-03-29 15:57:55 +00:00
writing_CmakeLists_for_ReactOS.txt