mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
Do not set GNUSTEP_INSTALLATION_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23830 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
244fbb7fae
commit
cf007a832d
12 changed files with 14 additions and 26 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2006-10-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* EOInterface/GNUmakefile: Do not set GNUSTEP_INSTALLATION_DIR.
|
||||
* EOAccess/GNUmakefile: Same change.
|
||||
* DBModeler/Inspectors/GNUmakefile: Same change.
|
||||
* DBModeler/GNUmakefile: Same change.
|
||||
* Tools/GNUmakefile: Same change.
|
||||
* EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in: Same change.
|
||||
* EOAdaptors/SQLiteAdaptor/GNUmakefile.in: Same change.
|
||||
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile: Same change.
|
||||
* EOControl/GNUmakefile: Same change.
|
||||
* GDL2Palette/GNUmakefile: Same change.
|
||||
* EOModeler/GNUmakefile: Same change.
|
||||
|
||||
2006-10-09 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* DBModeler/Modeler.m: Add ability to change the editor.
|
||||
|
@ -15,7 +29,6 @@
|
|||
* DBModeler/NSView+Additions.{h,m}: New files, initial implementation
|
||||
of diagram editor.
|
||||
|
||||
|
||||
2006-10-03 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOAccess/EOEntity.m (-awakeWithPropertyList:): Setup the connection
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
APP_NAME = DBModeler
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
SUBPROJECT_NAME=Inspectors
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the System root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../../Version
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# If not, write to the Free Software Foundation, Inc.,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
#
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
# Install into the System root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=@SQLITE3_INCLUDES@
|
||||
ADDITIONAL_LIB_DIRS+=@SQLITE3_LIB_DIRS@
|
||||
LIBRARIES_DEPEND_UPON+=@SQLITE3_LIBS@
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../gdl2.make
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
Loading…
Reference in a new issue