reactos/reactos/cmake
Hermès Bélusca-Maïto e28e6935a6 [CMAKE]: Fix a comment typo only.
[NTDLL-KERNEL32-BASESRV-WINSRV]: Specify by hand (hackz for MSVC builds) that the dll will be a "Console DLL" (ie. not a native one nor a Gui DLL).
[BASESRV]: Explicitely set the DLL entry point to DllMain (unusued).
[WINSRV]: Explicitely set the DLL entry point to DllMain (unusued) AND REMOVE usage of msvcrt (that might pose problems when testing with Windows msvcrt etc...) and use libcntpr instead.

Thanks to Amine for having helped me in solving a problem with delayed imports.

svn path=/trunk/; revision=59933
2013-09-01 00:11:56 +00:00
..
Compiler [CMAKE] 2011-08-03 20:29:04 +00:00
Platform [CMAKE] 2013-08-07 12:28:47 +00:00
baseaddress.cmake [CMAKE] 2013-06-09 10:47:20 +00:00
CMakeDetermineASMCompiler.cmake [CMAKE] 2012-12-15 11:03:50 +00:00
CMakeDetermineCompilerId.cmake
CMakeMacros.cmake [CMAKE/VS] 2013-08-28 21:37:54 +00:00
CMakeParseArguments.cmake
compilerflags.cmake [CMAKE] 2013-06-22 12:15:50 +00:00
config-amd64.cmake [CMAKE-scripts] 2013-04-18 21:19:09 +00:00
config-arm.cmake [CMAKE-scripts] 2013-04-18 21:19:09 +00:00
config.cmake [CMAKE/GCC] 2013-07-31 13:04:38 +00:00
gcc.cmake [RSYM] 2013-08-18 20:05:32 +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-scripts] 2013-04-18 21:19:09 +00:00
msvc.cmake [CMAKE]: Fix a comment typo only. 2013-09-01 00:11:56 +00:00
widl-support.cmake [CMAKE-scripts] 2013-04-18 21:19:09 +00:00
writing_CmakeLists_for_ReactOS.txt [CMAKE] 2011-10-11 18:52:28 +00:00