]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added better CodeWarrior detection;
authorGunter Knauf <gk@gknw.de>
Sun, 8 Jul 2007 23:18:47 +0000 (23:18 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 8 Jul 2007 23:18:47 +0000 (23:18 +0000)
moved autounload flag so that its used for both lib architectures.

lib/Makefile.netware

index 1e3f8756c60791f02f060e10d41c1229526dc70f..42db2a6b4c5490227a3b927b89ca428feee80874 100644 (file)
@@ -295,6 +295,7 @@ endif
 ifdef XDCDATA
        @echo $(DL)xdcdata $(XDCDATA)$(DL) >> $@
 endif
+       @echo $(DL)flag_on 64$(DL) >> $@
 ifeq ($(LIBARCH),CLIB)
        @echo $(DL)start _Prelude$(DL) >> $@
        @echo $(DL)exit _Stop$(DL) >> $@
@@ -307,7 +308,6 @@ ifeq ($(LIBARCH),CLIB)
 #      @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@
        @echo $(DL)module clib$(DL) >> $@
 else
-       @echo $(DL)flag_on 64$(DL) >> $@
        @echo $(DL)pseudopreemption$(DL) >> $@
        @echo $(DL)start _LibCPrelude$(DL) >> $@
        @echo $(DL)exit _LibCPostlude$(DL) >> $@