vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 12 forks source link

LuaPath: Add support for Boost Filesystem 3 #73

Closed casallas closed 12 years ago

casallas commented 12 years ago

-LuaPath uses fs::complete which is fs:absolute in BFS 3 -Added some #ifdef in LuaPath.cpp to make this change if BFS == 3

rpavlik commented 12 years ago

Looks good - thanks!