Skip to content
GitLab
Explore
Sign in
Commit
e8372de9
authored
14 years ago
by
Richard Schwarting
Browse files
Options
Downloads
Patches
Plain Diff
* change the binary name to gxml_test
parent
b4b08b3a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/Makefile
+3
-3
3 additions, 3 deletions
test/Makefile
with
3 additions
and
3 deletions
test/Makefile
+
3
−
3
View file @
e8372de9
...
...
@@ -7,11 +7,11 @@ LOPTS= `pkg-config --libs glib-2.0 --libs gobject-2.0 --libs libxml-2.0 --libs g
debug
:
valac
--disable-warnings
${
OPTS
}
${
PKGS
}
${
DBG
}
*
.vala
gcc
-o
g
dom
_test
-g
${
LOPTS
}
*
.o ../gdom/
*
.o
gcc
-o
g
xml
_test
-g
${
LOPTS
}
*
.o ../gdom/
*
.o
all
:
valac
${
OPTS
}
${
PKGS
}
*
.vala
gcc
-o
g
dom
_test
${
LOPTS
}
*
.o ../gdom/
*
.o
gcc
-o
g
xml
_test
${
LOPTS
}
*
.o ../gdom/
*
.o
clean
:
rm
*
~
\#
*
\#
*
.c
*
.o g
dom
_test
||
true
rm
*
~
\#
*
\#
*
.c
*
.o g
xml
_test
||
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment