Skip to content

Commit

Permalink
Make the GALibrary self containing. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
frederiksen committed Jan 19, 2017
1 parent c1ef6af commit 01dcc2b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/GALibrary/GALibrary.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
<LibAdditionalOptions>-bf</LibAdditionalOptions>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<LibAdditionalOptions>-bf</LibAdditionalOptions>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.wxs" />
Expand Down
Binary file modified src/Temp/WixGAExtension.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/TestSetupProject/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="ProductComponent">
<File Id="dummy.txt" Name="dummy.txt" Source="..\temp\dummy.txt" />
<File Id="dummy.txt" Name="dummy.txt" Source="dummy.txt" />
</Component>
</ComponentGroup>
</Fragment>
Expand Down
File renamed without changes.
Binary file modified src/WixGAExtension/GALibrary.wixlib
Binary file not shown.

0 comments on commit 01dcc2b

Please sign in to comment.