X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Ftools%2Fwadcvt.dpr;h=35cce86b12e5a57fee8282cd5f2551cfd5ae8dc4;hb=51374402c2585a179840350b3db9681c418c3e6f;hp=59df44ea7e5b8e23dd20d26222d26a7319d8139a;hpb=563e770b462d67b2c8265b0e2b53384152afb7c1;p=d2df-sdl.git diff --git a/src/tools/wadcvt.dpr b/src/tools/wadcvt.dpr index 59df44e..35cce86 100644 --- a/src/tools/wadcvt.dpr +++ b/src/tools/wadcvt.dpr @@ -2,8 +2,7 @@ * * 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, + {$I ../shared/vampimg.inc} mempool in '../shared/mempool.pas', utils in '../shared/utils.pas', xstreams in '../shared/xstreams.pas', @@ -43,8 +43,7 @@ uses conbuf in '../shared/conbuf.pas', MAPDEF in '../shared/MAPDEF.pas', CONFIG in '../shared/CONFIG.pas', - e_log in '../engine/e_log.pas', - ImagingTypes, Imaging, ImagingUtility; + e_log in '../engine/e_log.pas'; {.$WARNINGS ON}