|
From: <haw...@us...> - 2007-04-02 13:34:00
|
Revision: 157
http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=157&view=rev
Author: hawkmoon
Date: 2007-04-02 06:34:00 -0700 (Mon, 02 Apr 2007)
Log Message:
-----------
Bug ID: 1692933
updated to address manual start / restart if environment has postgres disabled (hostconfig).
Modified Paths:
--------------
trunk/StartupHelper/StartupHelper.xcode/project.pbxproj
Modified: trunk/StartupHelper/StartupHelper.xcode/project.pbxproj
===================================================================
--- trunk/StartupHelper/StartupHelper.xcode/project.pbxproj 2007-04-02 13:20:17 UTC (rev 156)
+++ trunk/StartupHelper/StartupHelper.xcode/project.pbxproj 2007-04-02 13:34:00 UTC (rev 157)
@@ -11,30 +11,6 @@
8DD76FB00486AB0100D96B5E /* StartupHelper.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* StartupHelper.1 */; };
/* End PBXBuildFile section */
-/* Begin PBXBuildStyle section */
- 014CEA520018CE5811CA2923 /* Development */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- ZERO_LINK = YES;
- };
- name = Development;
- };
- 014CEA530018CE5811CA2923 /* Deployment */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- ZERO_LINK = NO;
- };
- name = Deployment;
- };
-/* End PBXBuildStyle section */
-
/* Begin PBXCopyFilesBuildPhase section */
8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
@@ -112,11 +88,6 @@
);
buildRules = (
);
- buildSettings = {
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- INSTALL_PATH = "$(HOME)/bin";
- PRODUCT_NAME = StartupHelper;
- };
dependencies = (
);
name = StartupHelper;
@@ -131,12 +102,6 @@
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 4302D214089F0F9100BB8465 /* Build configuration list for PBXProject "StartupHelper" */;
- buildSettings = {
- };
- buildStyles = (
- 014CEA520018CE5811CA2923 /* Development */,
- 014CEA530018CE5811CA2923 /* Deployment */,
- );
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* StartupHelper */;
projectDirPath = "";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|