diff options
author | Simon Howard | 2010-03-08 01:14:23 +0000 |
---|---|---|
committer | Simon Howard | 2010-03-08 01:14:23 +0000 |
commit | 448adb31d703afed9e9cc2bfd109c1fcd34447c4 (patch) | |
tree | ca987d9f677ec93263840477bc1eebc9a01fecab /pkg | |
parent | c4fe7aa8b6962edf79e0ccec469970618a92b0ef (diff) | |
parent | b9e18229624500d6d2a6112a5c00882d7b7051de (diff) | |
download | chocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.tar.gz chocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.tar.bz2 chocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.zip |
Merge opl-branch to trunk.
OPL support still isn't perfect, and it certainly isn't complete.
However, for now, it's good enough.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1878
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/win32/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile index 626f1845..31968795 100644 --- a/pkg/win32/GNUmakefile +++ b/pkg/win32/GNUmakefile @@ -11,6 +11,8 @@ DLL_FILES=$(TOPLEVEL)/src/SDL.dll \ $(TOPLEVEL)/src/SDL_mixer.dll \ $(TOPLEVEL)/src/SDL_net.dll +DOC_FILES += README.OPL + ZIP=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-win32.zip $(ZIP) : staging |