mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 14:30:48 +00:00
Move all model files to GormCore
This commit is contained in:
parent
17c2d9f9ca
commit
91ec1c08c1
39 changed files with 14 additions and 25 deletions
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
GormBindingsInspector = {
|
||||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
);
|
||||
Super = IBInspector;
|
||||
};
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -93,24 +93,14 @@ Gorm_RESOURCE_FILES = \
|
|||
|
||||
|
||||
Gorm_LOCALIZED_RESOURCE_FILES = \
|
||||
GormDocument.gorm \
|
||||
Gorm.gorm \
|
||||
GormInconsistenciesPanel.gorm \
|
||||
GormPalettePanel.gorm \
|
||||
GormPrefColors.gorm \
|
||||
GormPreferences.gorm \
|
||||
GormPrefGeneral.gorm \
|
||||
GormPrefGuideline.gorm \
|
||||
GormPrefHeaders.gorm \
|
||||
GormPrefPalettes.gorm \
|
||||
GormPrefPlugins.gorm \
|
||||
GormShelfPref.gorm \
|
||||
Gorm.rtfd
|
||||
|
||||
Gorm_LANGUAGES = \
|
||||
English
|
||||
|
||||
Gorm_HEADERS =
|
||||
Gorm_HEADERS = \
|
||||
GormAppDelegate.h
|
||||
|
||||
Gorm_OBJC_FILES = \
|
||||
GormAppDelegate.m \
|
||||
|
@ -123,5 +113,3 @@ include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|||
include $(GNUSTEP_MAKEFILES)/application.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/Master/nsis.make
|
||||
|
|
|
@ -263,15 +263,26 @@ GormCore_LOCALIZED_RESOURCE_FILES = \
|
|||
GormClassPanel.gorm \
|
||||
GormConnectionInspector.gorm \
|
||||
GormCustomClassInspector.gorm \
|
||||
GormDocument.gorm \
|
||||
GormDummyInspector.gorm \
|
||||
GormFontView.gorm \
|
||||
GormHelpInspector.gorm \
|
||||
GormImageInspector.gorm \
|
||||
GormInconsistenciesPanel.gorm \
|
||||
GormInspectorPanel.gorm \
|
||||
GormNSSplitViewInspector.gorm \
|
||||
GormObjectInspector.gorm \
|
||||
GormPalettePanel.gorm \
|
||||
GormPrefColors.gorm \
|
||||
GormPreferences.gorm \
|
||||
GormPrefGeneral.gorm \
|
||||
GormPrefGuideline.gorm \
|
||||
GormPrefHeaders.gorm \
|
||||
GormPrefPalettes.gorm \
|
||||
GormPrefPlugins.gorm \
|
||||
GormScrollViewAttributesInspector.gorm \
|
||||
GormSetName.gorm \
|
||||
GormShelfPref.gorm \
|
||||
GormSoundInspector.gorm \
|
||||
GormViewSizeInspector.gorm
|
||||
|
||||
|
|
|
@ -34,6 +34,6 @@ ADDITIONAL_INCLUDE_DIRS += \
|
|||
-I../../
|
||||
|
||||
ADDITIONAL_LIB_DIRS += \
|
||||
-L../../GormLib/$(GNUSTEP_OBJ_DIR) \
|
||||
-L../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \
|
||||
-L../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \
|
||||
-L../../GormCore/GormCore.framework
|
||||
|
|
Loading…
Reference in a new issue