mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
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:
parent
9d2387f4bf
commit
b98b09f399
12 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = "NSApplication";
|
||||
APPKIT = "GNUSTEP-GUI";
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = "gnumake";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = ("main.m","AppController.m");
|
||||
COMPILEROPTIONS = "";
|
||||
LINKEROPTIONS = "";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = gnumake;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCAppMakefileFactory.m,
|
||||
PCAppProj.m,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = gnumake;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCBaseFileType.m
|
||||
);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = "NSApplication";
|
||||
APPKIT = "GNUSTEP-GUI";
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = "gnumake";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = ();
|
||||
COMPILEROPTIONS = "";
|
||||
LINKEROPTIONS = "";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = make;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCBundleProject.m,
|
||||
PCBundleProj.m,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = "NSApplication";
|
||||
APPKIT = "GNUSTEP-GUI";
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = "gnumake";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = ("main.m");
|
||||
COMPILEROPTIONS = "";
|
||||
LINKEROPTIONS = "";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = gnumake;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCGormMakefileFactory.m,
|
||||
PCGormProj.m,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
APPKIT = "GNUSTEP-GUI";
|
||||
BUILDTOOL = "gnumake";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = ();
|
||||
COMPILEROPTIONS = "";
|
||||
LINKEROPTIONS = "";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = gnumake;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCLibMakefileFactory.m,
|
||||
PCLibProj.m,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
TOOLICON = "";
|
||||
BUILDTOOL = "gnumake";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = ("main.m");
|
||||
COMPILEROPTIONS = "";
|
||||
LINKEROPTIONS = "";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
APPCLASS = NSApplication;
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPLICATIONICON = "";
|
||||
BUILDTOOL = gnumake;
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCToolMakefileFactory.m,
|
||||
PCToolProj.m,
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue