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:
authorassarbad <none@none>2005-04-10 22:09:37 +0400
committerassarbad <none@none>2005-04-10 22:09:37 +0400
commit183e4d73d2d6e436db952bbf37625241c811bb67 (patch)
treea6e74b70394ab2f6548548b165638dcfc36ee887 /wdsr040e
parent41673f57d2179298e0bc79287a94967d2b722562 (diff)
- Optimized resource DLL settings to save 4kB each
- Modified changelog and README to reflect todays changes
Diffstat (limited to 'wdsr040e')
-rwxr-xr-xwdsr040e/wdsr040e.vcproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/wdsr040e/wdsr040e.vcproj b/wdsr040e/wdsr040e.vcproj
index 980b7ff..3e3ca0f 100755
--- a/wdsr040e/wdsr040e.vcproj
+++ b/wdsr040e/wdsr040e.vcproj
@@ -28,13 +28,16 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
OutputFile="../../urelease/wdsr040e.dll"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ IgnoreAllDefaultLibraries="TRUE"
+ GenerateDebugInformation="FALSE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ResourceOnlyDLL="TRUE"
+ SetChecksum="TRUE"
ImportLibrary="$(OutDir)/wdsr040e.lib"
TargetMachine="1"/>
<Tool