diff options
Diffstat (limited to 'MSVC/mogltk')
-rw-r--r-- | MSVC/mogltk/.cvsignore | 2 | ||||
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 40 |
2 files changed, 25 insertions, 17 deletions
diff --git a/MSVC/mogltk/.cvsignore b/MSVC/mogltk/.cvsignore index a21c48f..043d84f 100644 --- a/MSVC/mogltk/.cvsignore +++ b/MSVC/mogltk/.cvsignore @@ -1,2 +1,2 @@ -Debug
+Debug Release
\ No newline at end of file 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> |