Move the matrix declarations to the .c file instead of the header
[sdlpango.git] / Wix / testbench.xml.in
blob7502c2b152d05f666716babe06d95fec5a048341
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi" xmlns:dx="http://tempuri.org/2003/01/dx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/wix/2003/01/wi
3 C:\bin\wix-binaries\doc\wix.xsd">
4 <Product Language="1033" Id="09E121A6-5EE4-47F0-9458-6D56E8AC56FE" Version="@VERSION@" Name="SDL_Pango testbench" Manufacturer="NAKAMURA Ken'ichi" UpgradeCode="F4219209-E0FD-415C-936B-F57E5801F2BA">
5 <Package Id="????????-????-????-????-????????????" Description="SDL_Pango testbench" Comments="A sample of MSI file which use SDL_Pango-@VERSION@.msm" Manufacturer="NAKAMURA Ken'ichi" InstallerVersion="200" Languages="1033" Compressed="yes"/>
6 <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
7 <Directory Id="TARGETDIR" Name="SourceDir">
8 <Component Id="testbenchComponent" Guid="4C0EACD9-D08B-4559-A920-E057E5E5BE39">
9 <File Id="testbenchexe" Name="testbenc.exe" LongName="testbench.exe" DiskId="1" src="..\VisualC2003\testbench\Release\testbench.exe" Vital="yes" KeyPath="yes"/>
10 <File Id="markuptxt" Name="markup.txt" LongName="markup.txt" src="..\test\markup.txt" DiskId="1"/>
11 <Shortcut Id="testbenchshortcut" Directory="ProgramMenuFolder" Name="testbenc" Target="testbenchFeature" LongName="SDL_Pango testbench" Arguments="markup.txt" Show="normal" WorkingDirectory="TARGETDIR" Icon="stubico"/>
12 </Component>
13 <Component Id="SDLComponent" Guid="B1D6563D-FAB4-4A0B-ABC2-C4EE24FE433C">
14 <File Id="sdldll" Name="sdl.dll" LongName="SDL.dll" src="SDL.dll" DiskId="1"/>
15 </Component>
16 <Merge Id="SDL_PangoModule" Language="1033" DiskId="1" src="SDL_Pango-@VERSION@.msm"/>
17 <Merge Id="VC2003Module" Language="1033" DiskId="1" src="C:\Program Files\Common Files\Merge Modules\VC_User_CRT71_RTL_X86_---.msm"/>
18 <Directory Id="ProgramMenuFolder" Name="."/>
19 </Directory>
20 <Feature Id="testbenchFeature" Level="1" ConfigurableDirectory="TARGETDIR">
21 <ComponentRef Id="testbenchComponent"/>
22 <ComponentRef Id="SDLComponent"/>
23 <MergeRef Id="SDL_PangoModule"/>
24 <MergeRef Id="VC2003Module"/>
25 </Feature>
26 <FragmentRef Id="UIFragment"/>
27 <Icon Id="stubico" src="bitmap\stub.ico"/>
28 </Product>
29 </Wix>