From f618df9947ab391f1965b8514d0b77e46108453a Mon Sep 17 00:00:00 2001 From: rjongbloed Date: Mon, 4 Jun 2007 12:37:23 +0000 Subject: [PATCH] Utilise new MergeSym feature to no longer overwrite the source .DEF file when building DLLs. This makes CVS updates much, MUCH faster at the expense of slightly slower (ten seconds or so) builds of the DLLs and a manual process for the maintainers (me) to update the CVS periodically. --- src/win32/opal_dll.vcproj | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/win32/opal_dll.vcproj b/src/win32/opal_dll.vcproj index 718df334..41f9e9c4 100644 --- a/src/win32/opal_dll.vcproj +++ b/src/win32/opal_dll.vcproj @@ -291,9 +291,7 @@ @@ -332,9 +330,7 @@ copy "$(InputPath)"+nul "$(IntDir)\$(TargetName).def" > @@ -373,9 +369,7 @@ copy "$(InputPath)"+nul "$(IntDir)\$(TargetName).def" > -- 2.11.4.GIT