prevent buffer overflow, LoadString accepts the size of the buffer in TCHARs, not...
[reactos.git] / reactos / lib / kbdru / makefile
1 # $Id: makefile 12852 2005-01-06 13:58:04Z mf $
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = kbdru
8
9 TARGET_BASE = 0x5500000
10
11 TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
12
13 # require os code to explicitly request A/W version of structs/functions
14 TARGET_CFLAGS += -D_DISABLE_TIDENTS
15
16 TARGET_LFLAGS = -nostartfiles -nostdlib
17
18 TARGET_SDKLIBS =
19
20 TARGET_GCCLIBS = gcc
21
22 TARGET_PCH =
23
24 TARGET_CLEAN =
25
26 TARGET_OBJECTS = kbdru.o
27
28 DEP_OBJECTS = $(TARGET_OBJECTS)
29
30 include $(PATH_TO_TOP)/rules.mak
31
32 include $(TOOLS_PATH)/helper.mk
33
34 include $(TOOLS_PATH)/depend.mk
35
36 %/TAGS:
37 etags -o $(@D)/TAGS $(@D)/\*.c
38
39 etags: ./TAGS