Project

General

Profile

« Previous | Next » 

Revision 7ef93025

Added by Nathan Scott over 16 years ago

  • ID 7ef930254f56803aa90ae0f7ac7e179e668fab1e

Get remaining parts of pmcd and pmdapmcd to build under MinGW.
It seems you cannot resolve symbols from a DLL that exist in a
binary, under Win32/MinGW. But, its OK if those symbols come
from a DLL. So this patch moves all shared symbols (data and
code) used by both pmcd and pmdapmcd into a shared library,
which I've named libpcp_pmcd. The data symbols need the magic
Windows symbol annotation too (the same treatment the globals
in libpcp - pmProgname, pmDebug, etc - were given) in order to
be correctly resolved by pmcd and pmdapmcd.

  • added
  • modified
  • copied
  • renamed
  • deleted