http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ff08f
)
wrc: Drop hardcoded INCLUDEDIR.
author
Kirill Smelkov
<kirr@mns.spb.ru>
Wed, 21 Apr 2010 15:33:14 +0000
(19:33 +0400)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 22 Apr 2010 09:27:52 +0000
(11:27 +0200)
INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
tools/wrc/wrc.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/wrc/wrc.c
b/tools/wrc/wrc.c
index 2919d383626432eb281ceb965ada60956eb022f7..614cc840a91e06f6ffff417c732e112d276c945f 100644
(file)
--- a/
tools/wrc/wrc.c
+++ b/
tools/wrc/wrc.c
@@
-44,10
+44,6
@@
#include "parser.h"
#include "wine/wpp.h"
-#ifndef INCLUDEDIR
-#define INCLUDEDIR "/usr/local/include/wine"
-#endif
-
#ifdef WORDS_BIGENDIAN
#define ENDIAN "big"
#else