summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/pcre.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC/pcre.vcproj')
-rw-r--r--crawl-ref/source/MSVC/pcre.vcproj235
1 files changed, 235 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/pcre.vcproj b/crawl-ref/source/MSVC/pcre.vcproj
new file mode 100644
index 0000000000..2bca04c5d8
--- /dev/null
+++ b/crawl-ref/source/MSVC/pcre.vcproj
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pcre"
+ ProjectGUID="{A0FDC72E-0BE5-4542-B381-6A482DAC2125}"
+ RootNamespace="pcre"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets=".\Common.vsprops;.\Debug.vsprops"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;PCRE_STATIC"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets=".\Common.vsprops;.\Release.vsprops"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;PCRE_STATIC"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\util\pcre\pcre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_chartables.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_compile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_config.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_dfa_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_fullinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_get.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_globals.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_info.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_maketables.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_newline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_ord2utf8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_refcount.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_scanner.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_study.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_tables.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_try_flipped.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_ucp_searchfuncs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_valid_utf8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_version.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\pcre\pcre_xclass.c"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>