# HG changeset patch # User unc0rr # Date 1289656373 -10800 # Node ID 8292066cb45cb87dc517b7c8db5d459767966862 # Parent 3fa9eb4d25b930b72a1e54a86cb47a965fa47612 Some fixes diff -r 3fa9eb4d25b9 -r 8292066cb45c CMakeLists.txt --- a/CMakeLists.txt Sat Nov 13 16:47:40 2010 +0300 +++ b/CMakeLists.txt Sat Nov 13 16:52:53 2010 +0300 @@ -214,6 +214,7 @@ set(CPACK_SOURCE_IGNORE_FILES "~" + "\\\\.hg" "\\\\.svn" "\\\\.exe$" "\\\\.a$" diff -r 3fa9eb4d25b9 -r 8292066cb45c INSTALL --- a/INSTALL Sat Nov 13 16:47:40 2010 +0300 +++ b/INSTALL Sat Nov 13 16:52:53 2010 +0300 @@ -23,7 +23,7 @@ $ cmake -DCMAKE_BUILD_TYPE="Release" -DBUNDLE=1 . -if you have QT installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake" +if you have Qt installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake" 2. Compile: $ make diff -r 3fa9eb4d25b9 -r 8292066cb45c README --- a/README Sat Nov 13 16:47:40 2010 +0300 +++ b/README Sat Nov 13 16:52:53 2010 +0300 @@ -3,5 +3,5 @@ Images and sounds are distributed under the terms of the GNU FDL licence. Source: -Copyright 2004-2009 Andrey Korotaev -Copyright 2006-2008 Igor Ulyanov aka Displacer \ No newline at end of file +Copyright 2004-2010 Andrey Korotaev +Portions copyright 2006-2008 Igor Ulyanov aka Displacer