Bryce Denney
dad1e7b3e9
- build the module symbol name myself instead of letting ltdl do it. On win32
...
I'm using ltdl even it considers my DLLs to NOT be a libtool archive, and
this is making the symbol name transformation mess up. If I do it myself,
I can avoid this.
2002-10-17 06:49:44 +00:00
Bryce Denney
fa853f3b48
- add VARIES{} fields around pointers and filenames
2002-10-16 13:11:23 +00:00
Bryce Denney
7eb6b6549b
- add expected output for test7
2002-10-16 13:10:31 +00:00
Bryce Denney
14a35053a0
- include stdlib.h so that exit is defined.
2002-10-16 04:40:21 +00:00
Bryce Denney
1ee55d9edb
- move some makefile stuff that is common to all subdirs into
...
common-make-defs.txt
2002-10-16 04:09:24 +00:00
Bryce Denney
837d985b19
- call exit(77) for success. 77 was chosen arbitrarily; it is unlikely that a
...
malfunctional program could return this code by accident.
2002-10-16 04:07:58 +00:00
Bryce Denney
21df25a043
- add error when you try to compile this for nonwindows platform
2002-10-16 02:21:38 +00:00
Bryce Denney
ebf553f014
- add notes about what works and what doesn't
2002-10-16 01:37:42 +00:00
Bryce Denney
9f90c8d0fa
- try to make VPATH work
2002-10-14 21:10:54 +00:00
Bryce Denney
38c16cb4ab
- this makefile was made from scratch by Psyon, and then Bryce made it
...
somewhat configure-ized and checked it in.
2002-10-14 21:07:23 +00:00
Bryce Denney
d0b169eaba
- update for test7-win32dll
2002-10-14 21:06:47 +00:00
Bryce Denney
f4c507d4ac
- add makefile for VC++
2002-10-14 20:44:02 +00:00
Bryce Denney
afe8489945
- change main.cc to use LoadLibrary/GetProcAddress instead of ltdl library
...
- change MAINAPI macro to make code more readable
2002-10-14 20:43:33 +00:00
Bryce Denney
fec82f3ee8
- add reference to version_string so that we test exports of variables too
2002-10-14 20:42:46 +00:00
Bryce Denney
d52e44afdb
- test7-win32dll began life as an exact copy of test6-ltdlopen. This
...
revision is exactly the same as the present versin from test6-ltdlopen.
- added: Makefile.in README main.cc main.h module1.cc module2.cc
2002-10-14 20:34:13 +00:00