Am Montag, 6. Februar 2006 12:51 schrieb Jeff L:
Have combined the files into one file. The SUBDIR = tests entry is in the earlier file with usp10 functionality for ScritpItemize, ScriptShape and ScriptPlace.
Jeff Latimer
Hi Jeff,
looks like i confuse you a little. With +++ usp10.c -> +++ dlls/usp10/tests/usp10.c a meant you should put the path in front of the filename. Also i hopefully did not tell you to remove the /dev/ null line. The start of the patch of the file usp10.c should look like:
--- /dev/null 2006-02-04 22:24:13.994829600 +1100 +++ dlls/usp10/tests/usp10.c 2006-02-05 13:56:46.000000000 +1100
The same for Makefile.in in the tests directory.
And please include a patch to the Makefile.in in the dlls/usp10 directory. It should look like:
--- dlls/usp10/Makefile +++ dlls/usp10/Makefile @@ -14,6 +14,8 @@ C_SRCS = \ usp10.c
+SUBDIRS = tests + @MAKE_DLL_RULES@
### Dependencies:
The patch is written by hand, don't be surprised if it does not apply.
Bye Stefan