mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -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"
|
||||
:monolithic t
|
||||
:type :static-library
|
||||
:move-here "./")
|
||||
:move-here "./"
|
||||
:init-name "init_lib_MY_APP__ALL_SYSTEMS")
|
||||
|
||||
(let ((lib-name #+msvc "my_app_lib.lib"
|
||||
#-msvc "libmy_app_lib.a"))
|
||||
|
|
@ -22,3 +23,4 @@
|
|||
#-msvc ".a")
|
||||
lib-name))
|
||||
|
||||
(eql:qq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue