mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-15 23:00:50 -08:00
added :init-name to asdf:make-build
This commit is contained in:
parent
cc3011dc0d
commit
6aa76599b9
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
(asdf:make-build "my-app"
|
(asdf:make-build "my-app"
|
||||||
:monolithic t
|
:monolithic t
|
||||||
:type :static-library
|
:type :static-library
|
||||||
:move-here "./")
|
:move-here "./"
|
||||||
|
:init-name "init_lib_MY_APP__ALL_SYSTEMS")
|
||||||
|
|
||||||
(let ((lib-name #+msvc "my_app_lib.lib"
|
(let ((lib-name #+msvc "my_app_lib.lib"
|
||||||
#-msvc "libmy_app_lib.a"))
|
#-msvc "libmy_app_lib.a"))
|
||||||
|
|
@ -22,3 +23,4 @@
|
||||||
#-msvc ".a")
|
#-msvc ".a")
|
||||||
lib-name))
|
lib-name))
|
||||||
|
|
||||||
|
(eql:qq)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue