stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

.def file and base option #12

Closed moteus closed 11 years ago

moteus commented 12 years ago

In root dir i have

src\mylib.c
src\mylib.def
lakefile

lakefile:

c.shared{'mylib', base = 'src', need='lua'}

Lake do not found .def file.

stevedonovan commented 12 years ago

Yes, definitely a problem. I will have a new version out in next week, but I will fix this one today.

moteus commented 12 years ago

Thx. But I can wait.