diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:12:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:12:41 +0000 |
commit | 561bb41cef70d5397c4981a91be47bcb3d189a24 (patch) | |
tree | 96fa7284f321d609a979eb77c7b8b3128587be96 /tools/inc/bootstrp | |
parent | adb0780c0db27b757251db7ef458aaf5a6001fdf (diff) |
INTEGRATION: CWS pj85 (1.3.76); FILE MERGED
2007/10/13 18:58:52 pjanik 1.3.76.1: #i78467#: Remove old Mac code.
Diffstat (limited to 'tools/inc/bootstrp')
-rw-r--r-- | tools/inc/bootstrp/prj.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/inc/bootstrp/prj.hxx b/tools/inc/bootstrp/prj.hxx index 5eb2990b28f8..a0bd32ab5054 100644 --- a/tools/inc/bootstrp/prj.hxx +++ b/tools/inc/bootstrp/prj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prj.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-04-11 20:07:28 $ + * last change: $Author: hr $ $Date: 2007-11-01 17:12:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,8 +48,7 @@ #define OS_WIN32 0x0002 #define OS_OS2 0x0004 #define OS_UNX 0x0008 -#define OS_MAC 0x0010 -#define OS_ALL ( OS_WIN16 | OS_WIN32 | OS_OS2 | OS_UNX | OS_MAC ) +#define OS_ALL ( OS_WIN16 | OS_WIN32 | OS_OS2 | OS_UNX ) #define COMMAND_PROJECTROOT 0x0000 #define COMMAND_NMAKE 0x0001 |