diff dmd/mars.c @ 250:fc9c1a0eabbd trunk

[svn r267] Fixed debug info for global variables. Cleaned up the debug info code in general.
author lindquist
date Wed, 11 Jun 2008 20:53:26 +0200
parents a168a2c3ea48
children 88252a1af660
line wrap: on
line diff
--- a/dmd/mars.c	Tue Jun 10 21:44:04 2008 +0200
+++ b/dmd/mars.c	Wed Jun 11 20:53:26 2008 +0200
@@ -316,6 +316,7 @@
     VersionCondition::addPredefinedGlobalIdent("Windows");
     VersionCondition::addPredefinedGlobalIdent("Win32");
     global.params.isWindows = 1;
+    tt_os = "-pc-mingw32";
 #elif linux
     VersionCondition::addPredefinedGlobalIdent("linux");
     global.params.isLinux = 1;