[svn] r6626: nemerle/trunk/Nemerle.nproj
Nuald
svnadmin at nemerle.org
Fri Sep 8 04:45:59 CEST 2006
Log:
Added debug info to Nemerle output assembly.
Author: Nuald
Date: Fri Sep 8 04:45:18 2006
New Revision: 6626
Modified:
nemerle/trunk/Nemerle.nproj
Modified: nemerle/trunk/Nemerle.nproj
==============================================================================
--- nemerle/trunk/Nemerle.nproj (original)
+++ nemerle/trunk/Nemerle.nproj Fri Sep 8 04:45:18 2006
@@ -9,8 +9,7 @@
<Name>Nemerle</Name>
<TargetPlatform>v2</TargetPlatform>
<DefineConstants>RUNTIME_MS</DefineConstants>
- <!-- <DefineConstants>_stage3</DefineConstants>
- <DefineConstants>MSBUILD</DefineConstants> -->
+ <DefineConstants>_stage3</DefineConstants>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<EnabledWarnings>10006</EnabledWarnings>
@@ -20,7 +19,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<OutputPath>bin\Debug\</OutputPath>
- <!-- <DefineConstants>DEBUG;TRACE</DefineConstants> -->
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
More information about the svn
mailing list