From 1afed1f8d8aaa46ec74e8f5cfa0b3c281ab92687 Mon Sep 17 00:00:00 2001 From: Thomas Kho Date: Fri, 28 Jul 2006 13:53:52 -0500 Subject: [PATCH] Maketest.rules.in: Fix comment. --- dlls/Maketest.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index 0250b666acf..732ca0a8746 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)