mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[NTVDM]: Properly fixes build. Addendum to r73082, supersedes r73084.
CORE-10340 svn path=/trunk/; revision=73085
This commit is contained in:
parent
8657be9fb4
commit
8793f1b4c6
2 changed files with 2 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue