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:55:53 +0300
committerOliver Schneider <oliver@assarbad.net>2010-01-07 03:55:53 +0300
commit4b015f7f53e1df22f01eaacc15b42f95bfd6e08a (patch)
treeb1e1b9b75d17ce44762b8ae9442b4e163de4e372 /wdsr040e
parent4696bc5156b1a71ff314335ac933b84c00275f04 (diff)
Fixing the output names for the language resources to allow for 64 and 32bit builds in the same folder
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 732b538..e4ad804 100755
--- a/wdsr040e/wdsr040e.vs2008.vcproj
+++ b/wdsr040e/wdsr040e.vs2008.vcproj
@@ -61,7 +61,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- OutputFile="../build/wdsr040e.dll"
+ OutputFile="../build/wdsr040e.r32"
LinkIncremental="1"
GenerateManifest="false"
IgnoreAllDefaultLibraries="true"
@@ -142,7 +142,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- OutputFile="../build/wdsr040e.dll"
+ OutputFile="../build/wdsr040e.r64"
LinkIncremental="1"
GenerateManifest="false"
IgnoreAllDefaultLibraries="true"