From: fgsfds Date: Mon, 5 Feb 2018 19:46:57 +0000 (+0300) Subject: hackfix builds with upnp on unix X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=bf433af831d00c3287e3112097910ca74112195b hackfix builds with upnp on unix --- diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 5f707e0..450ab48 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -32,6 +32,9 @@ program Doom2DF; {$ENDIF} uses +{$IFDEF UNIX} + cthreads, +{$ENDIF} mempool in '../shared/mempool.pas', conbuf in '../shared/conbuf.pas', geom in '../shared/geom.pas',