From ed165dc3d4551d392dffef4f492294edb2bbcf61 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 May 2010 01:15:18 -0400 Subject: [PATCH] Removed old OS9 code stuff. --- Source/Carbon Include.h | 27 --------------- Source/Carbon.r | 1 - Source/CarbonStdCLib.h | 76 ----------------------------------------- 3 files changed, 104 deletions(-) delete mode 100644 Source/Carbon Include.h delete mode 100644 Source/Carbon.r delete mode 100644 Source/CarbonStdCLib.h diff --git a/Source/Carbon Include.h b/Source/Carbon Include.h deleted file mode 100644 index 1dffa80..0000000 --- a/Source/Carbon Include.h +++ /dev/null @@ -1,27 +0,0 @@ -/* -Copyright (C) 2003, 2010 - Wolfire Games - -This file is part of Lugaru. - -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -// Carbon Include.h - -// Put Carbon specific stuff here to maintain 9/Carbon buildability... - - -#define TARGET_API_MAC_CARBON 1 \ No newline at end of file diff --git a/Source/Carbon.r b/Source/Carbon.r deleted file mode 100644 index ca7d3dd..0000000 --- a/Source/Carbon.r +++ /dev/null @@ -1 +0,0 @@ -/* * Permit this Carbon application to launch on OS X * * Copyright © 1997-2001 Metrowerks Corporation * * Questions and comments to: * * */ /*----------------------------carb ¥ Carbon on OS X launch information --------------------------*/ type 'carb' { }; resource 'carb'(0) { }; \ No newline at end of file diff --git a/Source/CarbonStdCLib.h b/Source/CarbonStdCLib.h deleted file mode 100644 index de2f90b..0000000 --- a/Source/CarbonStdCLib.h +++ /dev/null @@ -1,76 +0,0 @@ -/* -Copyright (C) 2003, 2010 - Wolfire Games - -This file is part of Lugaru. - -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -/************************************************************ - - CarbonStdCLib.h - Assorted helper functions associated with CarbonStdClib.o. - - Copyright Apple Computer,Inc. 2001 - All rights reserved - - * Warning: This interface is NOT a part of the ANSI C standard. - * This header file is not POSIX compliant. - * For portable code, don't use this interface. - -************************************************************/ - - -#ifndef __CARBONSTDCLIB__ -#define __CARBONSTDCLIB__ - -#ifndef __CONDITIONALMACROS__ -#include -#endif - -#if defined (__powerc) || defined (powerc) || defined (__CFM68K__) - #pragma import on -#endif - -#if __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#if !(CALL_NOT_IN_CARBON || __MPWINTERNAL__) - -extern void InitCarbonStdCLib( void ) ; -extern void TermCarbonStdCLib( void ) ; - -extern void ConvertUnixPathToHFSPath(const char *unixPath, char *hfsPath) ; -extern void ConvertHFSPathToUnixPath(const char *hfsPath, char *unixPath) ; - -/* BSD functions */ - -int bsd_chdir(const char *path) ; -int bsd_chmod(const char *path , int mode) ; - -#endif - -#if __cplusplus -} -#endif /* __cplusplus */ - -#if defined (__powerc) || defined (powerc) || defined (__CFM68K__) - #pragma import off -#endif - -#endif /* __CARBONSTDCLIB__ */ - -- 2.39.2