diff options
author | pixel <pixel> | 2003-09-05 13:24:52 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 13:24:52 +0000 |
commit | 4a5e6ba6ba48ced51222dbda36a3d3dd99d75ec5 (patch) | |
tree | c987ce2573fc9ce89cc71b632ff932179a07b351 /MSVC | |
parent | 97f6a480777588b97fe1016692a5ca7de7c0bb78 (diff) |
Added getopt code and fixed some more windows things.
Diffstat (limited to 'MSVC')
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 13 | ||||
-rw-r--r-- | MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj | 31 | ||||
-rw-r--r-- | MSVC/Tools/Tools.vcproj | 3 |
3 files changed, 47 insertions, 0 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index fbd3d67..a6253a9 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -177,6 +177,19 @@ RelativePath="..\..\generic\doc\rfc959.txt">
</File>
</Filter>
+ <Filter
+ Name="GetOpt (external)"
+ Filter="">
+ <File
+ RelativePath="..\getopt\getopt.c">
+ </File>
+ <File
+ RelativePath="..\getopt\getopt.h">
+ </File>
+ <File
+ RelativePath="..\getopt\getopt1.c">
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index df944fb..44bfe6a 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -124,6 +124,37 @@ RelativePath="..\..\includes\yazedc.h">
</File>
</Filter>
+ <Filter
+ Name="psxdev.de code"
+ Filter="">
+ <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>
</Files>
<Globals>
</Globals>
diff --git a/MSVC/Tools/Tools.vcproj b/MSVC/Tools/Tools.vcproj index 5ebd000..eb6d59b 100644 --- a/MSVC/Tools/Tools.vcproj +++ b/MSVC/Tools/Tools.vcproj @@ -56,6 +56,9 @@ <File
RelativePath="..\..\Xenogears\Decrypt.cpp">
</File>
+ <File
+ RelativePath="..\..\Xenogears\main_dump.cpp">
+ </File>
</Filter>
<Filter
Name="Makefiles">
|