diff options
author | pixel <pixel> | 2003-09-05 15:28:29 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 15:28:29 +0000 |
commit | 23b21e9fa28cb317a86e2e8cfb1c8548d708f32f (patch) | |
tree | 87ee5ed995a74ad792a7c86392307e10ff13d75b /MSVC | |
parent | 4a5e6ba6ba48ced51222dbda36a3d3dd99d75ec5 (diff) |
Fixed more things... I'm starting to like MSVC! THAT'S NO GOOD!
Diffstat (limited to 'MSVC')
-rw-r--r-- | MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj | 30 | ||||
-rw-r--r-- | MSVC/Tools/master.mak | 2 |
2 files changed, 31 insertions, 1 deletions
diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index 44bfe6a..4baf4f4 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -155,6 +155,36 @@ RelativePath="..\..\psxdev\xadecode.h">
</File>
</Filter>
+ <Filter
+ Name="Documentation"
+ Filter="">
+ <File
+ RelativePath="..\..\FAQ.txt">
+ </File>
+ <Filter
+ Name="English"
+ Filter="">
+ <File
+ RelativePath="..\..\FAQ-cd.txt">
+ </File>
+ <File
+ RelativePath="..\..\FAQ-lzss.txt">
+ </File>
+ <File
+ RelativePath="..\..\FAQ-psx.txt">
+ </File>
+ </Filter>
+ <Filter
+ Name="French"
+ Filter="">
+ <File
+ RelativePath="..\..\EmuPatch-FAQ.txt">
+ </File>
+ <File
+ RelativePath="..\..\FAQ-cd-fr.txt">
+ </File>
+ </Filter>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/MSVC/Tools/master.mak b/MSVC/Tools/master.mak index 3cef157..87b3aeb 100644 --- a/MSVC/Tools/master.mak +++ b/MSVC/Tools/master.mak @@ -82,7 +82,7 @@ _CLEANFILES=*.obj *.tlb *.reg !ENDIF
#set some command C++ flags
-_CFLAGS=$(_CCFLAGS) /c
+_CFLAGS=$(_CCFLAGS) /c /EHsc
#set debug as the default for c++
_CDFLAGS=$(_CFLAGS) /Zi
|