[Unison-hackers] [unison-svn] r348 - in trunk/src: . uimacnew/uimacnew.xcodeproj

vouillon@seas.upenn.edu vouillon at seas.upenn.edu
Fri May 29 13:14:50 EDT 2009


Author: vouillon
Date: 2009-05-29 13:14:48 -0400 (Fri, 29 May 2009)
New Revision: 348

Modified:
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
   trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
Log:
* Fix to the Mac GUI: the bigarray library is now required

Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2009-05-29 15:30:16 UTC (rev 347)
+++ trunk/src/RECENTNEWS	2009-05-29 17:14:48 UTC (rev 348)
@@ -1,5 +1,9 @@
 CHANGES FROM VERSION 2.34.0
 
+* Fix to the Mac GUI: the bigarray library is now required
+-------------------------------
+CHANGES FROM VERSION 2.34.0
+
 * Case sensitivity information put in the archive (in a backward
   compatible way) and checked when the archive is loaded
 

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2009-05-29 15:30:16 UTC (rev 347)
+++ trunk/src/mkProjectInfo.ml	2009-05-29 17:14:48 UTC (rev 348)
@@ -157,3 +157,4 @@
 
 
 
+

Modified: trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj
===================================================================
--- trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2009-05-29 15:30:16 UTC (rev 347)
+++ trunk/src/uimacnew/uimacnew.xcodeproj/project.pbxproj	2009-05-29 17:14:48 UTC (rev 348)
@@ -581,6 +581,7 @@
 					"-lunix",
 					"-lthreadsnat",
 					"-lstr",
+                                        "-lbigarray",
 					"-lasmrun",
 				);
 				PREBINDING = NO;
@@ -617,6 +618,7 @@
 					"-lunix",
 					"-lthreadsnat",
 					"-lstr",
+                                        "-lbigarray",
 					"-lasmrun",
 				);
 				PREBINDING = NO;
@@ -650,6 +652,7 @@
 					"-lunix",
 					"-lthreadsnat",
 					"-lstr",
+                                        "-lbigarray",
 					"-lasmrun",
 				);
 				PREBINDING = NO;



More information about the Unison-hackers mailing list