Author: aandrejevic Date: Mon Dec 2 01:02:17 2013 New Revision: 61194
URL: http://svn.reactos.org/svn/reactos?rev=61194&view=rev Log: [NTVDM] Compile NTVDM even on non-i386 architectures.
Modified: branches/ntvdm/subsystems/CMakeLists.txt
Modified: branches/ntvdm/subsystems/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/CMakeLists.txt?... ============================================================================== --- branches/ntvdm/subsystems/CMakeLists.txt [iso-8859-1] (original) +++ branches/ntvdm/subsystems/CMakeLists.txt [iso-8859-1] Mon Dec 2 01:02:17 2013 @@ -1,6 +1,4 @@
-if(ARCH STREQUAL "i386") - add_subdirectory(ntvdm) -endif() +add_subdirectory(ntvdm) add_subdirectory(win) add_subdirectory(win32)