ReactOS Project - reactos.git/atom - reactos/drivers/base/kdrosdbg/CMakeLists.txt history A free Windows-compatible Operating System https://git.reactos.org/?p=reactos.git ReactOS Project static/git-favicon.png static/git-logo.png 2017-10-03T07:45:34Z gitweb Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... 2017-10-03T07:45:34Z Colin Finck colin@reactos.org Colin Finck colin@reactos.org 2017-10-03T07:45:34Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
  • [D] reactos/drivers/base/kdrosdbg/CMakeLists.txt
[CMAKE] 2014-10-17T23:28:29Z Amine Khaldi amine.khaldi@reactos.org Amine Khaldi amine.khaldi@reactos.org 2014-10-17T23:28:29Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2bdcf8789d3e537638ad61dd6137c565a92f7249
[CMAKE]
* Make the minimum required version 2.8.
* Remove redundant psdk dependencies.
* Tidy up CMake files.

svn path=/trunk/; revision=64795
  • [D] reactos/drivers/base/kdrosdbg/CMakeLists.txt
[CMAKE] 2014-10-04T20:25:57Z Jérôme Gardou jerome.gardou@reactos.org Jérôme Gardou jerome.gardou@reactos.org 2014-10-04T20:25:57Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4e9593f9067423131ce76a9bd77d9ce4f4ffafa8
[CMAKE]
 - Introduce the kerneldll module type (like kernelmodedriver, but ending with .dll) and use it in various places
 - vfatx.dll whould in fact be a native DLL

svn path=/trunk/; revision=64526
  • [D] reactos/drivers/base/kdrosdbg/CMakeLists.txt
Merge my current work done on the kd++ branch: 2013-05-09T13:12:58Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2013-05-09T13:12:58Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=91ef640fe50aad15b85fda015a46a23b08a9438c
Merge my current work done on the kd++ branch:
- FreeLdr is able now to load personalized Kernel Debugger Transport DLLs by reading at the kernel command line and interpreting the /DEBUGPORT=xxx entry (--> loads KDxxx.DLL dll in \SystemRoot\System32\).
  Therefore we can not only load the "default" kdcom.dll, but also 3rd-party ones such as kdbazis.dll from VirtualKD (from revision 58902).
- The GCC-compiled-only version of kdcom, containing legacy COM code, was removed and put directly along KDBG. It remains only a stub / template for future kdcom-like dlls. The MSVC-version remains untouched.
- Make those functions ^ use directly the CPORTLIB library.

svn path=/trunk/; revision=58974
  • [D] reactos/drivers/base/kdrosdbg/CMakeLists.txt