mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Forgot to commit Makefile
svn path=/trunk/; revision=5081
This commit is contained in:
parent
fb2b3f263e
commit
977727b6cd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.17 2003/06/26 00:01:34 sedwards Exp $
|
# $Id: Makefile,v 1.18 2003/07/11 17:58:51 sedwards Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||||
|
|
||||||
CONTROLS_OBJECTS = \
|
CONTROLS_OBJECTS = \
|
||||||
controls/combo.o \
|
controls/combo.o \
|
||||||
|
controls/edit.o \
|
||||||
controls/icontitle.o \
|
controls/icontitle.o \
|
||||||
controls/listbox.o \
|
controls/listbox.o \
|
||||||
controls/scrollbar.o \
|
controls/scrollbar.o \
|
||||||
|
|
Loading…
Reference in a new issue