Rationalized mwerks config files: they only differ depending on

whether there is shared library support. Libraries, applets and
applications are distinguished by the sources they include.
This commit is contained in:
Jack Jansen 1995-02-24 22:45:45 +00:00
parent 585c6dcf88
commit 32b2f8222d
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#define HAVE_CONFIG_H
#define USE_STDWIN

View File

@ -0,0 +1,4 @@
#define HAVE_CONFIG_H
#define USE_STDWIN
#define USE_MAC_SHARED_LIBRARY
#define USE_MAC_APPLET_SUPPORT