glib r7671 - in branches/glib-2-18: . glib tests
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7671 - in branches/glib-2-18: . glib tests
- Date: Sun, 23 Nov 2008 17:06:22 +0000 (UTC)
Author: hans
Date: Sun Nov 23 17:06:22 2008
New Revision: 7671
URL: http://svn.gnome.org/viewvc/glib?rev=7671&view=rev
Log:
2008-11-23 Hans Breuer <hans breuer org>
* tests/makefile.msc : updated
* glib/makefile.msc.in : filter out G_GNUC_FORMAT
Modified:
branches/glib-2-18/ChangeLog
branches/glib-2-18/glib/makefile.msc.in
branches/glib-2-18/tests/makefile.msc.in
Modified: branches/glib-2-18/glib/makefile.msc.in
==============================================================================
--- branches/glib-2-18/glib/makefile.msc.in (original)
+++ branches/glib-2-18/glib/makefile.msc.in Sun Nov 23 17:06:22 2008
@@ -113,7 +113,7 @@
echo EXPORTS > glib.def
cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES \
-DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= \
- -DG_GNUC_PRINTF=;G_GNUC_PRINTF glib.symbols >> glib.def
+ -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT glib.symbols >> glib.def
glib.res : glib.rc
rc -DBUILDNUMBER=0 -r -fo glib.res glib.rc
Modified: branches/glib-2-18/tests/makefile.msc.in
==============================================================================
--- branches/glib-2-18/tests/makefile.msc.in (original)
+++ branches/glib-2-18/tests/makefile.msc.in Sun Nov 23 17:06:22 2008
@@ -19,7 +19,6 @@
TESTS = \
atomic-test.exe \
- array-test.exe \
asyncqueue-test.exe \
base64-test.exe \
bit-test.exe \
@@ -36,24 +35,18 @@
gio-test.exe \
iochannel-test.exe \
hash-test.exe \
- keyfile-test.exe \
list-test.exe \
mainloop-test.exe \
mapping-test.exe \
markup-escape-test.exe \
markup-test.exe \
-#main? memchunks.exe \
module-test.exe \
node-test.exe \
- option-test.exe \
patterntest.exe \
- printf-test.exe \
queue-test.exe \
qsort-test.exe \
- rand-test.exe \
regex-test.exe \
relation-test.exe \
-#_? sequence-test.exe \
shell-test.exe \
slice-color.exe \
slice-test.exe \
@@ -61,7 +54,6 @@
spawn-test.exe \
# strfunc-test doesn't compile with MSVC
# strfunc-test.exe\
- string-test.exe \
# strtod-test doesn't either
# strtod-test.exe \
thread-test.exe \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]