1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Move win32 resources in the resources directory

This commit is contained in:
Mathieu Schroeter 2017-02-26 10:46:11 +01:00
parent ab249f424b
commit f7e4c2c4df
3 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ set (PB_VERSION_MAJOR 2)
set (PB_VERSION_MINOR 0)
set (PB_VERSION_PATCH 0)
file (GLOB_RECURSE sources src/*.cxx src/*.h src/win32/*.rc)
file (GLOB_RECURSE sources src/*.cxx src/*.h)
file (GLOB_RECURSE po resources/po/*.po)
if (MINGW)
file (GLOB_RECURSE rc src/win32/*.rc)
file (GLOB_RECURSE rc resources/win32/*.rc)
list (APPEND sources ${rc})
endif (MINGW)

View File

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B