Skip to content

Commit

Permalink
Merge pull request #3 from catay/maint
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
catay authored May 20, 2023
2 parents 609ad2e + fc5dd83 commit b23318e
Show file tree
Hide file tree
Showing 15 changed files with 847 additions and 898 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@

# Misc
.ruby-version
.libs
.deps
.vscode
Makefile
Makefile.in
206 changes: 0 additions & 206 deletions INIParser.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions INIParser.h

This file was deleted.

2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ lib_LTLIBRARIES = OneVsOne.la
OneVsOne_la_SOURCES = \
UrlHandler.h \
UrlHandler.cpp \
INIParser.h \
INIParser.cpp \
OneVsOne.cpp
OneVsOne_la_CPPFLAGS= -I$(top_srcdir)/include -I$(top_srcdir)/plugins/plugin_utils
OneVsOne_la_LDFLAGS = -module -avoid-version -shared
Expand Down
Loading

0 comments on commit b23318e

Please sign in to comment.