[NTVDM]: Properly fixes build. Addendum to r73082, supersedes r73084.

CORE-10340

svn path=/trunk/; revision=73085
This commit is contained in:
Hermès Bélusca-Maïto 2016-10-30 20:27:05 +00:00
parent 8657be9fb4
commit 8793f1b4c6
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,8 @@ list(APPEND SOURCE
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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB