mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Remove Jamfiles.
svn path=/trunk/; revision=16148
This commit is contained in:
parent
cdad35b774
commit
3b0038292f
6 changed files with 0 additions and 90 deletions
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbddv ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbddv
|
||||
|
||||
SharedLibrary kbddv : $(SRCS) ;
|
||||
LINKLIBS = ;
|
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbdfr ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbdfr
|
||||
|
||||
SharedLibrary kbdfr : $(SRCS) ;
|
||||
LINKLIBS = ;
|
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbdgr ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbdgr
|
||||
|
||||
SharedLibrary kbdgr : $(SRCS) ;
|
||||
LINKLIBS = ;
|
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbdru ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbdru
|
||||
|
||||
SharedLibrary kbdru : $(SRCS) ;
|
||||
LINKLIBS = ;
|
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbdse ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbdse
|
||||
|
||||
SharedLibrary kbdse : $(SRCS) ;
|
||||
LINKLIBS = ;
|
|
@ -1,15 +0,0 @@
|
|||
SubDir ROS_TOP lib kbdsg ;
|
||||
|
||||
# This stuff should actually be moved to Jamrules
|
||||
# in order to more easily support other compilers
|
||||
CCFLAGS += -Wall -fno-builtin ;
|
||||
|
||||
# NOTE - I'm no Jam expert, yet. This stuff should be
|
||||
# abstracted into the Jamrules file.
|
||||
LINKFLAGS = -nostartfiles -nostdlib -shared ;
|
||||
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
|
||||
|
||||
SRCS = kbdsg
|
||||
|
||||
SharedLibrary kbdsg : $(SRCS) ;
|
||||
LINKLIBS = ;
|
Loading…
Reference in a new issue