diff options
-rw-r--r-- | platform/win32/libmuthreads.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/win32/libmuthreads.vcproj b/platform/win32/libmuthreads.vcproj index f91f4ee1..c0fa390d 100644 --- a/platform/win32/libmuthreads.vcproj +++ b/platform/win32/libmuthreads.vcproj @@ -127,7 +127,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool @@ -256,7 +256,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool @@ -383,7 +383,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool |