Fixed prototype for MmSetAddressRangeModified().
[reactos.git] / lib / imm32 / Makefile
1
2 PATH_TO_TOP = ../..
3
4 TARGET_TYPE = dynlink
5
6 TARGET_NAME = imm32
7
8 TARGET_BASE=0x76380000
9
10 # require os code to explicitly request A/W version of structs/functions
11 TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
12
13 TARGET_SDKLIBS = user32.a kernel32.a winedbgc.a
14
15 TARGET_OBJECTS = imm.o
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk