* win32/vs8/libdlfcn.vcproj:

* win32/vs9/libdlfcn.vcproj:
	set supported Windows minimal version



SVN revision: 47138
This commit is contained in:
Vincent Torri 2010-03-11 18:53:56 +00:00
parent 3ef3435fed
commit e3badfbb2e
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2010-03-11 Vincent Torri <doursse at users dot sf dot net>
* win32/vs8/libdlfcn.vcproj:
* win32/vs9/libdlfcn.vcproj:
set supported Windows minimal version
2010-03-11 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:

View File

@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(INCLUDE)"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0501;_DEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -117,7 +117,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(INCLUDE)"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0501;NDEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"

View File

@ -42,7 +42,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(INCLUDE)"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0501;_DEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@ -117,7 +117,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(INCLUDE)"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0501;NDEBUG;_LIB;EFL_EVIL_DLFCN_BUILD;DLL_EXPORT;_POSIX_;__UNUSED__="
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"