diff --git a/libs/win32/pcre/libpcre.2010.vcxproj b/libs/win32/pcre/libpcre.2010.vcxproj index ecc960058f..4ca6dbcb9d 100644 --- a/libs/win32/pcre/libpcre.2010.vcxproj +++ b/libs/win32/pcre/libpcre.2010.vcxproj @@ -125,7 +125,6 @@ true true Win32 - $(IntDir)libpcre.tlb Disabled @@ -149,7 +148,6 @@ true - $(OutDir)$(ProjectName).bsc @@ -158,9 +156,6 @@ true true X64 - $(IntDir)libpcre.tlb - - Disabled @@ -184,7 +179,6 @@ true - $(OutDir)$(ProjectName).bsc @@ -193,7 +187,6 @@ true true Win32 - $(IntDir)libpcre.tlb MaxSpeed @@ -218,7 +211,6 @@ true - $(OutDir)$(ProjectName).bsc @@ -227,7 +219,6 @@ true true X64 - $(IntDir)libpcre.tlb MaxSpeed @@ -252,7 +243,6 @@ true - $(OutDir)$(ProjectName).bsc diff --git a/libs/win32/pcre/pcre_chartables.c.2010.vcxproj b/libs/win32/pcre/pcre_chartables.c.2010.vcxproj new file mode 100644 index 0000000000..a7ce80f3b8 --- /dev/null +++ b/libs/win32/pcre/pcre_chartables.c.2010.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libpcre Generate pcre_chartables.c + {1CED5987-A529-46DC-B30F-870D85FF9C94} + Generatepcre_chartablesc + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + true + true + false + false + + + $(PlatformName)\charttables\$(Configuration)\ + $(PlatformName)\charttables\$(Configuration)\ + $(PlatformName)\charttables\$(Configuration)\ + $(PlatformName)\charttables\$(Configuration)\ + + + + Disabled + ..\..\pcre\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDLL + Level3 + + + $(TargetPath) + true + Console + false + MachineX86 + + + if not exist "$(ProjectDir)pcre_chartables.c " "$(TargetPath)" "$(ProjectDir)pcre_chartables.c" + + + + + + + + + + + + + X64 + + + Disabled + ..\..\pcre\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDLL + Level3 + + + $(TargetPath) + true + Console + false + MachineX64 + + + if not exist "$(ProjectDir)pcre_chartables.c " "$(TargetPath)" "$(ProjectDir)pcre_chartables.c" + + + + + ..\..\pcre\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + + + $(TargetPath) + true + Console + true + true + true + MachineX86 + + + if not exist "$(ProjectDir)pcre_chartables.c " "$(TargetPath)" "$(ProjectDir)pcre_chartables.c" + + + + + X64 + + + ..\..\pcre\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + + + $(TargetPath) + true + Console + true + true + true + MachineX64 + + + if not exist "$(ProjectDir)pcre_chartables.c " "$(TargetPath)" "$(ProjectDir)pcre_chartables.c" + + + + + + + + + \ No newline at end of file