Module: wine Branch: refs/heads/master Commit: 1afed1f8d8aaa46ec74e8f5cfa0b3c281ab92687 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1afed1f8d8aaa46ec74e8f5c...
Author: Thomas Kho tkho@ucla.edu Date: Fri Jul 28 13:53:52 2006 -0500
Maketest.rules.in: Fix comment.
---
dlls/Maketest.rules.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index 0250b66..732ca0a 100644 --- a/dlls/Maketest.rules.in +++ b/dlls/Maketest.rules.in @@ -1,7 +1,7 @@ # Global rules for building dll unit tests -*-Makefile-*- # # Each individual makefile should define the following variables: -# DLLTEST : the dll to test +# TESTDLL : the dll to test # CTESTS : list of C test programs # EXTRALIBS : extra libraries to link in (optional) # EXTRADEFS : extra symbol definitions, like -DWINELIB (optional)