98e0cb997a
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com) "Willows TWIN is a GNU software package for emulating the Microsoft Win32 API. It consists of a library set and an emulator program. The emulator program allows the execution of Windows binary applications on supported platforms; using the native Intel x86 processors, or through the built-in instruction set interpreter. The native libraries allow programmers natively to build Win32 and MFC applications from source code."
13 lines
321 B
Text
13 lines
321 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $
|
|
|
|
--- tools/rc/Makefile.in.orig Sun Mar 21 02:47:49 1999
|
|
+++ tools/rc/Makefile.in Sun May 13 10:38:04 2001
|
|
@@ -20,6 +20,8 @@
|
|
|
|
include $(blddir)/Make.rules
|
|
|
|
+CFLAGS += -D__INCPATH__=\"${prefix}/include\"
|
|
+
|
|
$(target): $(OBJS)
|
|
$(CC) $(LDFLAGS) -o $@ $(OBJS)
|
|
|