From: plugwash Date: Mon, 26 Jan 2009 01:30:31 +0000 (+0000) Subject: add unitfork.pas to uses clause of test app so it's compilation gets checked X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/eaf53edbc38a2987348e92205a2fd2f1982bc2e1?ds=sidebyside add unitfork.pas to uses clause of test app so it's compilation gets checked git-svn-id: file:///svnroot/lcore/trunk@31 b1de8a11-f9be-4011-bde0-cc7ace90066a --- diff --git a/lcoretest.dpr b/lcoretest.dpr index b58e14a..b84b8ec 100755 --- a/lcoretest.dpr +++ b/lcoretest.dpr @@ -12,9 +12,10 @@ uses binipstuff, sysutils, dnssync, - //we don't actually make any use of lmessages in this app, we just + //we don't actually make any use of the units below in this app, we just //include it to check if it compiles ok ;) - lmessages; + lmessages, + unitfork; {$ifdef win32} {$R *.RES} {$endif}