comparison 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
comparison
equal deleted inserted replaced
412:49646eb39fe1 413:10ac0c080564
289 #************************************************************************** 289 #**************************************************************************
290 #variables to pass to the SConscript 290 #variables to pass to the SConscript
291 #TODO: clean this up a bit. Should probably make sure unittest++ exists. 291 #TODO: clean this up a bit. Should probably make sure unittest++ exists.
292 #************************************************************************** 292 #**************************************************************************
293 opts = {'SRC' : os.path.join(os.getcwd(), 'engine',), 293 opts = {'SRC' : os.path.join(os.getcwd(), 'engine',),
294 'DLLPATH' : os.path.join(os.getcwd(), 'build', 'win32', 'binaries', 'mingw'),
294 'DEBUG' : debug, 295 'DEBUG' : debug,
295 'PREFIX' : prefix, 296 'PREFIX' : prefix,
296 'TESTLIBS' : ['fife', 'UnitTest++'], 297 'TESTLIBS' : ['fife', 'UnitTest++'],
297 'PYTHON_PREFIX' : pythonprefix, 298 'PYTHON_PREFIX' : pythonprefix,
298 'WRAP_COPY_DEST' : os.path.join('#engine', 'swigwrappers', 'python'), 299 'WRAP_COPY_DEST' : os.path.join('#engine', 'swigwrappers', 'python'),