diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/postmac.h | 11 | ||||
-rw-r--r-- | solenv/inc/premac.h | 11 | ||||
-rw-r--r-- | solenv/inc/unxmacxp.mk | 4 |
3 files changed, 18 insertions, 8 deletions
diff --git a/solenv/inc/postmac.h b/solenv/inc/postmac.h index 852ddabdd1b3..0cc3d7385116 100644 --- a/solenv/inc/postmac.h +++ b/solenv/inc/postmac.h @@ -3,8 +3,8 @@ #* $Workfile: svpm.h $ #* #* Ersterstellung DV 01.10.97 -#* Letzte Aenderung $Author: hr $ $Date: 2000-09-20 14:43:16 $ -#* $Revision: 1.1.1.1 $ +#* Letzte Aenderung $Author: patrick.luby $ $Date: 2000-09-27 22:52:33 $ +#* $Revision: 1.2 $ #* #* $Logfile: T:/tools/os2/inc/svpm.h_v $ #* @@ -14,11 +14,14 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/solenv/inc/postmac.h,v 1.1.1.1 2000-09-20 14:43:16 hr Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/solenv/inc/postmac.h,v 1.2 2000-09-27 22:52:33 patrick.luby Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/20 14:43:16 hr + initial import + Revision 1.1 2000/06/11 09:18:58 patrick.luby Updates to support SRC591 build on Mac OS X. @@ -51,3 +54,5 @@ #undef ShowWindow #undef StringPtr #undef DirInfo +#undef BOOL +#undef ULONG diff --git a/solenv/inc/premac.h b/solenv/inc/premac.h index ec138677505d..90916e3eca4c 100644 --- a/solenv/inc/premac.h +++ b/solenv/inc/premac.h @@ -3,8 +3,8 @@ #* $Workfile: svpm.h $ #* #* Ersterstellung DV 01.10.97 -#* Letzte Aenderung $Author: hr $ $Date: 2000-09-20 14:43:16 $ -#* $Revision: 1.1.1.1 $ +#* Letzte Aenderung $Author: patrick.luby $ $Date: 2000-09-27 22:52:33 $ +#* $Revision: 1.2 $ #* #* $Logfile: T:/tools/os2/inc/svpm.h_v $ #* @@ -14,11 +14,14 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/solenv/inc/premac.h,v 1.1.1.1 2000-09-20 14:43:16 hr Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/solenv/inc/premac.h,v 1.2 2000-09-27 22:52:33 patrick.luby Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/20 14:43:16 hr + initial import + Revision 1.2 2000/06/26 17:08:58 patrick.luby Updated files so that the %minor.mk dmake recipe will work for developers who must use rsync to get the solver directories. @@ -54,3 +57,5 @@ #define ShowWindow MacOSShowWindow #define StringPtr MacOSStringPtr #define DirInfo MacOSDirInfo +#define BOOL MacOSBOOL +#define ULONG MacOSULONG diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk index f6a2e2b442bf..7faa541e31bc 100644 --- a/solenv/inc/unxmacxp.mk +++ b/solenv/inc/unxmacxp.mk @@ -19,12 +19,12 @@ objc=cc CFLAGS=-c $(INCLUDE) CFLAGSCC=-pipe -OBJCFLAGS= +OBJCFLAGS=-no-precomp CFLAGSEXCEPTIONS=-fexceptions CFLAGS_NO_EXCEPTIONS=-fno-exceptions -CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names -no-precomp +CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names CFLAGSOBJGUIST=-fPIC CFLAGSOBJCUIST=-fPIC |