-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Makefiles to include binarydist target and updated README.
- Loading branch information
1 parent
5f646bb
commit 787cf06
Showing
4 changed files
with
392 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,371 @@ | ||
2006-05-13 13:19 dynamite | ||
|
||
* contrib/: README, MSVC6/in_adlib.dsp, MSVC6/readme.txt, | ||
MSVC6/vc6inst.bat: Moved MSVC6 build cruft. | ||
|
||
2006-05-13 13:18 dynamite | ||
|
||
* INSTALL, NEWS, configure.in, in_adlib.psc.in: Moved PimpScript to | ||
lower level. | ||
|
||
2006-05-13 13:18 dynamite | ||
|
||
* src/: in_adlib.dsp, in_adlib.psc, vc6inst.bat: Removed MSVC6 | ||
build cruft. Moved PimpScript to lower level. | ||
|
||
2006-05-12 13:28 dynamite | ||
|
||
* NEWS, configure.in, src/Makefile.am, src/callback.cpp, | ||
src/config.cpp, src/config.h, src/debug.h, src/dlg_about.cpp, | ||
src/dlg_about.h, src/dlg_config.cpp, src/dlg_config.h, | ||
src/dlg_info.cpp, src/dlg_info.h, src/filetypes.cpp, | ||
src/filetypes.h, src/gui_link.cpp, src/gui_link.h, | ||
src/gui_tip.cpp, src/gui_tip.h, src/in_adlib.dsp, | ||
src/in_adlib.rc, src/player.cpp, src/player.h, src/plugin.cpp, | ||
src/plugin.h, src/resource.h: Updated NEWS. Made compatible with | ||
both AdPlug 2.0 and older versions. Now using libtool feature | ||
-module to build proper plugin DLL. Debug support fixed, so it | ||
utilizes the proper console when running on wine and native | ||
Windows. Changed _DEBUG preprocessor define to DEBUG. Fixes for | ||
GCC 4.x. Removed MSVC resource file cruft. Changed license | ||
binary blob to human-readable. Made NEWS file CRLF terminated, so | ||
it displays correctly in AdPlug's history textbox under native | ||
Windows. Added missing MSC and RIX filetypes. Bumped version | ||
number to 1.7. | ||
|
||
2006-03-11 00:10 dynamite | ||
|
||
* configure.in, src/Makefile.am: Using pkg-config now. | ||
|
||
2005-01-13 14:43 dynamite | ||
|
||
* .cvsignore: added | ||
|
||
2005-01-13 14:39 dynamite | ||
|
||
* ChangeLog, Makefile.am, NEWS, configure.in: Ported to MinGW. | ||
|
||
2005-01-13 14:14 dynamite | ||
|
||
* src/.cvsignore: Update | ||
|
||
2005-01-13 14:13 dynamite | ||
|
||
* src/: Makefile.am, adplug.bmp, callback.cpp, dlg_config.cpp, | ||
dlg_info.cpp, filetypes.cpp, filetypes.h, hand.cur, in_adlib.rc, | ||
player.cpp, plugin.cpp, plugin.h, resource.h: Ported to MinGW and | ||
fixed a lot of bugs during the process. | ||
|
||
2004-09-30 09:50 dynamite | ||
|
||
* NEWS, src/in_adlib.psc: Release 1.6 | ||
|
||
2004-09-28 11:35 dynamite | ||
|
||
* NEWS, README, src/player.cpp, src/player.h, src/plugin.h: | ||
Re-enabled Ken Silverman's emulator and bumped version number. | ||
|
||
2004-04-15 14:05 dynamite | ||
|
||
* README: Updated README | ||
|
||
2004-04-15 13:47 dynamite | ||
|
||
* NEWS: Updated NEWS | ||
|
||
2004-04-15 13:44 dynamite | ||
|
||
* src/: config.cpp, config.h, dlg_config.cpp, plugin.cpp: | ||
implemented workaround for S3M files and Nullsoft's Module | ||
Decoder Plugin. | ||
|
||
2004-04-15 12:12 dynamite | ||
|
||
* AUTHORS, NEWS, README, TODO, src/dlg_about.cpp, | ||
src/dlg_config.cpp, src/gui_tip.cpp, src/gui_tip.h, | ||
src/plugin.cpp, src/plugin.h: Fixed config dialog bug on Winamp 5 | ||
and added multiline tooltips. | ||
|
||
2004-04-14 03:09 dynamite | ||
|
||
* src/dlg_config.cpp: bugfix: config dialog didn't open on winamp 5 | ||
|
||
2003-12-28 03:19 dynamite | ||
|
||
* NEWS, README, TODO, src/debug.h, src/in_adlib.dsp, | ||
src/in_adlib.psc, src/plugin.cpp, src/plugin.h: Bumped version | ||
number. | ||
|
||
2003-03-18 05:31 dynamite | ||
|
||
* README, src/in_adlib.psc: Added PiMPscript. Release Candidate #1. | ||
|
||
2003-03-18 04:10 dynamite | ||
|
||
* NEWS, README, src/config.cpp: Fixed default ignore file type to | ||
MIDI. Docs updates. Release Candidate #1. | ||
|
||
2003-03-01 12:58 dynamite | ||
|
||
* src/: config.cpp, player.cpp, player.h: Fixed OPL2 hardware | ||
detection and pause handling. | ||
|
||
2003-02-28 03:30 dynamite | ||
|
||
* src/: config.cpp, config.h, dlg_about.cpp, dlg_config.cpp, | ||
plugin.cpp: Added Database support. | ||
|
||
2003-02-27 08:47 dynamite | ||
|
||
* AUTHORS, NEWS, README, src/filetypes.cpp, src/plugin.cpp: Fixed | ||
filetype handling. | ||
|
||
2003-01-07 07:49 dynamite | ||
|
||
* src/: config.cpp, config.h, filetypes.cpp, filetypes.h, | ||
in_adlib.dsp, player.cpp: adapted to new adplug library API. | ||
|
||
2002-11-03 10:35 riven-mage | ||
|
||
* src/gui_link.cpp: idc_hand fix | ||
|
||
2002-11-03 10:32 riven-mage | ||
|
||
* src/: config.cpp, plugin.h: idc_hand fix | ||
|
||
2002-11-02 05:11 dynamite | ||
|
||
* src/gui_link.cpp: Commented out IDC_HAND and changed into | ||
IDC_ARROW until riven finds something compatible. ;) | ||
|
||
2002-10-27 07:52 dynamite | ||
|
||
* src/: config.cpp, gui_link.cpp, in_adlib.dsp: Some fixes. | ||
|
||
2002-10-27 07:18 dynamite | ||
|
||
* src/: config.cpp, gui_link.cpp, in_adlib.dsp, plugin.h: Some | ||
fixes. | ||
|
||
2002-10-22 14:12 riven-mage | ||
|
||
* NEWS: no message | ||
|
||
2002-10-22 14:08 riven-mage | ||
|
||
* AUTHORS, COPYING, INSTALL, NEWS, README, TODO, src/.cvsignore, | ||
src/callback.cpp, src/config.cpp, src/config.h, src/debug.h, | ||
src/dlg_about.cpp, src/dlg_about.h, src/dlg_config.cpp, | ||
src/dlg_config.h, src/dlg_info.cpp, src/dlg_info.h, | ||
src/filetypes.cpp, src/filetypes.h, src/frontend.h, | ||
src/gui_link.cpp, src/gui_link.h, src/gui_tip.cpp, src/gui_tip.h, | ||
src/in2.h, src/in_adlib.dsp, src/out.h, src/player.cpp, | ||
src/player.h, src/plugin.cpp, src/plugin.h, src/vc6inst.bat: no | ||
message | ||
|
||
2002-10-22 13:51 riven-mage | ||
|
||
* .cvsignore, Build.txt, In2.h, TODO, adplug.bmp, debug.h, | ||
frontend.h, in_adlib.cpp, in_adlib.dsp, in_adlib.psc, | ||
in_adlib.rc, in_adlib.txt, out.h, resource.h, vc6inst.bat: | ||
deleted old version | ||
|
||
2002-10-11 07:26 dynamite | ||
|
||
* TODO, in_adlib.cpp: Nothing really changed. Maybe some source | ||
code cosmetics... | ||
|
||
2002-10-07 04:20 dynamite | ||
|
||
* in_adlib.txt: Updated history log. | ||
|
||
2002-10-06 13:43 dynamite | ||
|
||
* in_adlib.cpp: Added support for PortTalk driver on Win NT. | ||
|
||
2002-09-30 08:38 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.rc: file type detection bugfix. | ||
|
||
2002-08-13 12:36 dynamite | ||
|
||
* in_adlib.cpp: Added *.lds & *.sng file descriptions. | ||
|
||
2002-08-13 12:18 dynamite | ||
|
||
* in_adlib.dsp, in_adlib.rc, resource.h: Removed legacy MFC | ||
resource dependency. | ||
|
||
2002-08-11 12:47 riven-mage | ||
|
||
* adplug.bmp, in_adlib.cpp: no message | ||
|
||
2002-08-11 11:47 dynamite | ||
|
||
* .cvsignore: Added *.aps. | ||
|
||
2002-08-11 11:45 dynamite | ||
|
||
* TODO: Merged TODO. | ||
|
||
2002-08-10 11:12 riven-mage | ||
|
||
* TODO, adplug.bmp, in_adlib.cpp, in_adlib.psc, in_adlib.rc, | ||
resource.h: no message | ||
|
||
2002-08-09 03:21 dynamite | ||
|
||
* .cvsignore, Build.txt: Added build instructions. Added cvsignore | ||
file. | ||
|
||
2002-08-08 01:33 riven-mage | ||
|
||
* TODO: no message | ||
|
||
2002-08-04 03:14 riven-mage | ||
|
||
* TODO: no message | ||
|
||
2002-08-02 14:54 riven-mage | ||
|
||
* TODO: no message | ||
|
||
2002-08-02 14:33 riven-mage | ||
|
||
* in_adlib.cpp: new about box | ||
|
||
2002-08-02 14:32 riven-mage | ||
|
||
* TODO, in_adlib.rc, resource.h: no message | ||
|
||
2002-07-19 05:16 dynamite | ||
|
||
* TODO, vc6inst.bat: no message | ||
|
||
2002-07-19 05:13 dynamite | ||
|
||
* debug.h, in_adlib.cpp, in_adlib.dsp: no message | ||
|
||
2002-06-25 10:56 dynamite | ||
|
||
* in_adlib.cpp: no message | ||
|
||
2002-06-25 09:17 dynamite | ||
|
||
* in_adlib.dsp, in_adlib.psc, in_adlib.txt, AUTHORS, COPYING: no | ||
message | ||
|
||
2002-06-20 13:53 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp, in_adlib.psc, in_adlib.rc, | ||
in_adlib.txt: no message | ||
|
||
2002-04-26 05:53 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp, in_adlib.rc, resource.h: no message | ||
|
||
2002-03-28 08:23 dynamite | ||
|
||
* in_adlib.txt, in_adlib.psc: no message | ||
|
||
2002-03-28 04:52 dynamite | ||
|
||
* AUTHORS, in_adlib.cpp, in_adlib.dsp, in_adlib.rc, in_adlib.txt: | ||
no message | ||
|
||
2002-03-02 06:03 dynamite | ||
|
||
* In2.h, frontend.h, in_adlib.cpp, in_adlib.dsp, in_adlib.rc: F | ||
|
||
2001-11-08 20:09 cdc_ | ||
|
||
* in_adlib.cpp: .SAT support added to sa2.cpp - thanks mamiya! | ||
|
||
2001-10-26 08:23 dynamite | ||
|
||
* in_adlib.txt, in_adlib.dsp, in_adlib.cpp: release candidate #1 | ||
|
||
2001-10-23 12:23 dynamite | ||
|
||
* COPYING, in_adlib.cpp, in_adlib.dsp, in_adlib.rc, in_adlib.txt, | ||
resource.h: synced with latest adplug library. | ||
|
||
2001-10-18 09:45 dynamite | ||
|
||
* in_adlib.txt: misc. changes. | ||
|
||
2001-10-17 11:36 dynamite | ||
|
||
* debug.h, in_adlib.cpp: no more tampering with winamp's own file | ||
name strings. licensing changes. | ||
|
||
2001-10-15 04:20 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp: sync with latest adplug devel tree. | ||
|
||
2001-10-08 06:24 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp, in_adlib.rc, resource.h: misc. | ||
changes. | ||
|
||
2001-09-26 10:26 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.txt, out.h: wholly new replay routine | ||
using fixed buffer size. | ||
|
||
2001-09-23 19:08 cdc_ | ||
|
||
* debug.h, in_adlib.cpp: added license information | ||
|
||
2001-07-16 07:59 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp: bumped version number. | ||
|
||
2001-07-08 04:55 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp: synced with latest (unstable) AdPlug | ||
core. | ||
|
||
2001-07-08 04:20 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp, in_adlib.rc, in_adlib.txt: made 1.0 | ||
release. | ||
|
||
2001-06-30 13:34 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.txt: made winamp-1.0 release. | ||
|
||
2001-06-24 10:53 dynamite | ||
|
||
* debug.h, in_adlib.cpp, in_adlib.dsp: fixes. | ||
|
||
2001-06-18 08:41 dynamite | ||
|
||
* in_adlib.cpp: misc. tweaks. | ||
|
||
2001-06-14 11:14 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.rc, resource.h: added .wlf extension | ||
support. multiple extensions per format are now possible. | ||
|
||
2001-06-10 04:01 dynamite | ||
|
||
* in_adlib.cpp, in_adlib.dsp: hardware volume control fixed (didn't | ||
change when not playing). | ||
|
||
2001-06-03 05:44 dynamite | ||
|
||
* in_adlib.txt: updated readme file. | ||
|
||
2001-05-31 06:21 dynamite | ||
|
||
* In2.h, adplug.bmp, debug.h, frontend.h, in_adlib.cpp, | ||
in_adlib.dsp, in_adlib.rc, in_adlib.txt, out.h, resource.h: | ||
Initial revision | ||
|
||
2001-05-31 06:21 dynamite | ||
|
||
* In2.h, adplug.bmp, debug.h, frontend.h, in_adlib.cpp, | ||
in_adlib.dsp, in_adlib.rc, in_adlib.txt, out.h, resource.h: | ||
initial import. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
SUBDIRS = src | ||
|
||
BINARYDIST = $(srcdir)/README $(srcdir)/AUTHORS $(srcdir)/COPYING | ||
BINARYBINS = $(srcdir)/NEWS src/.libs/in_adlib.dll | ||
|
||
ZIP = zip | ||
ZIPFLAGS = -j | ||
ZIPFILE = $(PACKAGE)-$(VERSION).zip | ||
|
||
binarydist: | ||
make | ||
$(ZIP) -l $(ZIPFLAGS) $(ZIPFILE) $(BINARYDIST) | ||
$(ZIP) $(ZIPFLAGS) $(ZIPFILE) $(BINARYBINS) |
Oops, something went wrong.