mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Use DLL_DEF_INP
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e6833bbe2
commit
71eaf443bf
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-09-19 Leigh Smith <leigh@leighsmith.com>
|
||||
|
||||
* library.make: Changed the full .inp declaration to $(DLL_DEF_INP).
|
||||
|
||||
2003-09-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: Add VERSION
|
||||
|
|
|
@ -14,7 +14,7 @@ It also allows the user to easily create cross-compiled binaries.
|
|||
|
||||
Note that versions that have a odd minor release number (the second number,
|
||||
y, in x.y.z) are unstable
|
||||
releases (like 1.5.2), which even minor release numbers (1.4.1) are stable
|
||||
releases (like 1.5.2), while even minor release numbers (1.4.1) are stable
|
||||
releases.
|
||||
|
||||
@set ANNOUNCE-ONLY
|
||||
|
|
|
@ -185,7 +185,7 @@ SHARED_CFLAGS += -DBUILD_$(CLEAN_library_NAME)_DLL=1
|
|||
internal-library-all_:: \
|
||||
$(GNUSTEP_OBJ_DIR) \
|
||||
$(DERIVED_SOURCES) \
|
||||
$(DERIVED_SOURCES)/$(GNUSTEP_INSTANCE).inp \
|
||||
$(DLL_DEF_INP) \
|
||||
$(DERIVED_SOURCES)/$(GNUSTEP_INSTANCE).def \
|
||||
$(GNUSTEP_OBJ_DIR)/$(DLL_NAME) \
|
||||
$(GNUSTEP_OBJ_DIR)/$(DLL_EXP_LIB)
|
||||
|
|
Loading…
Reference in a new issue