[Avida-cvs] [avida-svn] r562 - branches/developers/avida-edward/source/python

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Tue Apr 4 11:21:24 PDT 2006


Author: avidaedward
Date: 2006-04-04 14:21:24 -0400 (Tue, 04 Apr 2006)
New Revision: 562

Modified:
   branches/developers/avida-edward/source/python/setup_osx.py.in
Log:

Added a couple of images to Avida-ED.



Modified: branches/developers/avida-edward/source/python/setup_osx.py.in
===================================================================
--- branches/developers/avida-edward/source/python/setup_osx.py.in	2006-04-04 18:16:58 UTC (rev 561)
+++ branches/developers/avida-edward/source/python/setup_osx.py.in	2006-04-04 18:21:24 UTC (rev 562)
@@ -46,7 +46,12 @@
       # Subdirectory in which Avi :da-ED.app should be assembled
       dist_dir = '${EXECUTABLE_OUTPUT_PATH}',
       # Extra files and folders to  :copy into Resources subdirectory
-      resources = ['${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/avidalogo.png', '${CMAKE_CURRENT_SOURCE_DIR}/default.workspace'],
+      resources = [
+        '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/avidalogo.png',
+        '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/open.png',
+        '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/closed.png',
+        '${CMAKE_CURRENT_SOURCE_DIR}/default.workspace',
+      ],
       # Strip symbols from libraries.
       #strip = True,
       # Generate a file named Avida-ED.dot containing dependency graphs.




More information about the Avida-cvs mailing list