[Commits] (heikki) Don't need to specify gcj libs explicitly since
they are copied above.
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 31 15:32:12 PDT 2004
Commit by: heikki
Modified files:
chandler/distrib/osx/manifest.debug.osx 1.25 1.26
chandler/distrib/osx/manifest.osx 1.38 1.39
Log message:
Don't need to specify gcj libs explicitly since they are copied above.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/distrib/osx/manifest.debug.osx.diff?r1=text&tr1=1.25&r2=text&tr2=1.26
http://cvs.osafoundation.org/index.cgi/chandler/distrib/osx/manifest.osx.diff?r1=text&tr1=1.38&r2=text&tr2=1.39
Index: chandler/distrib/osx/manifest.debug.osx
diff -u chandler/distrib/osx/manifest.debug.osx:1.25 chandler/distrib/osx/manifest.debug.osx:1.26
--- chandler/distrib/osx/manifest.debug.osx:1.25 Fri Aug 27 13:19:26 2004
+++ chandler/distrib/osx/manifest.debug.osx Tue Aug 31 15:32:11 2004
@@ -26,7 +26,7 @@
dest=Contents/MacOS/debug
python
-# Grab wx and db libs
+# Grab wx, db and gcj libs
src=chandler/debug
dest=Contents/Resources
glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
@@ -36,14 +36,6 @@
src=chandler/debug/dbxml
lib
-# Grab gcj 3.4.1 runtime libs
-src=$(GCJ_HOME)/lib
-libgcj.5.dylib
-libgcj.5.0.0.dylib
-libstdc++.6.dylib
-libstdc++.6.0.1.dylib
-libgcc_s.1.0.dylib
-
# Grab Chandler.py and others
src=chandler
dest=Contents/Resources
Index: chandler/distrib/osx/manifest.osx
diff -u chandler/distrib/osx/manifest.osx:1.38 chandler/distrib/osx/manifest.osx:1.39
--- chandler/distrib/osx/manifest.osx:1.38 Fri Aug 27 12:22:15 2004
+++ chandler/distrib/osx/manifest.osx Tue Aug 31 15:32:11 2004
@@ -26,7 +26,7 @@
dest=Contents/MacOS/release
python
-# Grab wx and db libs
+# Grab wx, db and gcj libs
src=chandler/release
dest=Contents/Resources
glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
@@ -36,14 +36,6 @@
src=chandler/release/dbxml
lib
-# Grab gcj 3.4.1 runtime libs
-src=$(GCJ_HOME)/lib
-libgcj.5.dylib
-libgcj.5.0.0.dylib
-libstdc++.6.dylib
-libstdc++.6.0.1.dylib
-libgcc_s.1.0.dylib
-
# Grab Chandler.py and others
src=chandler
dest=Contents/Resources
More information about the Commits
mailing list