diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-15 16:23:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-15 16:23:28 +0000 |
commit | 3c06fbe1a47b19141c87b360e5a1a2af495a8fb6 (patch) | |
tree | 79ac5c5c37b2adb86ef2de53cffd43cff28e5b4a | |
parent | 03bfd31925e1e2adaf1980c0b4efe9a62773723a (diff) |
disabled s* objects in iemlib libdir since they are really working properly as single objects in the libdir yet, and don't compile on MinGW
svn path=/trunk/; revision=4914
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 7647c1b4..0297fb5d 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -672,7 +672,7 @@ hidin_clean: #------------------------------------------------------------------------------# # IEMLIB IEMLIB_NAME=iemlib -IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-z]*.c) +IEMLIB_OBJECTS := $(wildcard $(externals_src)/iemlib/src/*/[a-hj-rt-z]*.c) iemlib: $(IEMLIB_OBJECTS:.c=.$(EXTENSION)) iemlib_install: iemlib |