From b98b09f399c622a5262a2356e6323f13cb9918b2 Mon Sep 17 00:00:00 2001 From: "Philippe C.D. Robert" Date: Wed, 2 Jan 2002 17:51:53 +0000 Subject: [PATCH] Changed the build tool entry to /usr/bin/make in all project files and templates. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11953 72102866-910b-0410-8b05-ffd578937521 --- PCAppProj/PC.proj | 2 +- PCAppProj/PC.project | 2 +- PCBaseFileTypes/PC.project | 2 +- PCBundleProj/PC.proj | 2 +- PCBundleProj/PC.project | 2 +- PCGormProj/PC.proj | 2 +- PCGormProj/PC.project | 2 +- PCLibProj/PC.proj | 2 +- PCLibProj/PC.project | 2 +- PCToolProj/PC.proj | 2 +- PCToolProj/PC.project | 2 +- ProjectCenter/PC.project | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/PCAppProj/PC.proj b/PCAppProj/PC.proj index c772b92..ed561cb 100644 --- a/PCAppProj/PC.proj +++ b/PCAppProj/PC.proj @@ -2,7 +2,7 @@ APPCLASS = "NSApplication"; APPKIT = "GNUSTEP-GUI"; APPLICATIONICON = ""; - BUILDTOOL = "gnumake"; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ("main.m","AppController.m"); COMPILEROPTIONS = ""; LINKEROPTIONS = ""; diff --git a/PCAppProj/PC.project b/PCAppProj/PC.project index 6aabe07..b7f2e75 100644 --- a/PCAppProj/PC.project +++ b/PCAppProj/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCAppMakefileFactory.m, PCAppProj.m, diff --git a/PCBaseFileTypes/PC.project b/PCBaseFileTypes/PC.project index 60aa7ab..27ed7ef 100644 --- a/PCBaseFileTypes/PC.project +++ b/PCBaseFileTypes/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCBaseFileType.m ); diff --git a/PCBundleProj/PC.proj b/PCBundleProj/PC.proj index 2aca75f..7159357 100644 --- a/PCBundleProj/PC.proj +++ b/PCBundleProj/PC.proj @@ -2,7 +2,7 @@ APPCLASS = "NSApplication"; APPKIT = "GNUSTEP-GUI"; APPLICATIONICON = ""; - BUILDTOOL = "gnumake"; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = (); COMPILEROPTIONS = ""; LINKEROPTIONS = ""; diff --git a/PCBundleProj/PC.project b/PCBundleProj/PC.project index 5990350..6a42fbe 100644 --- a/PCBundleProj/PC.project +++ b/PCBundleProj/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = make; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCBundleProject.m, PCBundleProj.m, diff --git a/PCGormProj/PC.proj b/PCGormProj/PC.proj index 0dc0ebb..16c01ec 100644 --- a/PCGormProj/PC.proj +++ b/PCGormProj/PC.proj @@ -2,7 +2,7 @@ APPCLASS = "NSApplication"; APPKIT = "GNUSTEP-GUI"; APPLICATIONICON = ""; - BUILDTOOL = "gnumake"; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ("main.m"); COMPILEROPTIONS = ""; LINKEROPTIONS = ""; diff --git a/PCGormProj/PC.project b/PCGormProj/PC.project index 02559ce..e4eea0f 100644 --- a/PCGormProj/PC.project +++ b/PCGormProj/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCGormMakefileFactory.m, PCGormProj.m, diff --git a/PCLibProj/PC.proj b/PCLibProj/PC.proj index 1b8fd6d..972e96a 100644 --- a/PCLibProj/PC.proj +++ b/PCLibProj/PC.proj @@ -1,6 +1,6 @@ { APPKIT = "GNUSTEP-GUI"; - BUILDTOOL = "gnumake"; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = (); COMPILEROPTIONS = ""; LINKEROPTIONS = ""; diff --git a/PCLibProj/PC.project b/PCLibProj/PC.project index ae00658..bc5decf 100644 --- a/PCLibProj/PC.project +++ b/PCLibProj/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCLibMakefileFactory.m, PCLibProj.m, diff --git a/PCToolProj/PC.proj b/PCToolProj/PC.proj index f9994fe..4384416 100644 --- a/PCToolProj/PC.proj +++ b/PCToolProj/PC.proj @@ -1,6 +1,6 @@ { TOOLICON = ""; - BUILDTOOL = "gnumake"; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ("main.m"); COMPILEROPTIONS = ""; LINKEROPTIONS = ""; diff --git a/PCToolProj/PC.project b/PCToolProj/PC.project index e720d08..8809e8d 100644 --- a/PCToolProj/PC.project +++ b/PCToolProj/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ""; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCToolMakefileFactory.m, PCToolProj.m, diff --git a/ProjectCenter/PC.project b/ProjectCenter/PC.project index 27c9539..0d4c1ea 100644 --- a/ProjectCenter/PC.project +++ b/ProjectCenter/PC.project @@ -2,7 +2,7 @@ APPCLASS = NSApplication; APPKIT = GNUSTEP-GUI; APPLICATIONICON = ProjectCenter.app.tiff; - BUILDTOOL = gnumake; + BUILDTOOL = "/usr/bin/make"; CLASS_FILES = ( PCAppController.m, PCFindController.m, @@ -95,4 +95,4 @@ GNUmakefile, GNUmakefile.postamble ); -} \ No newline at end of file +}