diff SConstruct @ 413:10ac0c080564

Added the install-dlls target for the win32 platform only. It copies all dlls to both the Python site-packages/fife directory and the <FIFE>/engine/python/fife directory. This assumes you have the Development Kit is installed in the build/win32 directory. I have not tested to make sure this doesn't break other platforms. [t:430]
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 02 Feb 2010 20:47:20 +0000
parents 90acb1d079c0
children 2aaa22475acd
line wrap: on
line diff
--- a/SConstruct	Mon Feb 01 21:18:09 2010 +0000
+++ b/SConstruct	Tue Feb 02 20:47:20 2010 +0000
@@ -291,6 +291,7 @@
 #TODO: clean this up a bit.  Should probably make sure unittest++ exists.
 #**************************************************************************
 opts = {'SRC' : os.path.join(os.getcwd(), 'engine',),
+		'DLLPATH' : os.path.join(os.getcwd(), 'build', 'win32', 'binaries', 'mingw'),
 		'DEBUG' : debug,
 		'PREFIX' : prefix,
 		'TESTLIBS' : ['fife', 'UnitTest++'],