Bochs/bochs-testing/plugin-test/test1-static
Bryce Denney 89d57436da - add configure support, since I'm starting to need different options
on different platforms

Modified Files:
  Makefile test1-static/Makefile test2-dynamic/Makefile
  test3-twomodules/Makefile test4-interdep/Makefile
  test5-execsymbols/Makefile
Added Files:
  Makefile.in aclocal.m4 config.guess config.h.in config.sub
  configure configure.in install-sh ltmain.sh
  test1-static/Makefile.in test2-dynamic/Makefile.in
  test3-twomodules/Makefile.in test4-interdep/Makefile.in
  test5-execsymbols/Makefile.in
2002-10-11 18:15:27 +00:00
..
Makefile.in - add configure support, since I'm starting to need different options 2002-10-11 18:15:27 +00:00
module1.cc - in bochs-testing area, check in shared library tests that I wrote while 2002-10-11 14:51:27 +00:00
module1.h - in bochs-testing area, check in shared library tests that I wrote while 2002-10-11 14:51:27 +00:00
README - in bochs-testing area, check in shared library tests that I wrote while 2002-10-11 14:51:27 +00:00
uselib.cc - in bochs-testing area, check in shared library tests that I wrote while 2002-10-11 14:51:27 +00:00

test1-static

Use libtool to build module1 as a static library, and then use it in
uselib.cc.