From 2e5127239fe5cdc88ba64aeb3b18e37b9737a707 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sat, 14 Mar 2015 14:16:57 +0000 Subject: [PATCH] VC: idgen.d udpate Assumes a working dmd.exe is in PATH. --- src/dmd_msc.vcproj | 18 +++++++++--------- src/dmd_msc.vcxproj | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/dmd_msc.vcproj b/src/dmd_msc.vcproj index c7e013d65bc0..32d4dd79c066 100644 --- a/src/dmd_msc.vcproj +++ b/src/dmd_msc.vcproj @@ -1489,7 +1489,7 @@ Name="gen" > @@ -1508,8 +1508,8 @@ @@ -1519,8 +1519,8 @@ @@ -1530,8 +1530,8 @@ diff --git a/src/dmd_msc.vcxproj b/src/dmd_msc.vcxproj index 5b5438072ee9..266cecaa811f 100644 --- a/src/dmd_msc.vcxproj +++ b/src/dmd_msc.vcxproj @@ -237,10 +237,10 @@ - + Building and running $(IntDir)%(Filename).exe - cl /TP /Fo$(IntDir)%(Filename).obj /Fe$(IntDir)%(Filename).exe %(Filename)%(Extension) && $(IntDir)%(Filename).exe - idgen.c;%(AdditionalInputs) + dmd -od$(IntDir) -of$(IntDir)%(Filename).exe %(Filename)%(Extension) && $(IntDir)%(Filename).exe + idgen.d;%(AdditionalInputs) id.c;id.h;$(IntDir)%(Filename).exe;%(Outputs)