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)
|
ObjWriting:include(includes)
|
||||||
ZoneWriting:include(includes)
|
ZoneWriting:include(includes)
|
||||||
|
|
||||||
|
Raw:use()
|
||||||
|
|
||||||
links:linkto(Utils)
|
links:linkto(Utils)
|
||||||
links:linkto(ZoneLoading)
|
links:linkto(ZoneLoading)
|
||||||
links:linkto(ZoneWriting)
|
links:linkto(ZoneWriting)
|
||||||
|
@ -42,6 +42,8 @@ function Unlinker:project()
|
|||||||
ObjLoading:include(includes)
|
ObjLoading:include(includes)
|
||||||
ObjWriting:include(includes)
|
ObjWriting:include(includes)
|
||||||
|
|
||||||
|
Raw:use()
|
||||||
|
|
||||||
links:linkto(Utils)
|
links:linkto(Utils)
|
||||||
links:linkto(ZoneLoading)
|
links:linkto(ZoneLoading)
|
||||||
links:linkto(ObjLoading)
|
links:linkto(ObjLoading)
|
||||||
|
@ -13,7 +13,7 @@ function Raw:link(links)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Raw:use()
|
function Raw:use()
|
||||||
|
dependson(self:name())
|
||||||
end
|
end
|
||||||
|
|
||||||
function Raw:name()
|
function Raw:name()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user