Adding -lobjc manually is no longer needed on mingw

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20949 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-03-21 22:17:21 +00:00
parent 537db39e12
commit 149d0f39aa

View file

@ -69,9 +69,6 @@ ADDITIONAL_INSTALL_DIRS +=
# Local configuration # Local configuration
# #
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
libGorm_LIBRARIES_DEPEND_UPON += -lobjc
endif
ifeq ($(GNUSTEP_TARGET_OS),cygwin) ifeq ($(GNUSTEP_TARGET_OS),cygwin)
libGorm_LIBRARIES_DEPEND_UPON += -lobjc libGorm_LIBRARIES_DEPEND_UPON += -lobjc
endif endif