1 rizwank 1.1 %META:TOPICINFO{author="RizwanKassim" date="1107505534" format="1.0" version="1.1"}%
2 %META:TOPICPARENT{name="WebHome"}%
3 After screwing with it for half an hour, I realized that [[http://www.winehq.com/hypermail/wine-patches/2004/11/0182.html lzexpand]] already handled it.
4
5 Basic steps. (you'll have to chmod mod most of the files to 644 before you can edit them)
6
7 1. In your tests directory, look over wine/dlls/lzexpand/Makefile.in and wine/dlls/lzexpand/tests/Makefile.in
8 2. Now look at the Makefile.in in your dll directory. Copy it into your tests dir and change the list of .c files to your test .c file
9 3. Edit the Makefile.in file in your dll directory to add a subdirs line (see lzexpand/Makefile.in for an example)
10 4. In your wine directory, chmod 644 configure.ac
11 5. Edit configure.ac, find your dll directory in the AC_CONFIG_FILES and then add the path to your tests directory after it.
12 6. In your wine directory, run autoconf. Make sure you have 2.53 installed (autoconf --version).
13 7. Run configure. Your Makefile should be listed at the end now.
14
15 Please feel free to edit.
16
17 -- Main.RizwanKassim - 04 Feb 2005
18
|