Put imports into ".imp.@." sections.

Now it's not necessary to put linking of these libraries at the end of tcc command line.

git-svn-id: svn://kolibrios.org@8605 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-02-23 20:59:07 +00:00
parent 521bee47b1
commit 32a9e36b93
15 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ include "__lib__.inc"
fun equ msgbox_create
fun_str equ 'mb_create'
section '.text'
section '.imp.@.'
fun_name db fun_str, 0