mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Versio info actually linked in *.sys modules
svn path=/trunk/; revision=891
This commit is contained in:
parent
5b86e3a918
commit
8abc09ec0d
5 changed files with 9 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
|||
# $Id: makefile,v 1.9 1999/12/04 20:58:36 ea Exp $
|
||||
# $Id: makefile,v 1.10 1999/12/18 10:17:41 ea Exp $
|
||||
#
|
||||
#
|
||||
TARGET = blue
|
||||
|
||||
BASE_CFLAGS = -I../../../include
|
||||
|
||||
#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
|
||||
all: $(TARGET).sys
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# $Id: makefile,v 1.9 1999/12/04 20:58:38 ea Exp $
|
||||
# $Id: makefile,v 1.10 1999/12/18 10:17:41 ea Exp $
|
||||
#
|
||||
#
|
||||
TARGET=ide
|
||||
|
||||
#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
|
||||
BASE_CFLAGS = -I../../../include
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# $Id: makefile,v 1.7 1999/12/04 20:58:39 ea Exp $
|
||||
# $Id: makefile,v 1.8 1999/12/18 10:17:42 ea Exp $
|
||||
#
|
||||
#
|
||||
TARGET=keyboard
|
||||
|
||||
#OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o ../../../ntoskrnl/ntoskrnl.a
|
||||
OBJECTS = $(TARGET).o $(TARGET).coff ../../../ntoskrnl/ntoskrnl.a
|
||||
|
||||
BASE_CFLAGS = -I../../../include
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# $Id: makefile,v 1.5 1999/12/18 10:17:42 ea Exp $
|
||||
#
|
||||
#
|
||||
BASE_CFLAGS = -I../../../include
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: makefile,v 1.12 1999/12/11 21:14:49 dwelch Exp $
|
||||
# $Id: makefile,v 1.13 1999/12/18 10:17:42 ea Exp $
|
||||
#
|
||||
#
|
||||
TARGET=vfatfs
|
||||
|
||||
OBJECTS = blockdev.o dir.o dirwr.o iface.o string.o fat.o rw.o finfo.o \
|
||||
volume.o create.o
|
||||
volume.o create.o $(TARGET).coff
|
||||
LIBS = ../../../ntoskrnl/ntoskrnl.a
|
||||
|
||||
BASE_CFLAGS = -I../../../include
|
||||
|
|
Loading…
Reference in a new issue