diff options
Diffstat (limited to 'Tools/msi/tcltk/tcltk_pdb.wixproj')
-rw-r--r-- | Tools/msi/tcltk/tcltk_pdb.wixproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Tools/msi/tcltk/tcltk_pdb.wixproj b/Tools/msi/tcltk/tcltk_pdb.wixproj index ac198d4..3370798 100644 --- a/Tools/msi/tcltk/tcltk_pdb.wixproj +++ b/Tools/msi/tcltk/tcltk_pdb.wixproj @@ -5,7 +5,15 @@ <SchemaVersion>2.0</SchemaVersion> <OutputName>tcltk_pdb</OutputName> <OutputType>Package</OutputType> - <DefineConstants>IncludeSymbols=1;$(DefineConstants)</DefineConstants> </PropertyGroup> - <Import Project="tcltk.props" /> + <Import Project="..\msi.props" /> + <ItemGroup> + <Compile Include="tcltk_pdb.wxs" /> + <Compile Include="tcltk_files.wxs" /> + </ItemGroup> + <ItemGroup> + <WxlTemplate Include="*.wxl_template" /> + </ItemGroup> + + <Import Project="..\msi.targets" /> </Project>
\ No newline at end of file |