Maketest.rules.in: Fix comment.

This commit is contained in:
Thomas Kho 2006-07-28 13:53:52 -05:00 committed by Alexandre Julliard
parent ed9cca6982
commit 1afed1f8d8
1 changed files with 1 additions and 1 deletions

View File

@ -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)