mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Merge 4b932d2613
into a8cd1792e0
This commit is contained in:
commit
406ad0dafa
2 changed files with 9 additions and 0 deletions
|
@ -41,7 +41,13 @@
|
|||
IBOutlet id positiveField;
|
||||
IBOutlet id negativeField;
|
||||
IBOutlet id zeroField;
|
||||
|
||||
NSMutableArray *_testData;
|
||||
}
|
||||
|
||||
- (NSMutableArray *) testData;
|
||||
- (void) setTestData: (NSMutableArray *)data;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
|
@ -23,10 +23,13 @@ INSTALL_TEXT_MAIN = install.texi
|
|||
NEWS_TEXI_FILES = version.texi
|
||||
NEWS_TEXT_MAIN = news.texi
|
||||
|
||||
MAN1_PAGES = gormtool.1
|
||||
|
||||
-include Makefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
-include Makefile.postamble
|
||||
|
|
Loading…
Reference in a new issue