|
From: Ralph T. <ra...@us...> - 2005-04-20 18:57:20
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17774 Modified Files: Jamfile Log Message: Updating Jamfile and metrics.cpp to make visual compile on MacOS with gcc and bjam. Index: Jamfile =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/Jamfile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Jamfile 20 Apr 2005 08:14:51 -0000 1.12 --- Jamfile 20 Apr 2005 18:57:11 -0000 1.13 *************** *** 31,34 **** --- 31,35 ---- display ui_core_implementation + metrics ; *************** *** 42,46 **** # PLATFORM_SOURCES = - metrics event_dispatcher ; --- 43,46 ---- *************** *** 95,99 **** # Build settings for MacOS # ! PLATFORM_SETTINGS = <toolset>darwin:<framework>Carbon ; } } --- 95,99 ---- # Build settings for MacOS # ! PLATFORM_SETTINGS = <toolset>darwin:<linkflags>"-framework Carbon" ; } } |