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
This commit is contained in:
Philippe C.D. Robert 2002-01-02 17:51:53 +00:00
parent 9d2387f4bf
commit b98b09f399
12 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
APPCLASS = "NSApplication";
APPKIT = "GNUSTEP-GUI";
APPLICATIONICON = "";
BUILDTOOL = "gnumake";
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ("main.m","AppController.m");
COMPILEROPTIONS = "";
LINKEROPTIONS = "";

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = gnumake;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCAppMakefileFactory.m,
PCAppProj.m,

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = gnumake;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCBaseFileType.m
);

View file

@ -2,7 +2,7 @@
APPCLASS = "NSApplication";
APPKIT = "GNUSTEP-GUI";
APPLICATIONICON = "";
BUILDTOOL = "gnumake";
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ();
COMPILEROPTIONS = "";
LINKEROPTIONS = "";

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = make;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCBundleProject.m,
PCBundleProj.m,

View file

@ -2,7 +2,7 @@
APPCLASS = "NSApplication";
APPKIT = "GNUSTEP-GUI";
APPLICATIONICON = "";
BUILDTOOL = "gnumake";
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ("main.m");
COMPILEROPTIONS = "";
LINKEROPTIONS = "";

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = gnumake;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCGormMakefileFactory.m,
PCGormProj.m,

View file

@ -1,6 +1,6 @@
{
APPKIT = "GNUSTEP-GUI";
BUILDTOOL = "gnumake";
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ();
COMPILEROPTIONS = "";
LINKEROPTIONS = "";

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = gnumake;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCLibMakefileFactory.m,
PCLibProj.m,

View file

@ -1,6 +1,6 @@
{
TOOLICON = "";
BUILDTOOL = "gnumake";
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ("main.m");
COMPILEROPTIONS = "";
LINKEROPTIONS = "";

View file

@ -2,7 +2,7 @@
APPCLASS = NSApplication;
APPKIT = GNUSTEP-GUI;
APPLICATIONICON = "";
BUILDTOOL = gnumake;
BUILDTOOL = "/usr/bin/make";
CLASS_FILES = (
PCToolMakefileFactory.m,
PCToolProj.m,

View file

@ -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
);
}
}