Changed name of edit control test

svn path=/trunk/; revision=4805
This commit is contained in:
Steven Edwards 2003-05-31 19:43:59 +00:00
parent ba5a26559b
commit d29a317edc

View file

@ -7,11 +7,11 @@ TARGET_TYPE = program
TARGET_APPTYPE = windows TARGET_APPTYPE = windows
TARGET_NAME = edit TARGET_NAME = edit-control
TARGET_SDKLIBS = kernel32.a gdi32.a TARGET_SDKLIBS = kernel32.a gdi32.a
TARGET_OBJECTS = $(TARGET_NAME).o TARGET_OBJECTS = edit.o
include $(PATH_TO_TOP)/rules.mak include $(PATH_TO_TOP)/rules.mak