13 lines
442 B
XML
13 lines
442 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
<?ifndef Platform ?> <!-- if platform NOT defined -->
|
|
<?define Platform = "x86" ?>
|
|
<?endif ?>
|
|
|
|
<?define CliBuildDir = "..\Build\release" ?>
|
|
<?define GuiBuildDir = "..\Build\gui" ?>
|
|
<?define ManualDir = "..\man" ?>
|
|
<?define QtDllDir = "..\..\runtimes" ?>
|
|
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
|
|
</Include>
|