Replies: 4 comments 5 replies
-
指定不了 |
Beta Was this translation helpful? Give feedback.
-
如果是不同的lua文件,如何指定顺序呢?add_deps只能指定在同一个lua脚本中的吧?我有A.lua B.lua ,B.lua中的target ("test")需要先编译A.lua中的target("testfirst"),怎么实现呢? |
Beta Was this translation helpful? Give feedback.
-
我可没说过 add_deps 只能在一个 lua 文件中用。。你哪里看来的。 |
Beta Was this translation helpful? Give feedback.
-
谢谢 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
`
includes ("./Tools/LogManager/xmake.lua")
includes ("./HXApi/HXQuoteDemo.lua")
includes ("./QuoteSvr/QuoteSvr_ST_Asio.lua")
`
比如我有一个xmake.lua中内容如上,生成makefile文件,希望里面的生成顺序也是先LogManager HXQuoteDemo QuoteSvr_ST_Asio这样的顺序,但似乎现在的行为是随机的,如何指定顺序呢?
xmake project -k makefile --root -P .
Beta Was this translation helpful? Give feedback.
All reactions