From 6c600d2acb72b828395a1646edab4085bf009db0 Mon Sep 17 00:00:00 2001 From: rjongbloed Date: Tue, 5 Jun 2007 09:42:38 +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. --- OpenH323dll.vcproj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/OpenH323dll.vcproj b/OpenH323dll.vcproj index 06628d7a..7a661198 100644 --- a/OpenH323dll.vcproj +++ b/OpenH323dll.vcproj @@ -311,8 +311,7 @@ @@ -346,8 +345,7 @@ copy "$(InputPath)"+nul "$(IntDir)\$(TargetName).def" > n @@ -399,8 +397,7 @@ copy "$(InputPath)"+nul "$(IntDir)\$(TargetName).def" > -- 2.11.4.GIT