From 58ca1966c86650b38fa12ddfe07c2f6bd3f6b131 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 3 Jun 2012 13:47:04 +0200 Subject: Solution fixes, debug config and x64 platform --- win32/dirent-win32/dirent-win32.vcxproj | 74 +++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) (limited to 'win32/dirent-win32/dirent-win32.vcxproj') diff --git a/win32/dirent-win32/dirent-win32.vcxproj b/win32/dirent-win32/dirent-win32.vcxproj index c9223bef..8dfcf35e 100644 --- a/win32/dirent-win32/dirent-win32.vcxproj +++ b/win32/dirent-win32/dirent-win32.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -29,7 +37,13 @@ StaticLibrary true v110 - Unicode + MultiByte + + + StaticLibrary + true + v110 + MultiByte StaticLibrary @@ -38,6 +52,13 @@ true MultiByte + + StaticLibrary + false + v110 + true + MultiByte + @@ -45,10 +66,18 @@ + + + + + + + + @@ -58,22 +87,61 @@ Level3 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + CompileAsC Windows true - + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + CompileAsC + + + Windows + true + + + + + Level1 + + + MinSpace + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + CompileAsC + true + Size + + + Windows + true + true + true + + + + + Level1 - MaxSpeed + MinSpace true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) CompileAsC + true + Size Windows -- cgit 1.4.1