-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
36 lines (30 loc) · 1.45 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Prerequisites
-------------
You need the Nullsoft Wasabi SDK Build 471 or later to compile. The SDK
can be downloaded from the Winamp3 website.
This component depends on the bfc and waclient projects of the Wasabi
SDK being built first and put to an accessible location.
Configuration
-------------
Before you can compile anything, create a file called config.bat in the
source directory. It's best to copy the template below out of this file
and modify it to fit your setup.
The plugin installation procedure uses the "bindir" directory to find
out where your Winamp3 component directory is located. If you prefer to
install the component manually, you can just leave the path blank. This
will prevent automatic installation.
Setup
-----
Start MSVC and create a new workspace. Then load the project file
adplug_wa3.dsp from the source subdirecotry into it and you're finished.
Optionally, if you got the AdPlug core library sources installed, you
can additionally load that project file (adplug.dsp) into your
workspace (use the "Add project to workspace..." function from the
"Project" menu) and create a dependency from in_adlib to adplug (i.e.
in_adlib depends on adplug) and the next time you change something on
the core library, the plugin will automatically get recompiled with it.
Use the "Dependencies..." entry from the "Project" menu to do so.
config.bat Template
-------------------
rem Path to Winamp3 component directory
set bindir=C:\Program Files\Winamp3\Wacs