mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
move windows build to use the in tree apr, apr-util and pcre
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3740 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre-6.7\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -183,7 +183,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre-6.7\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -254,7 +254,7 @@
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile="$(InputDir)..\..\pcre-6.7\pcre.def"
|
||||
ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
|
||||
ImportLibrary="$(IntDir)\$(ProjectName).lib"
|
||||
@@ -285,7 +285,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre-6.7\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -356,7 +356,7 @@
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
ModuleDefinitionFile="$(InputDir)..\..\pcre-6.7\pcre.def"
|
||||
ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
|
||||
ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
|
||||
ImportLibrary="$(IntDir)\$(ProjectName).lib"
|
||||
TargetMachine="1"
|
||||
@@ -386,7 +386,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre-6.7\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
xcopy "$(ProjectDir)..\..\pcre\pcre.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
@@ -402,11 +402,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_compile.c"
|
||||
RelativePath="..\..\pcre\pcre_compile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_config.c"
|
||||
RelativePath="..\..\pcre\pcre_config.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -446,7 +446,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_dfa_exec.c"
|
||||
RelativePath="..\..\pcre\pcre_dfa_exec.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -486,7 +486,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_exec.c"
|
||||
RelativePath="..\..\pcre\pcre_exec.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -526,7 +526,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_fullinfo.c"
|
||||
RelativePath="..\..\pcre\pcre_fullinfo.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -566,7 +566,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_get.c"
|
||||
RelativePath="..\..\pcre\pcre_get.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -606,7 +606,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_globals.c"
|
||||
RelativePath="..\..\pcre\pcre_globals.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -646,7 +646,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_info.c"
|
||||
RelativePath="..\..\pcre\pcre_info.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -686,7 +686,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_maketables.c"
|
||||
RelativePath="..\..\pcre\pcre_maketables.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -726,7 +726,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_ord2utf8.c"
|
||||
RelativePath="..\..\pcre\pcre_ord2utf8.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -766,7 +766,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_refcount.c"
|
||||
RelativePath="..\..\pcre\pcre_refcount.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -806,7 +806,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_study.c"
|
||||
RelativePath="..\..\pcre\pcre_study.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -846,7 +846,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_tables.c"
|
||||
RelativePath="..\..\pcre\pcre_tables.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -886,7 +886,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_try_flipped.c"
|
||||
RelativePath="..\..\pcre\pcre_try_flipped.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -926,11 +926,11 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_ucp_searchfuncs.c"
|
||||
RelativePath="..\..\pcre\pcre_ucp_searchfuncs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_valid_utf8.c"
|
||||
RelativePath="..\..\pcre\pcre_valid_utf8.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -970,7 +970,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_version.c"
|
||||
RelativePath="..\..\pcre\pcre_version.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -1010,7 +1010,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_xclass.c"
|
||||
RelativePath="..\..\pcre\pcre_xclass.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -1050,7 +1050,7 @@
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcreposix.c"
|
||||
RelativePath="..\..\pcre\pcreposix.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@@ -1099,7 +1099,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\internal.h"
|
||||
RelativePath="..\..\pcre\internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -1107,11 +1107,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcre_internal.h"
|
||||
RelativePath="..\..\pcre\pcre_internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pcre-6.7\pcreposix.h"
|
||||
RelativePath="..\..\pcre\pcreposix.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@@ -41,7 +41,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\pcre-6.7\"
|
||||
AdditionalIncludeDirectories="..\..\pcre\"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@@ -120,7 +120,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\pcre-6.7\"
|
||||
AdditionalIncludeDirectories="..\..\pcre\"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
|
Reference in New Issue
Block a user