projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee61828
)
Set C++ flags for Windows build.
author
erg
<devnull@localhost>
Tue, 14 Aug 2007 22:22:19 +0000
(22:22 +0000)
committer
erg
<devnull@localhost>
Tue, 14 Aug 2007 22:22:19 +0000
(22:22 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ac26586b276fcb0a8852acf37b4a70ca66f1b84f..a64a28bbd1f20a73e9d5662a4075e5eb4a507037 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-67,6
+67,7
@@
case "${host_os}" in
UWIN=yes
DEFAULT_FONTPATH="C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts"
CFLAGS="${CFLAGS} -DWIN32 -DMSWIN32"
+ CXXFLAGS="${CXXFLAGS} -DWIN32 -DMSWIN32"
PATHSEPARATOR=";"
;;
*cygwin* )