[colobot] 164/390: Fixed icon on Windows; updated properties in .rc file

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit ccdbce8cd7d9eac893637608b01da4c1fff3cfb9
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Nov 1 19:57:23 2014 +0100

    Fixed icon on Windows; updated properties in .rc file
---
 desktop/CMakeLists.txt   | 2 +-
 desktop/colobot.rc.cmake | 8 ++++----
 src/CMakeLists.txt       | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
index c63b80e..37a4b99 100644
--- a/desktop/CMakeLists.txt
+++ b/desktop/CMakeLists.txt
@@ -131,7 +131,7 @@ set(CPACK_BUNDLE_NAME "Colobot: Gold Edition")
 set(CPACK_PACKAGE_FILE_NAME "colobot-${COLOBOT_VERSION_FULL}")
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../README.md")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Colobot: Gold Edition")
-set(CPACK_PACKAGE_VENDOR "Terranova Team")
+set(CPACK_PACKAGE_VENDOR "TerranovaTeam")
 
 set(CPACK_PACKAGE_VERSION_MAJOR ${COLOBOT_VERSION_MAJOR})
 set(CPACK_PACKAGE_VERSION_MINOR ${COLOBOT_VERSION_MINOR})
diff --git a/desktop/colobot.rc.cmake b/desktop/colobot.rc.cmake
index 40860e5..b40fcab 100644
--- a/desktop/colobot.rc.cmake
+++ b/desktop/colobot.rc.cmake
@@ -10,10 +10,10 @@ BEGIN
 		BEGIN
 			VALUE "OriginalFilename", "colobot.exe\0"
 			VALUE "InternalName", "colobot\0"
-			VALUE "FileDescription", "Colobot - Colonize with Bots\0"
-			VALUE "ProductName", "Colobot\0"
-			VALUE "CompanyName", "Polish Portal of Colobot\0"
-			VALUE "LegalCopyright", "Copyright (c) 2012-2013 Polish Portal of Colobot\0"
+			VALUE "FileDescription", "Colobot: Gold Edition - Colonize with Bots\0"
+			VALUE "ProductName", "Colobot: Gold Edition\0"
+			VALUE "CompanyName", "TerranovaTeam\0"
+			VALUE "LegalCopyright", "Copyright (c) 2012-2014 TerranovaTeam\0"
 			VALUE "FileVersion", "@COLOBOT_VERSION_FULL@\0"
 			VALUE "ProductVersion", "@COLOBOT_VERSION_FULL@\0"
 			END
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 25bbafa..613d92a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -193,11 +193,11 @@ set(BASE_SOURCES
     ui/target.cpp
     ui/window.cpp
     ${OPENAL_SRC}
-    ${RES_FILES}
 )
 
 set(MAIN_SOURCES
     app/main.cpp
+    ${RES_FILES}
 )
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list