[NTVDM]: Properly fixes build. Addendum to r73082, supersedes r73084.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 30 Oct 2016 20:27:05 +0000 (20:27 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 30 Oct 2016 20:27:05 +0000 (20:27 +0000)
CORE-10340

svn path=/trunk/; revision=73085

reactos/subsystems/mvdm/ntvdm/CMakeLists.txt
reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico [deleted file]

index 14b2c6d..6cdaf7e 100644 (file)
@@ -70,7 +70,8 @@ list(APPEND SOURCE
     ntvdm.h
     ${CMAKE_CURRENT_BINARY_DIR}/ntvdm.def)
 
     ntvdm.h
     ${CMAKE_CURRENT_BINARY_DIR}/ntvdm.def)
 
-add_rc_deps(ntvdm.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/ntvdm.ico)
+file(GLOB ntvdm_rc_deps res/*.*)
+add_rc_deps(ntvdm.rc ${ntvdm_rc_deps})
 add_executable(ntvdm ${SOURCE} ntvdm.rc)
 add_pch(ntvdm ntvdm.h SOURCE)
 set_module_type(ntvdm win32cui UNICODE IMAGEBASE 0x0F000000)
 add_executable(ntvdm ${SOURCE} ntvdm.rc)
 add_pch(ntvdm ntvdm.h SOURCE)
 set_module_type(ntvdm win32cui UNICODE IMAGEBASE 0x0F000000)
diff --git a/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico b/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
deleted file mode 100644 (file)
index 685bb4d..0000000
Binary files a/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico and /dev/null differ