mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Version resource was off the final binary image.
svn path=/trunk/; revision=1325
This commit is contained in:
parent
3f36421f86
commit
3b94410c8a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2 2000/08/18 22:27:02 dwelch Exp $
|
||||
# $Id: Makefile,v 1.3 2000/08/29 20:10:49 ea Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -17,7 +17,7 @@ DLLTARGET=$(TARGET).dll
|
|||
|
||||
all: $(DLLTARGET)
|
||||
|
||||
OBJECTS = lsa.o dllmain.o
|
||||
OBJECTS = lsa.o dllmain.o $(TARGET).coff
|
||||
|
||||
ifeq ($(DOSCLI),yes)
|
||||
CLEAN_FILES = $(OBJECTS) \
|
||||
|
|
Loading…
Reference in a new issue