Macintosh util update

* Updated preprocessor conditionals for the MPW compilers.
* Remove obsolete Mac code in util/*_comp.l.
This commit is contained in:
kmhugo
2002-01-10 06:55:12 +00:00
parent 87843397c3
commit 95143950a9
5 changed files with 15 additions and 60 deletions
+6 -2
View File
@@ -27,7 +27,7 @@
#endif
#ifdef MAC
# ifdef applec /* Means the MPW compiler, I hope */
# if defined(__SC__) || defined(__MRC__) /* MPW compilers */
# define MPWTOOL
#include <CursorCtl.h>
#include <string.h>
@@ -87,7 +87,11 @@ static const char SCCS_Id[] = "@(#)makedefs.c\t3.3\t1999/08/16";
# define INCLUDE_TEMPLATE "..\\include\\%s"
# define SOURCE_TEMPLATE "..\\src\\%s"
# define DGN_TEMPLATE "..\\dat\\%s" /* where dungeon.pdf file goes */
# define DATA_TEMPLATE "..\\dat\\%s"
# if __SC__ || __MRC__
# define DATA_TEMPLATE ":Dungeon:%s"
# else
# define DATA_TEMPLATE ":lib:%s"
# endif /* __SC__ || __MRC__ */
# define DATA_IN_TEMPLATE "..\\dat\\%s"
# else /* OS2 */
# define INCLUDE_TEMPLATE "../include/%s"