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 | |
parent | 2faeda63ad30d57c7c36fbc17ce5fd8fbdd21a17 (diff) |
Fixing caps in class names.
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> |