summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:14:48 +0000
committerfcolin2007-02-01 13:14:48 +0000
commit15cb508a2b736277db25baddf6b4426a0bb9b155 (patch)
treee2df914b2799db89118f103e7d684350b75008f9
parent434a8afa552f34d43004d8f4da6cac8d20d3e517 (diff)
downloadivy-cplusplus-15cb508a2b736277db25baddf6b4426a0bb9b155.zip
ivy-cplusplus-15cb508a2b736277db25baddf6b4426a0bb9b155.tar.gz
ivy-cplusplus-15cb508a2b736277db25baddf6b4426a0bb9b155.tar.bz2
ivy-cplusplus-15cb508a2b736277db25baddf6b4426a0bb9b155.tar.xz
Utilisateur : Fcolin Date : 4/01/05 Heure : 14:48 Archivé dans $/Bus/comIvy Commentaire: (vss 6)
-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