mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Replaced make file for gpbs - old one seems to have been lost somehow!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
efabae5efb
commit
d0f72cfa0a
1 changed files with 13 additions and 0 deletions
13
Tools/GNUmakefile
Normal file
13
Tools/GNUmakefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
|
||||
|
||||
# The application to be compiled
|
||||
TOOL_NAME = gpbs
|
||||
|
||||
# The source files to be compiled
|
||||
gpbs_OBJC_FILES = gpbs.m
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
|
||||
|
||||
-include GNUmakefile.postamble
|
Loading…
Reference in a new issue