[xiph-cvs] cvs commit: vorbis/macosx/vorbis.pbproj project.pbxproj

Ralph Giles giles at xiph.org
Fri Dec 21 20:44:42 PST 2001



giles       01/12/21 20:44:41

  Modified:    macosx/vorbis.pbproj project.pbxproj
  Log:
  Correct relative path to the ogg framework, required for linking.

Revision  Changes    Path
1.5       +1 -1      vorbis/macosx/vorbis.pbproj/project.pbxproj

Index: project.pbxproj
===================================================================
RCS file: /usr/local/cvsroot/vorbis/macosx/vorbis.pbproj/project.pbxproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.pbxproj	2001/12/22 04:24:26	1.4
+++ project.pbxproj	2001/12/22 04:44:41	1.5
@@ -101,7 +101,7 @@
                         buildSettings = {
                                 DYLIB_COMPATIBILITY_VERSION = 1;
                                 DYLIB_CURRENT_VERSION = 1;
-				FRAMEWORK_SEARCH_PATHS = "/Library/Frameworks ../ogg/macosx/build";
+				FRAMEWORK_SEARCH_PATHS = "/Library/Frameworks ../../ogg/macosx/build";
                                 FRAMEWORK_VERSION = A;
                                 HEADER_SEARCH_PATHS = "";
                                 INSTALL_PATH = /Library/Frameworks;

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list