mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
This is not a correct implementation, it is just enough to get some applications to work. A fully working riched20 will be developed in winehq. svn path=/trunk/; revision=11718
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# $Id: makefile,v 1.1 2004/11/20 18:26:16 sedwards Exp $
|
|
|
|
PATH_TO_TOP = ../..
|
|
|
|
TARGET_TYPE = winedll
|
|
|
|
include $(PATH_TO_TOP)/rules.mak
|
|
|
|
include $(TOOLS_PATH)/helper.mk
|