Update of /cvsroot/phpwiki/phpwiki.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv20189/phpwiki.pbproj
Added Files:
project.pbxproj
Log Message:
Makefile to use PhpWiki with Project Builder on Mac OS X 10.1.
o The Build target settings have been preconfigured to automatically build a "legacy Makefile", by invoking '/usr/bin/gnumake' in './phpwiki/locale'. If you update and save one of the language translations found in './phpwiki/locale/po/', you can simply click the build button in the toolbar to run make (which in turn calls xgettext).
o PB has some bugs which makes it impossible (PB 1.1) or difficult (1.1.1) to select the corrrect character encoding in the GUI for pre-existing source code files. With this project file you will find the PhpWiki source files are already preset to use the correct ISO-8859-1 (Western Latin-1) encoding.
--- NEW FILE ---
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 34;
objects = {
F57D140401D070600165507D = {
buildStyles = (
F57D140601D070600165507D,
);
isa = PBXProject;
mainGroup = F57D140501D070600165507D;
projectDirPath = "";
targets = (
F57D153B01D073920165507D,
);
};
F57D140501D070600165507D = {
[...2440 lines suppressed...]
OTHER_REZFLAGS = "";
PRODUCT_NAME = locale;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
};
buildToolPath = /usr/bin/gnumake;
buildWorkingDirectory = ./phpwiki/locale/;
dependencies = (
);
isa = PBXLegacyTarget;
name = locale;
productName = locale;
settingsToExpand = 6;
settingsToPassInEnvironment = 287;
settingsToPassOnCommandLine = 280;
shouldUseHeadermap = 0;
};
};
rootObject = F57D140401D070600165507D;
}
|