diff options
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj index 67d8e5d..be5323f 100644 --- a/MSVC/mogltk/mogltk.vcproj +++ b/MSVC/mogltk/mogltk.vcproj @@ -290,22 +290,30 @@ <Filter Name="LUA bindings" > - <File - RelativePath="..\..\mogltk\lib\LuaGL.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\LuaGL.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\mogltk-lua-bindings.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\mogltk-lua-bindings.h" - > - </File> + <Filter + Name="LuaGL" + > + <File + RelativePath="..\..\mogltk\lib\LuaGL.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\LuaGL.h" + > + </File> + </Filter> + <Filter + Name="LuaWidget" + > + <File + RelativePath="..\..\mogltk\lib\LuaWidget.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\LuaWidget.h" + > + </File> + </Filter> </Filter> </Files> <Globals> |