X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Ftools%2Fmapcvt.dpr;h=5b7b7b49743403960a9143776368f97a72dd0605;hb=f5e6473ba0ddfeba497a6e5d4902833c2aba46ed;hp=67cea4333c6f766bd7087329e6820b82c4e08de5;hpb=939cb39acd39a1ca2bf11a0e4a8488c05baf7358;p=d2df-sdl.git diff --git a/src/tools/mapcvt.dpr b/src/tools/mapcvt.dpr index 67cea43..5b7b7b4 100644 --- a/src/tools/mapcvt.dpr +++ b/src/tools/mapcvt.dpr @@ -1,10 +1,17 @@ {$INCLUDE ../shared/a_modes.inc} + {$IFDEF WINDOWS} {$APPTYPE CONSOLE} {$ENDIF} uses SysUtils, Classes, + {$IFDEF USE_SDL} + SDL in '../lib/sdl/sdl.pas', + {$ENDIF} + {$IFDEF USE_SDL2} + SDL2 in '../lib/sdl2/sdl2.pas', + {$ENDIF} sfs in '../sfs/sfs.pas', sfsPlainFS in '../sfs/sfsPlainFS.pas', sfsZipFS in '../sfs/sfsZipFS.pas', @@ -32,7 +39,7 @@ var inname: AnsiString = ''; outname: AnsiString = ''; totext: Integer = -1; // <0: guess; force outname extension - sign: packed array[0..3] of AnsiChar; + //sign: packed array[0..3] of AnsiChar; wad: TWADFile = nil; waddata: Pointer; waddlen: Integer;