mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-14 21:39:41 +00:00
Move windows platform specific files into a common directory.
This commit is contained in:
parent
fa0b3eb298
commit
6d12374ace
10 changed files with 5 additions and 5 deletions
apps
files
|
@ -15,7 +15,7 @@ set(LAUNCHER
|
|||
utils/textinputdialog.cpp
|
||||
utils/lineedit.cpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/files/launcher/launcher.rc
|
||||
${CMAKE_SOURCE_DIR}/files/windows/launcher.rc
|
||||
)
|
||||
if(NOT WIN32)
|
||||
LIST(APPEND LAUNCHER unshieldthread.cpp)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
set (OPENCS_SRC main.cpp
|
||||
${CMAKE_SOURCE_DIR}/files/opencs/opencs.rc
|
||||
${CMAKE_SOURCE_DIR}/files/windows/opencs.rc
|
||||
)
|
||||
|
||||
opencs_units (. editor)
|
||||
|
|
|
@ -3,7 +3,7 @@ set(GAME
|
|||
main.cpp
|
||||
engine.cpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/files/openmw/openmw.rc
|
||||
${CMAKE_SOURCE_DIR}/files/windows/openmw.rc
|
||||
)
|
||||
|
||||
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"
|
Before (image error) Size: 361 KiB After (image error) Size: 361 KiB |
Before (image error) Size: 82 KiB After (image error) 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