mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove Jamfiles.
svn path=/trunk/; revision=16148
This commit is contained in:
@@ -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 = ;
|
||||
Reference in New Issue
Block a user