059b59c98e
trying to get plugins working on Cygwin. Added Files: Makefile test1-static/* test2-dynamic/* test3-twomodules/* test4-interdep/*
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
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.
|