Skip to content

Commit

Permalink
Merge pull request GPSBabel#11 from gpsbabel/nuke-expat
Browse files Browse the repository at this point in the history
Nuke expat
  • Loading branch information
robertlipe committed Sep 17, 2015
2 parents f72c807 + fb93450 commit ef74dc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion gui/setup.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Source: gmapbase.html; DestDir: "{app}"; Flags: ignoreversion
Source: qt.conf; DestDir: "{app}"; Flags: ignoreversion

Source: \gpsbabel\gui\release\gpsbabelfe.exe; DestDir: "{app}"; Flags: ignoreversion
;Source: release\libexpat.dll; DestDir: "{app}"; Flags: ignoreversion
Source: \gpsbabel\gpsbabel\release\gpsbabel.exe; DestDir: "{app}"; Flags: ignoreversion
; Source: release\help\*; DestDir: "{app}\help"; Flags: ignoreversion recursesubdirs createallsubdirs

Expand Down
4 changes: 0 additions & 4 deletions msvc/GPSBabel.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<HeaderFileName />
</Midl>
<ClCompile>
<AdditionalIncludeDirectories>expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions>
<WarningLevel>Level3</WarningLevel>
<TreatWarningAsError>false</TreatWarningAsError>
Expand Down Expand Up @@ -305,9 +304,6 @@
<ClCompile Include="..\zlib\uncompr.c" />
<ClCompile Include="..\zlib\zutil.c" />
</ItemGroup>
<ItemGroup>
<Library Include="Expat\libexpat.lib" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\cet.h" />
<ClInclude Include="..\cet_util.h" />
Expand Down

0 comments on commit ef74dc6

Please sign in to comment.