diff options
author | pixel <pixel> | 2006-10-28 16:50:34 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-10-28 16:50:34 +0000 |
commit | 20d9fcbab1deada7260965dd12c1d22e62a8b341 (patch) | |
tree | 632f79751267357086a9b45b86aab54f4423f04d /MSVC/mogltk/mogltk.vcproj | |
parent | 2faeda63ad30d57c7c36fbc17ce5fd8fbdd21a17 (diff) |
Fixing caps in class names.
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> |