~ubuntu-branches/ubuntu/oneiric/firebird2.1/oneiric

« back to all changes in this revision

Viewing changes to builds/win32/msvc8/VCCRT_Shared_Header.wxi

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-04-22 18:59:44 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110422185944-egwy9r5xynjddku5
Tags: 2.1.4.18393-0.ds2-2
* apply patch from upstream SVN fixing ICU collations
* remove lintian overrides about manpages shipped in dependency package
* claim compliancy with Policy 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
        <?define COMMENTS = "This MSI specially created for Firebird." ?>
12
12
 
 
13
        <!-- This is a hard-coded path but localized versions of windows use
 
14
                 different paths. -->
13
15
        <?define MMDIR = "C:\Program Files (x86)\Common Files\Merge Modules" ?>
14
16
 
 
17
        <!-- This is the correct way to do it, but WiX 2.0 has a bug that
 
18
                 doesn't recognise the CommonProgramFiles(x86) env var.
 
19
                 It is fixed in WiX v3.0 but we are not yet ready to use v3 
 
20
                 in production.
 
21
        <?ifdef env.CommonProgramFiles(x86) ?>
 
22
        <?define commonProgramFiles = $(env.CommonProgramFiles(x86)) ?>
 
23
        <?else?>
 
24
        <?define commonProgramFiles =  $(env.CommonProgramFiles)?>
 
25
        <?endif?>
 
26
        <?define MMDIR = "$(var.commonProgramFiles)\Merge Modules" ?>
 
27
 
 
28
        -->
 
29
 
15
30
        <?define MANUFACTURER = "The Firebird Project" ?>
16
31
 
17
32
</Include>