update for HEAD-2003091401
[reactos.git] / lib / richedit / Makefile
1 PATH_TO_TOP = ../..
2
3 TARGET_TYPE = dynlink
4
5 TARGET_NAME = riched32
6
7 TARGET_BASE = 0x76340000
8
9 # require os code to explicitly request A/W version of structs/functions
10 TARGET_CFLAGS += -include "windows.h" -DIDC_ARROWA=IDC_ARROW -DWM_ALTTABACTIVE=0x0029 -D_DISABLE_TIDENTS -D__USE_W32API
11
12 TARGET_SDKLIBS = ntdll.a
13
14 TARGET_OBJECTS = charlist.o reader.o richedit.o text-writer.o
15
16 include $(PATH_TO_TOP)/rules.mak
17
18 include $(TOOLS_PATH)/helper.mk