2010-01-17 19:18:52 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Include>
|
|
|
|
<?ifndef Platform ?> <!-- if platform NOT defined -->
|
|
|
|
<?define Platform = "x86" ?>
|
|
|
|
<?endif ?>
|
|
|
|
|
2010-02-27 10:57:18 +01:00
|
|
|
<?define CliBuildDir = "..\Build\release" ?>
|
2010-02-27 19:59:20 +01:00
|
|
|
<?define GuiBuildDir = "..\Build\gui" ?>
|
2010-01-17 20:12:25 +01:00
|
|
|
<?define ManualDir = "..\man" ?>
|
2010-01-17 19:18:52 +01:00
|
|
|
<?define QtDllDir = "..\..\runtimes" ?>
|
|
|
|
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
|
|
|
|
</Include>
|