Eolite 5.30: Added file search #175
Reference in New Issue
Block a user
No description provided.
Delete Branch "eolite-add-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Херня какакая-то, локально всё работает.
@@ -14,3 +8,1 @@
tup.rule("Eolite.c", "c-- -coff /D=" .. C_LANG .. " /OPATH=%o %f", "%B.obj")
tup.rule("Eolite.obj", "objconv -felf32 %f %o", "%B.o")
link_tcc("Eolite.o", "%B.com")
tup.rule("Eolite.c", "c-- /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "Eolite.com")
You need to add
/OPATH=%o %f
instead of%f
You didn't notice how you deleted it.
Fixed
eolite-add-searchto Eolite 5.30: Added file search3f7e1051c4
toe8d50abb95