[Player-cvs] kit/python Umakefil,1.7,1.8
jirwin at helixcommunity.org jirwin at helixcommunity.orgUpdate of /cvsroot/player/kit/python
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv630
Modified Files:
Umakefil
Log Message:
Another Umakefil fix
Index: Umakefil
===================================================================
RCS file: /cvsroot/player/kit/python/Umakefil,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Umakefil 1 Mar 2007 01:11:21 -0000 1.7
+++ Umakefil 1 Mar 2007 01:13:37 -0000 1.8
@@ -99,7 +99,7 @@
else:
project.writeln('all:')
project.writeln('\tpython setup.py build --debug')
- project.writeln('\tcp build/lib.*/hxplay_d.* ../../../debug')
+ project.writeln('\tcp build/lib.*/hxplay.* ../../../debug')
project.writeln('clean:')
project.writeln('\trm -rf build')