• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revisiondadb59e8094728bd395c4b3092887cc884a708d9 (tree)
Zeit2014-04-18 20:26:27
AutorHans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

[build] Remove -D*_DISABLE_DEPRECATED from makefile.msc

Deprecation updates wont happen on the stable branch if not absolutely
necessary.

Ändern Zusammenfassung

Diff

--- a/app/makefile.msc
+++ b/app/makefile.msc
@@ -7,7 +7,7 @@ PACKAGE = dia
77 # not yet
88 PKG_CFLAGS = -FImsvc_recommended_pragmas.h \
99 -DWIN32 -DHAVE_LIBART -DHAVE_LIBPNG \
10- -I.. -DGTK_DISABLE_DEPRECATED $(GLIB_CFLAGS) $(GTK2_CFLAGS) \
10+ -I.. $(GLIB_CFLAGS) $(GTK2_CFLAGS) \
1111 !IFDEF USEFT2
1212 -DHAVE_FREETYPE $(FREETYPE2_CFLAGS) \
1313 !ENDIF
--- a/lib/makefile.msc
+++ b/lib/makefile.msc
@@ -19,7 +19,6 @@ INCLUDES = \
1919
2020 DEFINES = \
2121 -DHAVE_CONFIG_H \
22- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
2322 -DLIBDIA_COMPILATION
2423
2524 # in GTK_CFLAGS: $(GLIB_CFLAGS)