Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32b2f82

Browse files
committed
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.
1 parent 585c6dc commit 32b2f82

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define HAVE_CONFIG_H
2+
#define USE_STDWIN

Mac/mwerks/mwerks_shared_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#define HAVE_CONFIG_H
2+
#define USE_STDWIN
3+
#define USE_MAC_SHARED_LIBRARY
4+
#define USE_MAC_APPLET_SUPPORT

0 commit comments

Comments
 (0)