Kaydet (Commit) 01e449f3 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS obr07 (1.1.2); FILE ADDED

2008/01/24 13:57:26 obr 1.1.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua
üst e7aafabe
{
IBClasses = ({CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; });
IBVersion = 1;
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>135 107 356 240 0 0 1680 1028 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>132 352 141 44 0 0 1680 1028 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
</dict>
</plist>
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
PRJ=..$/..$/..
TARGET=aquares
# --- Settings -------------------------------------------------
.INCLUDE : settings.mk
# --- Files ----------------------------------------------------
.IF "$(OS)"!="MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)"
.ELSE # "$(OS)"!="MACOSX"
ZIPFLAGS = -r
ZIP1TARGET = osxres
#ZIP1DIR =
ZIP1LIST = MainMenu.nib cursors
# --- Targets --------------------------------------------------
.INCLUDE : target.mk
.ENDIF # "$(OS)"!="MACOSX"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment