reactos/reactos/lib/richedit/Makefile
Filip Navara c2642685e7 - Replaced winedbg.dll with static library libwine.a.
svn path=/trunk/; revision=6848
2003-12-02 18:12:05 +00:00

20 lines
456 B
Makefile

PATH_TO_TOP = ../..
TARGET_TYPE = dynlink
TARGET_NAME = riched32
TARGET_BASE = 0x76340000
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -DWM_ALTTABACTIVE=0x0029 -D_DISABLE_TIDENTS -D__USE_W32API -Werror -Wall
TARGET_SDKLIBS = ntdll.a libwine.a
TARGET_OBJECTS = charlist.o reader.o richedit.o text-writer.o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/config.mk