[Fxpy-commits] CVS: FXPy Makefile,1.1,1.2
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2002-02-11 09:59:22
|
Update of /cvsroot/fxpy/FXPy In directory usw-pr-cvs1:/tmp/cvs-serv25195 Modified Files: Makefile Log Message: FXPicker, FXColorBar and FXColorWheel added Index: Makefile =================================================================== RCS file: /cvsroot/fxpy/FXPy/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 7 Feb 2002 14:55:45 -0000 1.1 --- Makefile 11 Feb 2002 09:58:49 -0000 1.2 *************** *** 2,7 **** PYTHON=python ! all: ! @echo "Read the file index.php to see how to build and install" clean: --- 2,9 ---- PYTHON=python ! all: swig ! ! swig: ! cd swig && ./build.sh clean: |