Added 'run script phase' that copies abi-version.ide
to ide/Xcode4/FL/abi-version.h before building the FLTK library. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
2b6c2bc7af
commit
1a9f105ef6
@ -1,58 +0,0 @@
|
||||
/*
|
||||
* "$Id$"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
* Copyright 1998-2015 by Bill Spitzak and others.
|
||||
*
|
||||
* This library is free software. Distribution and use rights are outlined in
|
||||
* the file "COPYING" which should have been included with this file. If this
|
||||
* file is missing or damaged, see the license at:
|
||||
*
|
||||
* http://www.fltk.org/COPYING.php
|
||||
*
|
||||
* Please report all bugs and problems on the following page:
|
||||
*
|
||||
* http://www.fltk.org/str.php
|
||||
*/
|
||||
|
||||
/*
|
||||
============================================================================
|
||||
DO NOT EDIT - This file must be configured BEFORE building FLTK !
|
||||
============================================================================
|
||||
*/
|
||||
|
||||
/*
|
||||
============================================================================
|
||||
Important note to IDE users:
|
||||
============================================================================
|
||||
|
||||
This file *may* be edited *before* building FLTK with your IDE project,
|
||||
i.e. in /path/to/fltk/ide/<your-ide>/FL/abi-version.h:
|
||||
|
||||
(1) Define FL_ABI_VERSION as described below.
|
||||
(2) Rebuild the entire FLTK library.
|
||||
(3) Optional: install files as usual including THIS file.
|
||||
|
||||
DO NOT edit this file after building the FLTK library, i.e. when this
|
||||
file is already installed in a (system) directory used to build your
|
||||
programs.
|
||||
|
||||
Editing this file w/o rebuilding the entire FLTK library will change
|
||||
the ABI and thus render your programs unusable - they may crash or
|
||||
show other unpredictable errors. You have been warned!
|
||||
|
||||
Define FL_ABI_VERSION as 10x0y for FLTK ABI version 1.x.y .
|
||||
Do NOT define FL_ABI_VERSION if you want the ABI compatible default build.
|
||||
|
||||
============================================================================
|
||||
End of important note to IDE users.
|
||||
============================================================================
|
||||
*/
|
||||
|
||||
/* #undef FL_ABI_VERSION */
|
||||
|
||||
|
||||
/*
|
||||
* End of "$Id$".
|
||||
*/
|
@ -4555,6 +4555,7 @@
|
||||
7F92032016B1A909000FC50F /* German */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = German; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
7F92032316B1A90A000FC50F /* Italian */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = Italian; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
7F92032616B1A90A000FC50F /* Spanish */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = Spanish; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
7FA08BBF1C4EA7A0001CBE06 /* abi-version.ide */ = {isa = PBXFileReference; lastKnownFileType = text; name = "abi-version.ide"; path = "../../abi-version.ide"; sourceTree = "<group>"; };
|
||||
7FA5C2BD192FAEBB00519823 /* Fl_Copy_Surface.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Copy_Surface.cxx; path = ../../src/Fl_Copy_Surface.cxx; sourceTree = SOURCE_ROOT; };
|
||||
7FA5C2BF192FAECA00519823 /* Fl_Image_Surface.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Image_Surface.cxx; path = ../../src/Fl_Image_Surface.cxx; sourceTree = SOURCE_ROOT; };
|
||||
7FA5C2C1192FAEE300519823 /* Fl_Image_Surface.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Fl_Image_Surface.H; path = ../../FL/Fl_Image_Surface.H; sourceTree = SOURCE_ROOT; };
|
||||
@ -5920,6 +5921,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C9EDD143127338F600ADB21C /* README.OSX.txt */,
|
||||
7FA08BBF1C4EA7A0001CBE06 /* abi-version.ide */,
|
||||
5D444464FCF5714805936107 /* Applications */,
|
||||
188555DBC553F66588792C6B /* Frameworks */,
|
||||
015D2BD894993395B263D6C0 /* Tests */,
|
||||
@ -8159,6 +8161,7 @@
|
||||
C9EDD5C81274C6BA00ADB21C /* Headers */,
|
||||
C9EDD42D1274B84100ADB21C /* CopyFiles */,
|
||||
C9EDD4DD1274BB4100ADB21C /* CopyFiles */,
|
||||
7FA08BC11C4EA964001CBE06 /* ShellScript */,
|
||||
4DA82C38AA0403E56A1E3545 /* Sources */,
|
||||
D2A1AD2D93B0EED43F624520 /* Frameworks */,
|
||||
);
|
||||
@ -9463,6 +9466,22 @@
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
7FA08BC11C4EA964001CBE06 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "cp -p -f ../../abi-version.ide FL/abi-version.h";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
03952EF9A011C37E408094AD /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user