summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 16:12:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 16:12:41 +0000
commit561bb41cef70d5397c4981a91be47bcb3d189a24 (patch)
tree96fa7284f321d609a979eb77c7b8b3128587be96 /tools
parentINTEGRATION: CWS pj85 (1.26.40); FILE MERGED (diff)
downloadcore-561bb41cef70d5397c4981a91be47bcb3d189a24.tar.gz
core-561bb41cef70d5397c4981a91be47bcb3d189a24.zip
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')
-rw-r--r--tools/inc/bootstrp/prj.hxx7
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