commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/tools/mac build/make-parser.sh gcdVer...


From: Neil Tiffin
Subject: gnue/geas/tools/mac build/make-parser.sh gcdVer...
Date: Sun, 02 Dec 2001 15:33:59 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/12/02 15:33:59

Modified files:
        geas/tools/mac/build: make-parser.sh 
        geas/tools/mac/gcdVerifier.pbproj: project.pbxproj 

Log message:
        Update for Mac OS X and fink install in /sw.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/tools/mac/build/make-parser.sh.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/geas/tools/mac/build/make-parser.sh
diff -c gnue/geas/tools/mac/build/make-parser.sh:1.3 
gnue/geas/tools/mac/build/make-parser.sh:1.4
*** gnue/geas/tools/mac/build/make-parser.sh:1.3        Wed Sep  5 18:55:05 2001
--- gnue/geas/tools/mac/build/make-parser.sh    Sun Dec  2 15:33:59 2001
***************
*** 1,5 ****
  #!/bin/sh
! cd /volumes/anagadaII/gnue/geas/lib/classdefs
  
  # debug version
  # bison -y -d -v -t ./yparser.y
--- 1,5 ----
  #!/bin/sh
! cd /Volumes/Tortola-User/gnue/geas/lib/classdefs
  
  # debug version
  # bison -y -d -v -t ./yparser.y
Index: gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj
diff -c gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.4 
gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.5
*** gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.4  Sun Sep 23 
08:17:51 2001
--- gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj      Sun Dec  2 
15:33:59 2001
***************
*** 3,15 ****
        archiveVersion = 1;
        classes = {
        };
!       objectVersion = 32;
        objects = {
                0105A54E00B863487F000001 = {
                        isa = PBXFileReference;
                        name = gcdparser.h;
!                       path = 
/Volumes/AnagadaII/gnue/geas/lib/classdefs/gcdparser.h;
!                       refType = 0;
                };
                0105A54F00B863487F000001 = {
                        fileRef = 0105A54E00B863487F000001;
--- 3,15 ----
        archiveVersion = 1;
        classes = {
        };
!       objectVersion = 34;
        objects = {
                0105A54E00B863487F000001 = {
                        isa = PBXFileReference;
                        name = gcdparser.h;
!                       path = ../../lib/classdefs/gcdparser.h;
!                       refType = 2;
                };
                0105A54F00B863487F000001 = {
                        fileRef = 0105A54E00B863487F000001;
***************
*** 50,55 ****
--- 50,56 ----
                        );
                        buildSettings = {
                                COPY_PHASE_STRIP = NO;
+                               OPTIMIZATION_CFLAGS = "-O0";
                        };
                        isa = PBXBuildStyle;
                        name = Development;
***************
*** 66,72 ****
                0162C4AD0089DBCF7F000001 = {
                        isa = PBXFileReference;
                        name = glibconfig.h;
!                       path = /usr/local/lib/glib/include/glibconfig.h;
                        refType = 0;
                };
                0162C4AE0089DBCF7F000001 = {
--- 67,73 ----
                0162C4AD0089DBCF7F000001 = {
                        isa = PBXFileReference;
                        name = glibconfig.h;
!                       path = /sw/lib/glib/include/glibconfig.h;
                        refType = 0;
                };
                0162C4AE0089DBCF7F000001 = {
***************
*** 117,123 ****
                0162C4BB0089E0EE7F000001 = {
                        isa = PBXFileReference;
                        name = libglib.a;
!                       path = /usr/local/lib/libglib.a;
                        refType = 0;
                };
                0162C4BC0089E0EE7F000001 = {
--- 118,124 ----
                0162C4BB0089E0EE7F000001 = {
                        isa = PBXFileReference;
                        name = libglib.a;
!                       path = /sw/lib/libglib.a;
                        refType = 0;
                };
                0162C4BC0089E0EE7F000001 = {
***************
*** 210,215 ****
--- 211,217 ----
                                0162C4C60089E3877F000001,
                                0105A54E00B863487F000001,
                                054FDB2C00D268D07F000001,
+                               F54FDD3801BAC40F018636AF,
                        );
                        isa = PBXGroup;
                        name = headers;
***************
*** 251,258 ****
                054FDB2C00D268D07F000001 = {
                        isa = PBXFileReference;
                        name = config.h;
!                       path = /Volumes/AnagadaII/gnue/geas/config.h;
!                       refType = 0;
                };
                054FDB2D00D268D07F000001 = {
                        fileRef = 054FDB2C00D268D07F000001;
--- 253,260 ----
                054FDB2C00D268D07F000001 = {
                        isa = PBXFileReference;
                        name = config.h;
!                       path = ../../config.h;
!                       refType = 2;
                };
                054FDB2D00D268D07F000001 = {
                        fileRef = 054FDB2C00D268D07F000001;
***************
*** 286,293 ****
                        children = (
                                027086C10089F9B97F000001,
                                08FB7795FE84155DC02AAC07,
-                               1AB674ADFE9D54B511CA2CBB,
                                027086C20089F9B97F000001,
                                017FF93F00A75D437F000001,
                                017FF94000A75D437F000001,
                                017FF94100A764837F000001,
--- 288,295 ----
                        children = (
                                027086C10089F9B97F000001,
                                08FB7795FE84155DC02AAC07,
                                027086C20089F9B97F000001,
+                               1AB674ADFE9D54B511CA2CBB,
                                017FF93F00A75D437F000001,
                                017FF94000A75D437F000001,
                                017FF94100A764837F000001,
***************
*** 317,327 ****
                                08FB77A5FE84155DC02AAC07,
                        );
                        buildSettings = {
-                               DEPLOYMENT_OPTIMIZATION_CFLAGS = "-O3";
                                FRAMEWORK_SEARCH_PATHS = "";
                                HEADER_SEARCH_PATHS = "";
                                INSTALL_PATH = "$(HOME)/bin";
!                               LIBRARY_SEARCH_PATHS = "";
                                OPTIMIZATION_CFLAGS = "-O0";
                                OTHER_CFLAGS = " -DDEBUG -ggdb";
                                OTHER_LDFLAGS = "";
--- 319,328 ----
                                08FB77A5FE84155DC02AAC07,
                        );
                        buildSettings = {
                                FRAMEWORK_SEARCH_PATHS = "";
                                HEADER_SEARCH_PATHS = "";
                                INSTALL_PATH = "$(HOME)/bin";
!                               LIBRARY_SEARCH_PATHS = /sw/lib;
                                OPTIMIZATION_CFLAGS = "-O0";
                                OTHER_CFLAGS = " -DDEBUG -ggdb";
                                OTHER_LDFLAGS = "";
***************
*** 349,354 ****
--- 350,356 ----
                                017FF93A00A737BE7F000001,
                                0105A54F00B863487F000001,
                                054FDB2D00D268D07F000001,
+                               F54FDD3901BAC40F018636AF,
                        );
                        isa = PBXHeadersBuildPhase;
                        name = Headers;
***************
*** 397,402 ****
--- 399,426 ----
                        isa = PBXGroup;
                        name = Products;
                        refType = 4;
+               };
+ //1A0
+ //1A1
+ //1A2
+ //1A3
+ //1A4
+ //F50
+ //F51
+ //F52
+ //F53
+ //F54
+               F54FDD3801BAC40F018636AF = {
+                       isa = PBXFileReference;
+                       name = glib.h;
+                       path = /sw/include/glib.h;
+                       refType = 0;
+               };
+               F54FDD3901BAC40F018636AF = {
+                       fileRef = F54FDD3801BAC40F018636AF;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
                };
        };
        rootObject = 08FB7793FE84155DC02AAC07;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]