Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2010-01-07 03:45:53 +0300
committerOliver Schneider <oliver@assarbad.net>2010-01-07 03:45:53 +0300
commit4696bc5156b1a71ff314335ac933b84c00275f04 (patch)
tree49c7ae59d207600da0c54ae49414d41681252395 /wdsr040e
parent4fe2148cec29f47fa088dec319d7c96bb9396e91 (diff)
Fixing binary output names
Diffstat (limited to 'wdsr040e')
-rwxr-xr-xwdsr040e/wdsr040e.vs2008.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wdsr040e/wdsr040e.vs2008.vcproj b/wdsr040e/wdsr040e.vs2008.vcproj
index 807dae5..732b538 100755
--- a/wdsr040e/wdsr040e.vs2008.vcproj
+++ b/wdsr040e/wdsr040e.vs2008.vcproj
@@ -61,7 +61,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- OutputFile="../../urelease/wdsr040e.dll"
+ OutputFile="../build/wdsr040e.dll"
LinkIncremental="1"
GenerateManifest="false"
IgnoreAllDefaultLibraries="true"
@@ -142,7 +142,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- OutputFile="../../urelease/wdsr040e.dll"
+ OutputFile="../build/wdsr040e.dll"
LinkIncremental="1"
GenerateManifest="false"
IgnoreAllDefaultLibraries="true"