Windows: Extned Assembly name for version options
Windows file resources can be marked as Private, Special, Debug and Pre-release. Extend the Heimdal Assembly name to include designations for these various build options to ensure that private, special, debug and pre-release builds do not conflict with the assembly name reserved for public releases. This permits a private, special, debug and pre-release build to be installed side-by-side with the final release without interference. Change-Id: I569ce2ff911ddbaebd81ba2e8b477ba6fb520502
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
Platform="$(var.Platform)" />
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
<Directory Id="dir.Heimdal.Kerberos" Name="Heimdal.Kerberos"
|
||||
FileSource="$(var.BinDir)\Heimdal.Kerberos">
|
||||
<Directory Id="dir.Heimdal.Kerberos" Name="$(var.AsmKrbName)"
|
||||
FileSource="$(var.BinDir)\$(var.AsmKrbName)">
|
||||
<Component Id="comp.Heimdal.Kerberos"
|
||||
Guid="$(var.GuidKerberos)"
|
||||
Win64="$(var.Win64)">
|
||||
@@ -38,8 +38,8 @@
|
||||
<File Name="com_err.pdb" />
|
||||
<File Name="heimntlm.pdb" />
|
||||
<File Name="gssapi.pdb" />
|
||||
<File Name="Heimdal.Kerberos.cat" />
|
||||
<File Name="Heimdal.Kerberos.manifest" Id="id.Heimdal.Kerberos.manifest" />
|
||||
<File Name="$(var.AsmKrbName).cat" />
|
||||
<File Name="$(var.AsmKrbName).manifest" Id="id.Heimdal.Kerberos.manifest" />
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
Reference in New Issue
Block a user