cppcheck/win_installer/config.wxi

14 lines
485 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Include>
<?ifndef Platform ?> <!-- if platform NOT defined -->
<?define Platform = "x86" ?>
<?endif ?>
2011-02-05 22:43:06 +01:00
<?define CliBuildDir = "..\cli\release" ?>
2010-02-27 19:59:20 +01:00
<?define GuiBuildDir = "..\Build\gui" ?>
<?define TranslationsDir = "..\gui" ?>
<?define HelpDir = "..\gui\help" ?>
<?define QtDllDir = "..\..\runtimes" ?>
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
</Include>