Kirill Smelkov : wrc: Drop hardcoded INCLUDEDIR.

Alexandre Julliard julliard at winehq.org
Thu Apr 22 11:23:59 CDT 2010


Module: wine
Branch: master
Commit: 277aba1d769abcc91443a18ff1c28e7b506a69fe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=277aba1d769abcc91443a18ff1c28e7b506a69fe

Author: Kirill Smelkov <kirr at mns.spb.ru>
Date:   Wed Apr 21 19:33:14 2010 +0400

wrc: Drop hardcoded INCLUDEDIR.

INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.

---

 tools/wrc/wrc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c
index 2919d38..614cc84 100644
--- 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




More information about the wine-cvs mailing list