diff --git a/reactos/lib/kbddv/Jamfile b/reactos/lib/kbddv/Jamfile deleted file mode 100644 index b4ad8f7cb8c..00000000000 --- a/reactos/lib/kbddv/Jamfile +++ /dev/null @@ -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 = ; diff --git a/reactos/lib/kbdfr/Jamfile b/reactos/lib/kbdfr/Jamfile deleted file mode 100644 index a923376f984..00000000000 --- a/reactos/lib/kbdfr/Jamfile +++ /dev/null @@ -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 = ; diff --git a/reactos/lib/kbdgr/Jamfile b/reactos/lib/kbdgr/Jamfile deleted file mode 100644 index cdae34e1ea8..00000000000 --- a/reactos/lib/kbdgr/Jamfile +++ /dev/null @@ -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 = ; diff --git a/reactos/lib/kbdru/Jamfile b/reactos/lib/kbdru/Jamfile deleted file mode 100644 index 4a997aac331..00000000000 --- a/reactos/lib/kbdru/Jamfile +++ /dev/null @@ -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 = ; diff --git a/reactos/lib/kbdse/Jamfile b/reactos/lib/kbdse/Jamfile deleted file mode 100644 index 3dbc4c5c281..00000000000 --- a/reactos/lib/kbdse/Jamfile +++ /dev/null @@ -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 = ; diff --git a/reactos/lib/kbdsg/Jamfile b/reactos/lib/kbdsg/Jamfile deleted file mode 100644 index 77d7ba3877b..00000000000 --- a/reactos/lib/kbdsg/Jamfile +++ /dev/null @@ -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 = ;