Some fixes 0.9.14
authorunc0rr
Sat, 13 Nov 2010 16:52:53 +0300
branch0.9.14
changeset 4274 8292066cb45c
parent 4271 3fa9eb4d25b9
child 4276 3ba228dcc6d7
Some fixes
CMakeLists.txt
INSTALL
README
--- 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$"
--- 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
--- 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 <unC0Rr@gmail.com>
-Copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>
\ No newline at end of file
+Copyright 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+Portions copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>