mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added makefile.
svn path=/trunk/; revision=12875
This commit is contained in:
parent
c0a9a2be94
commit
2c65e4355d
1 changed files with 22 additions and 0 deletions
22
reactos/lib/kbdes/makefile
Normal file
22
reactos/lib/kbdes/makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = kmdll
|
||||
|
||||
TARGET_NAME = kbdes
|
||||
|
||||
TARGET_BASE = 0x5500000
|
||||
|
||||
TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||
|
||||
TARGET_OBJECTS = kbdes.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
Loading…
Reference in a new issue