mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
Merge remote-tracking branch 'cc9cii/Bug-No-1655'
This commit is contained in:
commit
5dd424b6c6
10 changed files with 8 additions and 5 deletions
|
@ -15,7 +15,7 @@ set(LAUNCHER
|
||||||
utils/textinputdialog.cpp
|
utils/textinputdialog.cpp
|
||||||
utils/lineedit.cpp
|
utils/lineedit.cpp
|
||||||
|
|
||||||
${CMAKE_SOURCE_DIR}/files/launcher/launcher.rc
|
${CMAKE_SOURCE_DIR}/files/windows/launcher.rc
|
||||||
)
|
)
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
LIST(APPEND LAUNCHER unshieldthread.cpp)
|
LIST(APPEND LAUNCHER unshieldthread.cpp)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
set (OPENCS_SRC main.cpp)
|
set (OPENCS_SRC main.cpp
|
||||||
|
${CMAKE_SOURCE_DIR}/files/windows/opencs.rc
|
||||||
|
)
|
||||||
|
|
||||||
opencs_units (. editor)
|
opencs_units (. editor)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ set(GAME
|
||||||
main.cpp
|
main.cpp
|
||||||
engine.cpp
|
engine.cpp
|
||||||
|
|
||||||
${CMAKE_SOURCE_DIR}/files/openmw/openmw.rc
|
${CMAKE_SOURCE_DIR}/files/windows/openmw.rc
|
||||||
)
|
)
|
||||||
|
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
IDI_ICON1 ICON DISCARDABLE "images/openmw.ico"
|
|
|
@ -1 +0,0 @@
|
||||||
IDI_ICON1 ICON DISCARDABLE "../launcher/images/openmw.ico"
|
|
1
files/windows/launcher.rc
Normal file
1
files/windows/launcher.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "openmw.ico"
|
BIN
files/windows/opencs.ico
Normal file
BIN
files/windows/opencs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
1
files/windows/opencs.rc
Normal file
1
files/windows/opencs.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "opencs.ico"
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
1
files/windows/openmw.rc
Normal file
1
files/windows/openmw.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "openmw.ico"
|
Loading…
Reference in a new issue