mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Changed name of edit control test
svn path=/trunk/; revision=4805
This commit is contained in:
parent
ba5a26559b
commit
d29a317edc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue