mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Make Linker and Unlinker projects depend on raw
This commit is contained in:
parent
595af125b9
commit
189c82a787
@ -43,6 +43,8 @@ function Linker:project()
|
||||
ObjWriting:include(includes)
|
||||
ZoneWriting:include(includes)
|
||||
|
||||
Raw:use()
|
||||
|
||||
links:linkto(Utils)
|
||||
links:linkto(ZoneLoading)
|
||||
links:linkto(ZoneWriting)
|
||||
|
@ -42,6 +42,8 @@ function Unlinker:project()
|
||||
ObjLoading:include(includes)
|
||||
ObjWriting:include(includes)
|
||||
|
||||
Raw:use()
|
||||
|
||||
links:linkto(Utils)
|
||||
links:linkto(ZoneLoading)
|
||||
links:linkto(ObjLoading)
|
||||
|
@ -13,7 +13,7 @@ function Raw:link(links)
|
||||
end
|
||||
|
||||
function Raw:use()
|
||||
|
||||
dependson(self:name())
|
||||
end
|
||||
|
||||
function Raw:name()
|
||||
|
Loading…
x
Reference in New Issue
Block a user