Bochs/bochs-testing/plugin-test/test3-twomodules
2002-10-11 16:35:53 +00:00
..
Makefile - add "make test" target 2002-10-11 16:08:43 +00:00
module1.cc - rewrite DLL macros, now somewhat closer to how LT_SCOPE is written 2002-10-11 16:09:21 +00:00
module1.h - change #warnings so that they are informative, instead of "case 1,2,3" 2002-10-11 16:25:49 +00:00
module2.cc - rewrite DLL macros, now somewhat closer to how LT_SCOPE is written 2002-10-11 16:09:21 +00:00
module2.h - change #warnings so that they are informative, instead of "case 1,2,3" 2002-10-11 16:25:49 +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 - tweak DLL import/export macro so that the importer does not have to 2002-10-11 16:21:33 +00:00

test3

Add a second module

module1 exports module_name and operate(int,int).
module2 exports n_operations

Both are used in uselib.cc.  They don't use each other's symbols.