mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01:00
Build desktop-app-info only on Unix.
2008-09-30 Tor Lillqvist <tml@novell.com> * tests/Makefile.am: Build desktop-app-info only on Unix. svn path=/trunk/; revision=7562
This commit is contained in:
parent
801da1dfc1
commit
402d950ec7
@ -1,5 +1,7 @@
|
|||||||
2008-09-30 Tor Lillqvist <tml@novell.com>
|
2008-09-30 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* tests/Makefile.am: Build desktop-app-info only on Unix.
|
||||||
|
|
||||||
* glocalfile.c (get_volume_for_path) [Win32]: Avoid a
|
* glocalfile.c (get_volume_for_path) [Win32]: Avoid a
|
||||||
g_critical(). Pass a large enough result buffer to
|
g_critical(). Pass a large enough result buffer to
|
||||||
GetVolumePathNameW(). Just use MAX_PATH.
|
GetVolumePathNameW(). Just use MAX_PATH.
|
||||||
|
@ -22,11 +22,10 @@ TEST_PROGS += \
|
|||||||
g-file \
|
g-file \
|
||||||
g-file-info \
|
g-file-info \
|
||||||
data-input-stream \
|
data-input-stream \
|
||||||
data-output-stream \
|
data-output-stream
|
||||||
desktop-app-info
|
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TEST_PROGS += live-g-file unix-streams
|
TEST_PROGS += live-g-file unix-streams desktop-app-info
|
||||||
endif
|
endif
|
||||||
|
|
||||||
memory_input_stream_SOURCES = memory-input-stream.c
|
memory_input_stream_SOURCES = memory-input-stream.c
|
||||||
|
Loading…
Reference in New Issue
Block a user