lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add unitfork.pas to uses clause of test app so it's compilation gets checked
[lcore.git]
/
lcoretest.dpr
diff --git
a/lcoretest.dpr
b/lcoretest.dpr
index 3770b19b49116b7f6d53ace2bcde91b04fc492f3..b84b8ec1b3668d7dd848efec61804f588c25d8d0 100755
(executable)
--- a/
lcoretest.dpr
+++ b/
lcoretest.dpr
@@
-11,7
+11,11
@@
uses
dnsasync,
\r
binipstuff,
\r
sysutils,
\r
dnsasync,
\r
binipstuff,
\r
sysutils,
\r
- dnssync;
\r
+ dnssync,
\r
+ //we don't actually make any use of the units below in this app, we just
\r
+ //include it to check if it compiles ok ;)
\r
+ lmessages,
\r
+ unitfork;
\r
{$ifdef win32}
\r
{$R *.RES}
\r
{$endif}
\r
{$ifdef win32}
\r
{$R *.RES}
\r
{$endif}
\r