diff options
Diffstat (limited to 'MSVC')
-rw-r--r-- | MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj | 280 | ||||
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 228 |
2 files changed, 276 insertions, 232 deletions
diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index e4e83ad..1e52f47 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -143,142 +143,158 @@ <References> </References> <Files> - <File - RelativePath="..\..\lib\binary-elf.cpp" - > - </File> - <File - RelativePath="..\..\includes\binary-elf.h" - > - </File> - <File - RelativePath="..\..\lib\binary.cpp" - > - </File> - <File - RelativePath="..\..\includes\binary.h" - > - </File> - <File - RelativePath="..\..\lib\binwriter-elf.cpp" - > - </File> - <File - RelativePath="..\..\includes\binwriter-elf.h" - > - </File> - <File - RelativePath="..\..\lib\binwriter.cpp" - > - </File> - <File - RelativePath="..\..\includes\binwriter.h" - > - </File> - <File - RelativePath="..\..\psxdev\bs.c" - > - </File> - <File - RelativePath="..\..\psxdev\bs.h" - > - </File> + <Filter + Name="psxdev.de" + > + <File + RelativePath="..\..\psxdev\bs.c" + > + </File> + <File + RelativePath="..\..\psxdev\bs.h" + > + </File> + <File + RelativePath="..\..\psxdev\common.h" + > + </File> + <File + RelativePath="..\..\psxdev\idctfst.c" + > + </File> + <File + RelativePath="..\..\psxdev\jfdctint.c" + > + </File> + <File + RelativePath="..\..\psxdev\table.h" + > + </File> + <File + RelativePath="..\..\psxdev\vlc.c" + > + </File> + <File + RelativePath="..\..\psxdev\xadecode.c" + > + </File> + <File + RelativePath="..\..\psxdev\xadecode.h" + > + </File> + </Filter> + <Filter + Name="lua" + > + <File + RelativePath="..\..\lib\luacd.cpp" + > + </File> + <File + RelativePath="..\..\includes\luacd.h" + > + </File> + <File + RelativePath="..\..\lib\luapsx.cpp" + > + </File> + <File + RelativePath="..\..\includes\luapsx.h" + > + </File> + </Filter> + <Filter + Name="binaries" + > + <File + RelativePath="..\..\lib\binary-elf.cpp" + > + </File> + <File + RelativePath="..\..\includes\binary-elf.h" + > + </File> + <File + RelativePath="..\..\lib\binary.cpp" + > + </File> + <File + RelativePath="..\..\includes\binary.h" + > + </File> + <File + RelativePath="..\..\lib\binwriter-elf.cpp" + > + </File> + <File + RelativePath="..\..\includes\binwriter-elf.h" + > + </File> + <File + RelativePath="..\..\lib\binwriter.cpp" + > + </File> + <File + RelativePath="..\..\includes\binwriter.h" + > + </File> + </Filter> + <Filter + Name="cdvd" + > + <File + RelativePath="..\..\lib\cdabstract.cpp" + > + </File> + <File + RelativePath="..\..\includes\cdabstract.h" + > + </File> + <File + RelativePath="..\..\lib\cdreader.cpp" + > + </File> + <File + RelativePath="..\..\includes\cdreader.h" + > + </File> + <File + RelativePath="..\..\lib\cdutils.cpp" + > + </File> + <File + RelativePath="..\..\includes\cdutils.h" + > + </File> + <File + RelativePath="..\..\lib\dvdabstract.cpp" + > + </File> + <File + RelativePath="..\..\includes\dvdabstract.h" + > + </File> + <File + RelativePath="..\..\lib\isobuilder.cpp" + > + </File> + <File + RelativePath="..\..\includes\isobuilder.h" + > + </File> + <File + RelativePath="..\..\lib\yazedc.cpp" + > + </File> + <File + RelativePath="..\..\includes\yazedc.h" + > + </File> + </Filter> <File RelativePath="..\..\includes\cd-tool-hc.h" > </File> - <File - RelativePath="..\..\lib\cdabstract.cpp" - > - </File> - <File - RelativePath="..\..\includes\cdabstract.h" - > - </File> - <File - RelativePath="..\..\lib\cdreader.cpp" - > - </File> - <File - RelativePath="..\..\includes\cdreader.h" - > - </File> - <File - RelativePath="..\..\lib\cdutils.cpp" - > - </File> - <File - RelativePath="..\..\includes\cdutils.h" - > - </File> - <File - RelativePath="..\..\psxdev\common.h" - > - </File> - <File - RelativePath="..\..\lib\dvdabstract.cpp" - > - </File> - <File - RelativePath="..\..\includes\dvdabstract.h" - > - </File> - <File - RelativePath="..\..\psxdev\idctfst.c" - > - </File> - <File - RelativePath="..\..\lib\isobuilder.cpp" - > - </File> - <File - RelativePath="..\..\includes\isobuilder.h" - > - </File> - <File - RelativePath="..\..\psxdev\jfdctint.c" - > - </File> - <File - RelativePath="..\..\lib\luacd.cpp" - > - </File> - <File - RelativePath="..\..\includes\luacd.h" - > - </File> - <File - RelativePath="..\..\lib\luapsx.cpp" - > - </File> - <File - RelativePath="..\..\includes\luapsx.h" - > - </File> - <File - RelativePath="..\..\psxdev\table.h" - > - </File> - <File - RelativePath="..\..\psxdev\vlc.c" - > - </File> - <File - RelativePath="..\..\psxdev\xadecode.c" - > - </File> - <File - RelativePath="..\..\psxdev\xadecode.h" - > - </File> - <File - RelativePath="..\..\lib\yazedc.cpp" - > - </File> - <File - RelativePath="..\..\includes\yazedc.h" - > - </File> </Files> <Globals> </Globals> diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj index 4cdbe9c..8cdc11f 100644 --- a/MSVC/mogltk/mogltk.vcproj +++ b/MSVC/mogltk/mogltk.vcproj @@ -143,114 +143,142 @@ <References> </References> <Files> - <File - RelativePath="..\..\mogltk\lib\base.cc" + <Filter + Name="base" > - </File> - <File - RelativePath="..\..\mogltk\include\base.h" + <File + RelativePath="..\..\mogltk\lib\base.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\base.h" + > + </File> + <File + RelativePath="..\..\mogltk\lib\glbase.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\glbase.h" + > + </File> + </Filter> + <Filter + Name="engine" > - </File> - <File - RelativePath="..\..\mogltk\lib\engine.cc" + <File + RelativePath="..\..\mogltk\lib\engine.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\engine.h" + > + </File> + </Filter> + <Filter + Name="font" > - </File> - <File - RelativePath="..\..\mogltk\include\engine.h" + <File + RelativePath="..\..\mogltk\lib\font.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\font.h" + > + </File> + <File + RelativePath="..\..\mogltk\lib\glfont.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\glfont.h" + > + </File> + </Filter> + <Filter + Name="shape" > - </File> - <File - RelativePath="..\..\mogltk\lib\font.cc" + <File + RelativePath="..\..\mogltk\lib\glshape.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\glshape.h" + > + </File> + <File + RelativePath="..\..\mogltk\lib\shape.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\shape.h" + > + </File> + </Filter> + <Filter + Name="sprite" > - </File> - <File - RelativePath="..\..\mogltk\include\font.h" + <File + RelativePath="..\..\mogltk\lib\glsprite.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\glsprite.h" + > + </File> + <File + RelativePath="..\..\mogltk\lib\sprite.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\sprite.h" + > + </File> + </Filter> + <Filter + Name="widgets" > - </File> - <File - RelativePath="..\..\mogltk\include\gettext.h" + <File + RelativePath="..\..\mogltk\lib\glwidgets.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\glwidgets.h" + > + </File> + <File + RelativePath="..\..\mogltk\lib\widgets.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\widgets.h" + > + </File> + </Filter> + <Filter + Name="color" > - </File> - <File - RelativePath="..\..\mogltk\lib\glbase.cc" + <File + RelativePath="..\..\mogltk\lib\mcolor.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\mcolor.h" + > + </File> + </Filter> + <Filter + Name="texture" > - </File> - <File - RelativePath="..\..\mogltk\include\glbase.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\glfont.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\glfont.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\glshape.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\glshape.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\glsprite.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\glsprite.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\glwidgets.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\glwidgets.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\mcolor.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\mcolor.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\shape.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\shape.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\sprite.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\sprite.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\texture.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\texture.h" - > - </File> - <File - RelativePath="..\..\mogltk\lib\widgets.cc" - > - </File> - <File - RelativePath="..\..\mogltk\include\widgets.h" - > - </File> + <File + RelativePath="..\..\mogltk\lib\texture.cc" + > + </File> + <File + RelativePath="..\..\mogltk\include\texture.h" + > + </File> + </Filter> </Files> <Globals> </Globals> |