Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
10946eaa
Commit
10946eaa
authored
Feb 13, 2006
by
Arne Øslebø
Browse files
fixed missing flist
git-svn-id:
file:///home/svn/mapi/trunk@348
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
f75f7987
Changes
1
Hide whitespace changes
Inline
Side-by-side
daglib/Makefile
View file @
10946eaa
...
...
@@ -9,7 +9,7 @@ TARGETS=dagflib.so
all
:
$(TARGETS)
dagflib.o
:
dagflib.c ../mapidflib.h ../mapi.h
dagflib.o
:
dagflib.c ../mapidflib.h ../mapi.h
$(CC)
$(CFLAGS)
-c
$<
to_erf.o
:
to_erf.c
...
...
@@ -18,7 +18,7 @@ to_erf.o: to_erf.c
interface.o
:
interface.c
$(CC)
$(CFLAGS)
-o
$@
-c
$<
dagflib.so
:
dagflib.o interface.o to_erf.o ../fhelp.o ../mapiipc.o ../mstring.o
dagflib.so
:
dagflib.o interface.o to_erf.o
../flist.o
../fhelp.o ../mapiipc.o ../mstring.o
$(CC)
$(CFLAGS)
-shared
-o
$@
$^
-lfl
-lrt
-L
.
-L
..
cp
$@
..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment