summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ab459a)
raw | patch | inline | side by side (parent: 8ab459a)
author | ishmal <ishmal@users.sourceforge.net> | |
Sat, 14 Oct 2006 12:24:36 +0000 (12:24 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sat, 14 Oct 2006 12:24:36 +0000 (12:24 +0000) |
Makefile.mingw.common | patch | blob | history |
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index c6fe589e80b5d22a5f1b84e83298ac67bf37a032..e40ea8cc8846d1c8a18fa1f6860e0edcd701ae0d 100644 (file)
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
VERSION = \"$(VERSION_NR)\"
####### the XP_WIN def is necessary for libjs.a
-CFLAGS = -Wall -O3 -g -mms-bitfields -DVERSION=$(VERSION) \
+CFLAGS = -Wall -g -O3 -mms-bitfields -DVERSION=$(VERSION) \
-DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H
####### Inkboard abilities.
####### You must 'make -f Makefile.mingw clean' when turning this on or off
-CFLAGS += -DWITH_INKBOARD
+CFLAGS += -DWITH_INKBOARD -DHAVE_SSL
####### IMPLICIT RULES
.cpp.o: