Browse Source

auto build updates

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@568 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 14 years ago
parent
commit
505d53bfa5
1 changed files with 8 additions and 8 deletions
  1. 8 8
      Addins/DittoUtil/DittoUtil.vcxproj

+ 8 - 8
Addins/DittoUtil/DittoUtil.vcxproj

@@ -114,7 +114,7 @@
       <MkTypLibCompatible>false</MkTypLibCompatible>
     </Midl>
     <PostBuildEvent>
-      <Command>copy $(TargetDir)*.dll ..\..\Debug\Addins</Command>
+      <Command>copy $(TargetDir)*.dll $(SolutionDir)Debug\Addins</Command>
     </PostBuildEvent>
     <ResourceCompile>
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -148,9 +148,9 @@
       <MkTypLibCompatible>false</MkTypLibCompatible>
     </Midl>
     <PostBuildEvent>
-      <Command>mkdir ..\..\Debug64
-mkdir ..\..\Debug64\Addins
-copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
+      <Command>mkdir $(SolutionDir)Debug64
+mkdir $(SolutionDir)Debug64\Addins
+copy $(TargetDir)*.dll $(SolutionDir)Debug64\Addins</Command>
     </PostBuildEvent>
     <ResourceCompile>
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -185,7 +185,7 @@ copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
       <MkTypLibCompatible>false</MkTypLibCompatible>
     </Midl>
     <PostBuildEvent>
-      <Command>copy $(TargetDir)*.dll ..\..\Release\Addins</Command>
+      <Command>copy $(TargetDir)*.dll $(SolutionDir)Release\Addins</Command>
     </PostBuildEvent>
     <ResourceCompile>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -219,9 +219,9 @@ copy $(TargetDir)*.dll ..\..\Debug64\Addins</Command>
       <MkTypLibCompatible>false</MkTypLibCompatible>
     </Midl>
     <PostBuildEvent>
-      <Command>mkdir ..\..\Release64
-mkdir ..\..\Release64\Addins
-copy $(TargetDir)*.dll ..\..\Release64\Addins</Command>
+      <Command>mkdir $(SolutionDir)Release64
+mkdir $(SolutionDir)Release64\Addins
+copy $(TargetDir)*.dll $(SolutionDir)Release64\Addins</Command>
     </PostBuildEvent>
     <ResourceCompile>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>