reactos/dll/win32/msgina
Jérôme Gardou d6ea8659c8 [CMAKE] Get rid of the set_cpp macro
Instead of messing with global variables and the like, we introduce two target properties:
 - WITH_CXX_EXCEPTIONS: if you want to use C++ exceptions
 - WITH_CXX_RTTI: if you need RTTI in your module
You can use the newly introduced set_target_cpp_properties function, with WITH_EXCEPTIONS and WITH_RTTI arguments
We also introduce two libraries :
 - cpprt: for C++ runtime routines
 - cppstl: for the C++ standard template library

NB: On GCC, this requires to create imported libraries with the related built-in libraries:libsupc++, limingwex, libstdc++

Finally, we manage the relevant flags with the ad-hoc generator expressions

So, if you don't need exceptions, nor RTTI, nor use any runtime at all: you simply have nothing else to do than add your C++ file to your module
2020-10-20 21:44:54 +02:00
..
lang [MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog (#2762) 2020-08-25 22:52:17 +03:00
resources Happy New Year 2020 to everyone!! 2020-01-01 00:00:00 +01:00
CMakeLists.txt [CMAKE] Get rid of the set_cpp macro 2020-10-20 21:44:54 +02:00
dimmedwindow.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
gui.c [MSGINA] gui: Improve 'DlgData_Destroy()' 2020-07-11 01:44:26 +02:00
lsa.c [MSGINA] Fix copying the TokenSource string 2019-07-20 13:56:18 +02:00
msgina.c [MSGINA] Clear the password on logoff 2018-05-23 00:27:11 +02:00
msgina.h [MSGIINA] Make sure we do not leak bitmaps 2018-05-23 00:24:53 +02:00
msgina.rc [TRANSLATION] Add Hungarian translation for explorer, msgina (#2341) 2020-03-06 19:15:58 +01:00
msgina.spec [MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog (#2762) 2020-08-25 22:52:17 +03:00
resource.h [MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog (#2762) 2020-08-25 22:52:17 +03:00
shutdown.c [MSGINA] Allow to pair FriendlyShutDownDlg with 'Server' CORE-17282 2020-09-30 13:08:58 +02:00
stubs.c [MSGINA] Close the LSA handle on shutdown 2018-05-22 17:31:20 +02:00
tui.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00