[artoolkit-commits] artoolkit/ARToolKit.xcodeproj project.pbxproj,1.6,1.7
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-04-05 05:46:47
|
Update of /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30866 Modified Files: project.pbxproj Log Message: Move pixel format from gsub_lite into global namespace. Index: project.pbxproj =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 8 Dec 2005 18:56:07 -0000 1.6 --- project.pbxproj 5 Apr 2006 05:46:41 -0000 1.7 *************** *** 4542,4549 **** ); inputPaths = ( ! $SRCROOT/include/AR/config.h.in, ); outputPaths = ( ! $SRCROOT/include/AR/config.h, ); runOnlyForDeploymentPostprocessing = 0; --- 4542,4549 ---- ); inputPaths = ( ! "$(SRCROOT)/include/AR/config.h.in", ); outputPaths = ( ! "$(SRCROOT)/include/AR/config.h", ); runOnlyForDeploymentPostprocessing = 0; |