X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Ftools%2Fwadcvt.dpr;h=778f7a6a71edff90ebd478578122412b2fec5bfd;hb=987c4a835a103345b59937e8e1be8524a6228712;hp=dc509b7c419605723e7d8389dbeb8a142f1537c9;hpb=933917777e229def58a2ddf97a2b25fc1b9bd302;p=d2df-sdl.git diff --git a/src/tools/wadcvt.dpr b/src/tools/wadcvt.dpr index dc509b7..778f7a6 100644 --- a/src/tools/wadcvt.dpr +++ b/src/tools/wadcvt.dpr @@ -1,9 +1,8 @@ -(* Copyright (C) DooM 2D:Forever Developers +(* Copyright (C) Doom 2D: Forever Developers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -28,6 +27,7 @@ program __wadcvt__; uses SysUtils, Classes, + mempool in '../shared/mempool.pas', utils in '../shared/utils.pas', xstreams in '../shared/xstreams.pas', xparser in '../shared/xparser.pas', @@ -40,7 +40,6 @@ uses wadreader in '../shared/wadreader.pas', hashtable in '../shared/hashtable.pas', conbuf in '../shared/conbuf.pas', - BinEditor in '../shared/BinEditor.pas', MAPDEF in '../shared/MAPDEF.pas', CONFIG in '../shared/CONFIG.pas', e_log in '../engine/e_log.pas',