summaryrefslogtreecommitdiff
path: root/comIvy
diff options
context:
space:
mode:
Diffstat (limited to 'comIvy')
-rw-r--r--comIvy/comIvy.vcproj21
1 files changed, 15 insertions, 6 deletions
diff --git a/comIvy/comIvy.vcproj b/comIvy/comIvy.vcproj
index 895efff..809599d 100644
--- a/comIvy/comIvy.vcproj
+++ b/comIvy/comIvy.vcproj
@@ -4,6 +4,7 @@
Version="7.10"
Name="comIvy"
ProjectGUID="{561E32B8-AF2E-4BA4-8D1D-159CC71E2C90}"
+ RootNamespace="comIvy"
SccProjectName=""$/Bus", ZOBAAAAA"
SccAuxPath=""
SccLocalPath=".."
@@ -36,12 +37,14 @@
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCCustomBuildTool"
+ Description="Copying dll&apos;s"
+ CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;"
+ Outputs="C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
AdditionalOptions=""
- OutputFile="$(OutDir)/comIvy.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
MergedIDLBaseFileName="_comIvy.idl"
@@ -63,7 +66,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Inscription en cours"
- CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ CommandLine="regsvr32 /s /c &quot;C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -106,16 +109,22 @@
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCCustomBuildTool"
+ Description="Copying dll&apos;s"
+ CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;"
+ Outputs="C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
AdditionalOptions=""
- OutputFile="$(OutDir)/comIvy.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
MergedIDLBaseFileName="_comIvy.idl"
GenerateDebugInformation="TRUE"
+ GenerateMapFile="TRUE"
+ MapFileName="Toto"
+ MapExports="TRUE"
+ MapLines="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -135,7 +144,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Inscription en cours"
- CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ CommandLine="regsvr32 /s /c &quot;C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool