mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Do not set GNUSTEP_INSTALLATION_DIR in examples
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbfa8e281f
commit
d72994d445
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/Examples/Controller/GNUmakefile: Do not set
|
||||
GNUSTEP_INSTALLATION_DIR.
|
||||
* Documentation/Examples/SimpleApp/GNUmakefile: Same change.
|
||||
|
||||
2006-11-11 00:04-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/2Controls/GormNSSliderInspector.gorm: Added switch
|
||||
|
|
|
@ -15,7 +15,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=Controller
|
||||
|
||||
APP_NAME=Controller
|
||||
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
|
||||
Controller_MAIN_MODEL_FILE=MainMenu.gorm
|
||||
|
||||
#
|
||||
|
|
|
@ -15,7 +15,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=SimpleApp
|
||||
|
||||
APP_NAME=SimpleApp
|
||||
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
|
||||
SimpleApp_MAIN_MODEL_FILE=MainMenu.gorm
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue