ReactOS Project - reactos.git/rss - reactos/dll/directx/dinput/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/dll/directx/dinput/CMakeLists.txt A free Windows-compatible Operating System en ReactOS Project static/git-logo.png ReactOS Project - reactos.git/rss - reactos/dll/directx/dinput/CMakeLists.txt history https://git.reactos.org/?p=reactos.git;a=history;f=reactos/dll/directx/dinput/CMakeLists.txt Sun, 29 Sep 2013 16:10:32 +0000 Sun, 29 Sep 2013 16:10:32 +0000 gitweb v.2.17.1/2.17.1 [DIRECTX/WINE] Amine Khaldi <amine.khaldi@reactos.org> Sun, 29 Sep 2013 16:10:32 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e0b9f8f6af34bd6f7b78688d2f8ebd415ae253f7 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e0b9f8f6af34bd6f7b78688d2f8ebd415ae253f7 [DIRECTX/WINE] [DIRECTX/WINE] * Move Wine DirectX related dlls to the appropriate folder. CORE-7495 #resolve svn path=/trunk/; revision=60454
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[DINPUT] Amine Khaldi <amine.khaldi@reactos.org> Sun, 29 Sep 2013 12:16:54 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de3c97b263820d80d00d5c6ad6bc35c80c24f7e1 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de3c97b263820d80d00d5c6ad6bc35c80c24f7e1 [DINPUT] [DINPUT] * Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60446
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[DINPUT] Amine Khaldi <amine.khaldi@reactos.org> Sat, 27 Apr 2013 14:56:43 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b74ef49f8747678d224ac15aad76f66ac8926b56 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b74ef49f8747678d224ac15aad76f66ac8926b56 [DINPUT] [DINPUT] * Add missing psdk dependency for the dinput data formats library. svn path=/trunk/; revision=58872
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[DINPUT] Amine Khaldi <amine.khaldi@reactos.org> Mon, 15 Apr 2013 18:54:35 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f31ab0911871b5d013c27822372f621a426e020d https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f31ab0911871b5d013c27822372f621a426e020d [DINPUT] [DINPUT] * Sync with Wine 1.5.26. svn path=/trunk/; revision=58768
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Jérôme Gardou <jerome.gardou@reactos.org> Wed, 7 Mar 2012 21:21:27 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4bdb6a42f22b200cab66ce9634a30ac330e67faf https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4bdb6a42f22b200cab66ce9634a30ac330e67faf [CMAKE] [CMAKE] * unify spec2def and add_importlib_target * use module name instead of spec file name for deciding importlib target name svn path=/trunk/; revision=56081
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Amine Khaldi <amine.khaldi@reactos.org> Mon, 20 Feb 2012 22:08:14 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=459a045652cafb4edc08bbe578229ad97bbae67c https://git.reactos.org/?p=reactos.git;a=commitdiff;h=459a045652cafb4edc08bbe578229ad97bbae67c [CMAKE] [CMAKE] * Simplify the way we handle importlib targets by taking control of the importlib name. svn path=/trunk/; revision=55764
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Jérôme Gardou <jerome.gardou@reactos.org> Sat, 3 Sep 2011 19:11:44 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f94b0599a5e7241659fc017d553f58b6d43d029 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f94b0599a5e7241659fc017d553f58b6d43d029 [CMAKE] [CMAKE] - get rid of set_unicode macro. - Add an option to set_module_type to do the work instead - Improve debug output svn path=/trunk/; revision=53559
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Timo Kreuzer <timo.kreuzer@reactos.org> Sun, 26 Jun 2011 21:29:55 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=871ee92c7bb57220f3cf4061e7db151f79180690 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=871ee92c7bb57220f3cf4061e7db151f79180690 [CMAKE] [CMAKE] revert r52460, r52463, r52468 on behalf of Jerome it wrongly gave name decorations to export svn path=/trunk/; revision=52473
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Jérôme Gardou <jerome.gardou@reactos.org> Sat, 25 Jun 2011 18:34:03 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=01a4049405f6fe38ce895aba72d34273b0833331 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=01a4049405f6fe38ce895aba72d34273b0833331 [CMAKE] [CMAKE] - unify spec2def and add_importlib_target, thanks to cmake_parse_arguments. - also generate stub files only when necessary. - better precompiled header support, commented out as it wasn't tested on any other machine than mine, and it depends on cmake features which don't exist yet. For now only for gcc toolchain svn path=/trunk/; revision=52460
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>
[CMAKE] Timo Kreuzer <timo.kreuzer@reactos.org> Mon, 16 May 2011 13:12:07 +0000 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fae2044a23d373a0a217567d751aed87122ebbb6 [CMAKE] [CMAKE] Integrate cmake stuff into trunk Only files added. svn path=/trunk/; revision=51783
  • [D] reactos/dll/directx/dinput/CMakeLists.txt
]]>