Skip to content

Commit 49de451

Browse files
committed
2001-12-01 Masatake YAMATO <[email protected]>
* README.MING: Write about Visual C++ and libming.*. * Makefile.am (EXTRA_DIST): added libming.*.
1 parent 02d3554 commit 49de451

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2001-12-01 Masatake YAMATO <[email protected]>
2+
3+
* README.MING: Write about Visual C++ and libming.*.
4+
5+
* Makefile.am (EXTRA_DIST): added libming.*.
6+
17
2001-12-01 Martin Weber <[email protected]>
28

39
* input-magick.c: Fixed comments.

Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
EXTRA_DIST=output-swf.c output-swf.h \
22
input-magick.h input-magick.c input-png.c input-png.h \
33
autotrace-config.af vc++6.0.txt autotrace.dsp autotrace.dsw \
4-
autotrace.m4 shape_cubic.c.diff README.MING
4+
autotrace.m4 shape_cubic.c.diff README.MING \
5+
libming.dsw libming.dsp
56

67
AUTOMAKE_OPTIONS = foreign no-dependencies
78

README.MING

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
If you want swf support you have to get Ming at http://www.opaque.net/ming/.
2-
In Ming-0.2a shape_cubic.c has to be patched. Project files for Visual C++
3-
6.0 you can find in this directory.
1+
For Visual C++ user:
2+
3+
If you want swf support you have to get Ming at
4+
http://www.opaque.net/ming/. You'll get an unresolved symbol when
5+
linking to the ming library with using Visual C++. In Ming-0.2a
6+
shape_cubic.c has to be patched(shape_cubic.c.diff). Project files for
7+
Visual C++ 6.0 you can find in this directory(libming.dps, libming.dsw).
8+
9+
The patch is already reported to the ming author. The next version of MING
10+
will contain this patch.
11+
12+
Martin Weber and Masatake YAMATO

0 commit comments

Comments
 (0)