diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-08 23:18:47 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-08 23:18:47 +0000 |
commit | 4b0e48cb4ebb1288c85f2847929856d29e937d6a (patch) | |
tree | 8479ad35a710b7cb8a9f2720a3fc1188a70583a2 /lib/Makefile.netware | |
parent | 41df67fc2c66dfe4bffa5ada935dff0df16daaeb (diff) |
added better CodeWarrior detection;
moved autounload flag so that its used for both lib architectures.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 1e3f8756c..42db2a6b4 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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) >> $@ |