mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Install more modules
svn path=/trunk/; revision=15659
This commit is contained in:
parent
204cfe40fe
commit
3cb2f38e73
18 changed files with 9 additions and 134 deletions
|
@ -1,4 +1,4 @@
|
||||||
<module name="route" type="win32cui" warnings="true">
|
<module name="route" type="win32cui" installbase="system32" installname="route.exe" warnings="true">
|
||||||
<include base="route">.</include>
|
<include base="route">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
PATH_TO_TOP = ../../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbehci
|
|
||||||
|
|
||||||
TARGET_DDKLIBS = ntoskrnl.a usbport.a
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -Werror -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -D__USE_W32API
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
usbehci.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,16 +0,0 @@
|
||||||
PATH_TO_TOP = ../../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbohci
|
|
||||||
|
|
||||||
TARGET_DDKLIBS = ntoskrnl.a usbport.a
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -Werror -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -D__USE_W32API
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
usbohci.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,16 +0,0 @@
|
||||||
PATH_TO_TOP = ../../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbuhci
|
|
||||||
|
|
||||||
TARGET_DDKLIBS = ntoskrnl.a usbport.a
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -Werror -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -D__USE_W32API
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
usbuhci.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,17 +0,0 @@
|
||||||
# $Id: $
|
|
||||||
|
|
||||||
PATH_TO_TOP = ../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = export_driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbd
|
|
||||||
|
|
||||||
TARGET_OBJECTS = usbd.o
|
|
||||||
|
|
||||||
TARGET_GCCLIBS = gcc
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -D__USE_W32API -O3 -s
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,16 +0,0 @@
|
||||||
PATH_TO_TOP = ../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbhub
|
|
||||||
|
|
||||||
TARGET_DDKLIBS = ntoskrnl.a
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -Werror -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -D__USE_W32API
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
usbhub.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,16 +0,0 @@
|
||||||
PATH_TO_TOP = ../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = export_driver
|
|
||||||
|
|
||||||
TARGET_NAME = usbport
|
|
||||||
|
|
||||||
TARGET_DDKLIBS = ntoskrnl.a
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -Werror -Wall -I$(PATH_TO_TOP)/ntoskrnl/include -D__USE_W32API
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
usbport.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,18 +0,0 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
PATH_TO_TOP = ../../..
|
|
||||||
|
|
||||||
TARGET_TYPE = library
|
|
||||||
|
|
||||||
TARGET_NAME = vfatxlib
|
|
||||||
|
|
||||||
# require os code to explicitly request A/W version of structs/functions
|
|
||||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
|
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
|
||||||
fatx.o \
|
|
||||||
vfatxlib.o
|
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
|
|
@ -1,5 +0,0 @@
|
||||||
# This file is automatically generated.
|
|
||||||
|
|
||||||
TOP = ../..
|
|
||||||
DEFAULT = msgina
|
|
||||||
include $(TOP)/proxy.mak
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="riched20" type="win32dll" baseaddress="${BASEADDRESS_RICHED20}" warnings="true">
|
<module name="riched20" type="win32dll" baseaddress="${BASEADDRESS_RICHED20}" installname="riched20.dll" warnings="true">
|
||||||
<importlibrary definition="riched20.spec.def" />
|
<importlibrary definition="riched20.spec.def" />
|
||||||
<include base="riched20">.</include>
|
<include base="riched20">.</include>
|
||||||
<include base="ReactOS">include/wine</include>
|
<include base="ReactOS">include/wine</include>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}">
|
<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installname="riched32.dll">
|
||||||
<importlibrary definition="riched32.spec.def" />
|
<importlibrary definition="riched32.spec.def" />
|
||||||
<include base="riched32">.</include>
|
<include base="riched32">.</include>
|
||||||
<include base="ReactOS">include/wine</include>
|
<include base="ReactOS">include/wine</include>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="secur32" type="win32dll" baseaddress="${BASEADDRESS_SECUR32}">
|
<module name="secur32" type="win32dll" baseaddress="${BASEADDRESS_SECUR32}" installbase="system32" installname="secur32.dll">
|
||||||
<importlibrary definition="secur32.def" />
|
<importlibrary definition="secur32.def" />
|
||||||
<include base="secur32">.</include>
|
<include base="secur32">.</include>
|
||||||
<define name="__SECUR32__" />
|
<define name="__SECUR32__" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="serialui" type="win32dll" baseaddress="${BASEADDRESS_SERIALUI}">
|
<module name="serialui" type="win32dll" baseaddress="${BASEADDRESS_SERIALUI}" installname="serialui.dll">
|
||||||
<importlibrary definition="serialui.def" />
|
<importlibrary definition="serialui.def" />
|
||||||
<include base="serialui">.</include>
|
<include base="serialui">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# This file is automatically generated.
|
# This file is automatically generated.
|
||||||
|
|
||||||
TOP = ../..
|
TOP = ..\..
|
||||||
DEFAULT = setupapi
|
DEFAULT = setupapi
|
||||||
include $(TOP)/proxy.mak
|
include $(TOP)/proxy.mak
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# This file is automatically generated.
|
|
||||||
|
|
||||||
TOP = ../..
|
|
||||||
DEFAULT = smlib
|
|
||||||
include $(TOP)/proxy.mak
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="rpcss" type="win32cui">
|
<module name="rpcss" type="win32cui" installbase="system32" installname="rpcss.exe">
|
||||||
<include base="rpcss">.</include>
|
<include base="rpcss">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="rundll32" type="win32gui" installbase="system32" installname="rundll32.dll">
|
<module name="rundll32" type="win32gui" installbase="system32" installname="rundll32.exe">
|
||||||
<include base="rundll32">.</include>
|
<include base="rundll32">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<module name="services" type="win32cui">
|
<module name="services" type="win32cui" installbase="system32" installname="services.exe">
|
||||||
<include base="services">.</include>
|
<include base="services">.</include>
|
||||||
<include base="ReactOS">include/idl</include>
|
<include base="ReactOS">include/idl</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
|
Loading…
Reference in a new issue