changeset 100:8e89c07402e9

Describe subsystem linker switch
author Frank Benoit <benoit@tionex.de>
date Sat, 09 Feb 2008 21:26:08 +0100
parents 873874015a62
children 58014b95afb5
files README.txt
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sat Feb 09 15:45:02 2008 +0100
+++ b/README.txt	Sat Feb 09 21:26:08 2008 +0100
@@ -26,3 +26,17 @@
 Disable this option in the dsss/etc/rebuild/dmd-win-tango file.
 Search for it (2 matches) and either delete those lines of change =on to =off.
 
+Subsystem linker option
+=======================
+For dmd linker 'optlink' there is the option SUBSYSTEM which defines if the executable 
+shall be a console or windows application and the minimum required windows version (4=win95,5=win2000,6=vista)
+-L/SUBSYSTEM:windows:5
+Without this option, DWT renderes some controls not correctly. Eg. table headers are not shown.
+
+
+
+
+
+
+
+