mirror of
https://github.com/curl/curl.git
synced 2026-08-05 10:56:18 +03:00
added better CodeWarrior detection;
moved autounload flag so that its used for both lib architectures.
This commit is contained in:
parent
41df67fc2c
commit
4b0e48cb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) >> $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue