Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial add.
  • Loading branch information
icculus committed Aug 28, 2002
1 parent b0a63ca commit bcddf57
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 0 deletions.
268 changes: 268 additions & 0 deletions physfs.vcproj
@@ -0,0 +1,268 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="physfs"
ProjectGUID="{5D67886A-8D97-400E-BF1A-D9873B77ACEA}"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug Multithreaded DLL|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".,zlib114"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK"
ExceptionHandling="FALSE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/physfs.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="2"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
ShowProgress="0"
OutputFile=".\Debug/physfs.dll"
Version="0.1.7"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/physfs.pdb"
OptimizeForWindows98="1"
ImportLibrary=".\Debug/physfs.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Debug/physfs.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release Multithreaded DLL|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2"
WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="TRUE"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
AdditionalIncludeDirectories=".,zlib114"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK"
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="TRUE"
DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/physfs.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="2"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
ShowProgress="0"
OutputFile=".\Release/physfs.dll"
Version="0.1.7"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/physfs.pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
ImportLibrary=".\Release/physfs.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Release/physfs.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\zlib114\adler32.c">
</File>
<File
RelativePath=".\zlib114\compress.c">
</File>
<File
RelativePath=".\zlib114\crc32.c">
</File>
<File
RelativePath=".\zlib114\deflate.c">
</File>
<File
RelativePath=".\archivers\dir.c">
</File>
<File
RelativePath=".\archivers\grp.c">
</File>
<File
RelativePath=".\zlib114\infblock.c">
</File>
<File
RelativePath=".\zlib114\infcodes.c">
</File>
<File
RelativePath=".\zlib114\inffast.c">
</File>
<File
RelativePath=".\zlib114\inflate.c">
</File>
<File
RelativePath=".\zlib114\inftrees.c">
</File>
<File
RelativePath=".\zlib114\infutil.c">
</File>
<File
RelativePath=".\physfs.c">
</File>
<File
RelativePath=".\physfs_byteorder.c">
</File>
<File
RelativePath="archivers\qpak.c">
</File>
<File
RelativePath=".\zlib114\trees.c">
</File>
<File
RelativePath=".\zlib114\uncompr.c">
</File>
<File
RelativePath=".\platform\win32.c">
</File>
<File
RelativePath=".\archivers\zip.c">
</File>
<File
RelativePath=".\zlib114\zutil.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
RelativePath=".\zlib114\deflate.h">
</File>
<File
RelativePath=".\zlib114\infblock.h">
</File>
<File
RelativePath=".\zlib114\infcodes.h">
</File>
<File
RelativePath=".\zlib114\inffast.h">
</File>
<File
RelativePath=".\zlib114\inffixed.h">
</File>
<File
RelativePath=".\zlib114\inftrees.h">
</File>
<File
RelativePath=".\zlib114\infutil.h">
</File>
<File
RelativePath=".\physfs.h">
</File>
<File
RelativePath=".\physfs_internal.h">
</File>
<File
RelativePath=".\zlib114\trees.h">
</File>
<File
RelativePath=".\zlib114\zconf.h">
</File>
<File
RelativePath=".\zlib114\zlib.h">
</File>
<File
RelativePath=".\zlib114\zutil.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

0 comments on commit bcddf57

Please sign in to comment.