DEADSOFTWARE

fix building holmes and tools
[d2df-sdl.git] / src / tools / wadcvt.dpr
index 452d549ccacc809cbc4c405b050ed69882c02d5c..35cce86b12e5a57fee8282cd5f2551cfd5ae8dc4 100644 (file)
@@ -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,8 @@ program __wadcvt__;
 uses
   SysUtils,
   Classes,
+  {$I ../shared/vampimg.inc}
+  mempool in '../shared/mempool.pas',
   utils in '../shared/utils.pas',
   xstreams in '../shared/xstreams.pas',
   xparser in '../shared/xparser.pas',
@@ -38,12 +39,11 @@ uses
   sfsZipFS in '../sfs/sfsZipFS.pas',
   paszlib,
   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',
-  ImagingTypes, Imaging, ImagingUtility;
+  e_log in '../engine/e_log.pas';
 
 
 {.$WARNINGS ON}