mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
Added makefile.
svn path=/trunk/; revision=12875
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user