From d29a317edcc19b89a21601c0f452c92c4595ce90 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sat, 31 May 2003 19:43:59 +0000 Subject: [PATCH] Changed name of edit control test svn path=/trunk/; revision=4805 --- reactos/apps/tests/edit/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/apps/tests/edit/makefile b/reactos/apps/tests/edit/makefile index 05998806fe4..d4a7802362b 100644 --- a/reactos/apps/tests/edit/makefile +++ b/reactos/apps/tests/edit/makefile @@ -7,11 +7,11 @@ TARGET_TYPE = program TARGET_APPTYPE = windows -TARGET_NAME = edit +TARGET_NAME = edit-control TARGET_SDKLIBS = kernel32.a gdi32.a -TARGET_OBJECTS = $(TARGET_NAME).o +TARGET_OBJECTS = edit.o include $(PATH_TO_TOP)/rules.mak