Skip to content

Commit

Permalink
Imported Upstream version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion committed Oct 5, 2012
0 parents commit a0de6d1
Show file tree
Hide file tree
Showing 33 changed files with 6,549 additions and 0 deletions.
504 changes: 504 additions & 0 deletions COPYING

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Makefile.debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DESTDIR=`pwd`/debian/wavegain

all:
gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile

install:
install -d $(DESTDIR)/usr/bin/
install -m 0755 wavegain $(DESTDIR)/usr/bin/

clean:
rm -Rf wavegain *.o
9 changes: 9 additions & 0 deletions Makefile.linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
all:
gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile

install:
install -d /usr/bin/
install -m 0755 wavegain /usr/bin/

clean:
rm -Rf wavegain *.o
146 changes: 146 additions & 0 deletions WaveGain/WaveGain.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions WaveGain/WaveGain.dsw
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "WaveGain"=".\WaveGain.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################

Binary file added WaveGain/upx.exe
Binary file not shown.
Loading

0 comments on commit a0de6d1

Please sign in to comment.