This commit is contained in:
Colin Klipsch 2006-09-16 19:53:31 +00:00
parent 39ffdad95d
commit 9ae35787a6
8 changed files with 39 additions and 23 deletions

View File

@ -13,7 +13,7 @@
280F4D3C0A89017C000B3B80 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D330A89017C000B3B80 /* main.m */; }; 280F4D3C0A89017C000B3B80 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D330A89017C000B3B80 /* main.m */; };
280F4D3E0A89017C000B3B80 /* PrefsPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D370A89017C000B3B80 /* PrefsPanel.m */; }; 280F4D3E0A89017C000B3B80 /* PrefsPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D370A89017C000B3B80 /* PrefsPanel.m */; };
280F4D3F0A89017C000B3B80 /* ScreenView.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D390A89017C000B3B80 /* ScreenView.m */; }; 280F4D3F0A89017C000B3B80 /* ScreenView.m in Sources */ = {isa = PBXBuildFile; fileRef = 280F4D390A89017C000B3B80 /* ScreenView.m */; };
2835D3370A9794D1002E018A /* Audio.m in Sources */ = {isa = PBXBuildFile; fileRef = 2835D3360A9794D1002E018A /* Audio.m */; }; 2835D3370A9794D1002E018A /* Run.m in Sources */ = {isa = PBXBuildFile; fileRef = 2835D3360A9794D1002E018A /* Run.m */; };
2835D33C0A9795B9002E018A /* Actions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2835D33B0A9795B9002E018A /* Actions.m */; }; 2835D33C0A9795B9002E018A /* Actions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2835D33B0A9795B9002E018A /* Actions.m */; };
283EDFBA0A8BAE2100065960 /* MU-OpenGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */; }; 283EDFBA0A8BAE2100065960 /* MU-OpenGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */; };
285BF27F0A926BE7003F6BAC /* A2DiskDrive.m in Sources */ = {isa = PBXBuildFile; fileRef = 285BF27C0A926BB2003F6BAC /* A2DiskDrive.m */; }; 285BF27F0A926BE7003F6BAC /* A2DiskDrive.m in Sources */ = {isa = PBXBuildFile; fileRef = 285BF27C0A926BB2003F6BAC /* A2DiskDrive.m */; };
@ -41,6 +41,7 @@
289663FE0A90111700A49F71 /* IbsenUtils.ps in Resources */ = {isa = PBXBuildFile; fileRef = 289663F60A90111700A49F71 /* IbsenUtils.ps */; }; 289663FE0A90111700A49F71 /* IbsenUtils.ps in Resources */ = {isa = PBXBuildFile; fileRef = 289663F60A90111700A49F71 /* IbsenUtils.ps */; };
289663FF0A90111700A49F71 /* PrMoLights.icns in Resources */ = {isa = PBXBuildFile; fileRef = 289663F70A90111700A49F71 /* PrMoLights.icns */; }; 289663FF0A90111700A49F71 /* PrMoLights.icns in Resources */ = {isa = PBXBuildFile; fileRef = 289663F70A90111700A49F71 /* PrMoLights.icns */; };
289664000A90111700A49F71 /* SpeedLight.icns in Resources */ = {isa = PBXBuildFile; fileRef = 289663F80A90111700A49F71 /* SpeedLight.icns */; }; 289664000A90111700A49F71 /* SpeedLight.icns in Resources */ = {isa = PBXBuildFile; fileRef = 289663F80A90111700A49F71 /* SpeedLight.icns */; };
28CEBF9E0ABC6A42001462E9 /* MU-Data.m in Sources */ = {isa = PBXBuildFile; fileRef = 28CEBF9D0ABC6A42001462E9 /* MU-Data.m */; };
28D98A8F0AAF4EB20012BCAD /* MyApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D98A8E0AAF4EB20012BCAD /* MyApplication.m */; }; 28D98A8F0AAF4EB20012BCAD /* MyApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D98A8E0AAF4EB20012BCAD /* MyApplication.m */; };
28F52FF00A87D7DF00BE8D0C /* IndicatorLight.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F52FE40A87D7DF00BE8D0C /* IndicatorLight.m */; }; 28F52FF00A87D7DF00BE8D0C /* IndicatorLight.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F52FE40A87D7DF00BE8D0C /* IndicatorLight.m */; };
28F52FF20A87D7DF00BE8D0C /* MU-Movie.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F52FE60A87D7DF00BE8D0C /* MU-Movie.m */; }; 28F52FF20A87D7DF00BE8D0C /* MU-Movie.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F52FE60A87D7DF00BE8D0C /* MU-Movie.m */; };
@ -78,7 +79,7 @@
280F4D390A89017C000B3B80 /* ScreenView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScreenView.m; sourceTree = "<group>"; }; 280F4D390A89017C000B3B80 /* ScreenView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScreenView.m; sourceTree = "<group>"; };
28179BED0AB2029E00686944 /* XCode.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = XCode.txt; sourceTree = "<group>"; }; 28179BED0AB2029E00686944 /* XCode.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = XCode.txt; sourceTree = "<group>"; };
2818CD090AA4C9790002F245 /* Notes-to-self.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Notes-to-self.txt"; sourceTree = "<group>"; }; 2818CD090AA4C9790002F245 /* Notes-to-self.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Notes-to-self.txt"; sourceTree = "<group>"; };
2835D3360A9794D1002E018A /* Audio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Audio.m; sourceTree = "<group>"; }; 2835D3360A9794D1002E018A /* Run.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Run.m; sourceTree = "<group>"; };
2835D33B0A9795B9002E018A /* Actions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Actions.m; sourceTree = "<group>"; }; 2835D33B0A9795B9002E018A /* Actions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Actions.m; sourceTree = "<group>"; };
283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MU-OpenGLContext.m"; sourceTree = "<group>"; }; 283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MU-OpenGLContext.m"; sourceTree = "<group>"; };
285BF2460A926901003F6BAC /* CPU-Macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CPU-Macros.h"; sourceTree = "<group>"; }; 285BF2460A926901003F6BAC /* CPU-Macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CPU-Macros.h"; sourceTree = "<group>"; };
@ -116,6 +117,7 @@
289663F70A90111700A49F71 /* PrMoLights.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PrMoLights.icns; sourceTree = "<group>"; }; 289663F70A90111700A49F71 /* PrMoLights.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PrMoLights.icns; sourceTree = "<group>"; };
289663F80A90111700A49F71 /* SpeedLight.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SpeedLight.icns; sourceTree = "<group>"; }; 289663F80A90111700A49F71 /* SpeedLight.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SpeedLight.icns; sourceTree = "<group>"; };
28BD524C0A92B1D600E023D3 /* CPU-RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CPU-RW.h"; sourceTree = "<group>"; }; 28BD524C0A92B1D600E023D3 /* CPU-RW.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CPU-RW.h"; sourceTree = "<group>"; };
28CEBF9D0ABC6A42001462E9 /* MU-Data.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MU-Data.m"; sourceTree = "<group>"; };
28D98A8D0AAF4EB20012BCAD /* MyApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyApplication.h; sourceTree = "<group>"; }; 28D98A8D0AAF4EB20012BCAD /* MyApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyApplication.h; sourceTree = "<group>"; };
28D98A8E0AAF4EB20012BCAD /* MyApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyApplication.m; sourceTree = "<group>"; }; 28D98A8E0AAF4EB20012BCAD /* MyApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyApplication.m; sourceTree = "<group>"; };
28F52FE30A87D7DF00BE8D0C /* IndicatorLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndicatorLight.h; sourceTree = "<group>"; }; 28F52FE30A87D7DF00BE8D0C /* IndicatorLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndicatorLight.h; sourceTree = "<group>"; };
@ -134,7 +136,7 @@
2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; 2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
8D15AC370486D014006FF6A4 /* Catakig.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Catakig.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8D15AC370486D014006FF6A4 /* Catakig.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Catakig.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
@ -198,7 +200,7 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
2835D33B0A9795B9002E018A /* Actions.m */, 2835D33B0A9795B9002E018A /* Actions.m */,
2835D3360A9794D1002E018A /* Audio.m */, 2835D3360A9794D1002E018A /* Run.m */,
287D19910AB4920B00CCB6E2 /* MyDocument.m */, 287D19910AB4920B00CCB6E2 /* MyDocument.m */,
); );
path = MyDocument; path = MyDocument;
@ -278,6 +280,7 @@
28F52FE30A87D7DF00BE8D0C /* IndicatorLight.h */, 28F52FE30A87D7DF00BE8D0C /* IndicatorLight.h */,
28F52FE40A87D7DF00BE8D0C /* IndicatorLight.m */, 28F52FE40A87D7DF00BE8D0C /* IndicatorLight.m */,
28F52FED0A87D7DF00BE8D0C /* MyUtils.h */, 28F52FED0A87D7DF00BE8D0C /* MyUtils.h */,
28CEBF9D0ABC6A42001462E9 /* MU-Data.m */,
28F52FE60A87D7DF00BE8D0C /* MU-Movie.m */, 28F52FE60A87D7DF00BE8D0C /* MU-Movie.m */,
2878B28C0A93ABBC0084BF5E /* MU-Object.m */, 2878B28C0A93ABBC0084BF5E /* MU-Object.m */,
283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */, 283EDFB90A8BAE2100065960 /* MU-OpenGLContext.m */,
@ -422,11 +425,12 @@
285BF27F0A926BE7003F6BAC /* A2DiskDrive.m in Sources */, 285BF27F0A926BE7003F6BAC /* A2DiskDrive.m in Sources */,
2878B28D0A93ABBC0084BF5E /* MU-Object.m in Sources */, 2878B28D0A93ABBC0084BF5E /* MU-Object.m in Sources */,
28736F100A94F6700013975E /* Printing.l in Sources */, 28736F100A94F6700013975E /* Printing.l in Sources */,
2835D3370A9794D1002E018A /* Audio.m in Sources */, 2835D3370A9794D1002E018A /* Run.m in Sources */,
2835D33C0A9795B9002E018A /* Actions.m in Sources */, 2835D33C0A9795B9002E018A /* Actions.m in Sources */,
2861690D0A9A06A200E398F8 /* MU-UserDefaults.m in Sources */, 2861690D0A9A06A200E398F8 /* MU-UserDefaults.m in Sources */,
28D98A8F0AAF4EB20012BCAD /* MyApplication.m in Sources */, 28D98A8F0AAF4EB20012BCAD /* MyApplication.m in Sources */,
287D19920AB4920B00CCB6E2 /* MyDocument.m in Sources */, 287D19920AB4920B00CCB6E2 /* MyDocument.m in Sources */,
28CEBF9E0ABC6A42001462E9 /* MU-Data.m in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };

Binary file not shown.

View File

@ -3,11 +3,11 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>29 163 356 240 0 0 1152 842 </string> <string>33 389 356 240 0 0 1152 842 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>20 739 396 44 0 0 1152 842 </string> <string>130 771 396 44 0 0 1152 842 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>446.1</string> <string>446.1</string>
@ -15,7 +15,7 @@
<integer>3</integer> <integer>3</integer>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer> <integer>216</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8J135</string> <string>8J135</string>

Binary file not shown.

View File

@ -38,11 +38,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.00b2</string> <string>${App_Version}</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Ctkg</string> <string>Ctkg</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.00b2</string> <string>${App_Version}</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -1,11 +1,11 @@
// 'common.xcconfig' // 'common.xcconfig' -- a set of common XCode configration settings
// Common XCode configration settings for all targets. // shared by all targets.
App_Version = 2.00b2
PRODUCT_NAME = Catakig PRODUCT_NAME = Catakig
WRAPPER_EXTENSION = app WRAPPER_EXTENSION = app
//CURRENT_PROJECT_VERSION = 2.00b2 //CURRENT_PROJECT_VERSION = x.x.x
App_Version = 2.00b2 // custom variable
INFOPLIST_FILE = Info.plist INFOPLIST_FILE = Info.plist
GCC_PREFIX_HEADER = Source/Prefix.pch GCC_PREFIX_HEADER = Source/Prefix.pch
@ -17,9 +17,9 @@ GCC_INPUT_FILETYPE = sourcecode.c.objc
// "Compile Sources as" // "Compile Sources as"
GCC_C_LANGUAGE_STANDARD = c99 GCC_C_LANGUAGE_STANDARD = c99
GCC_ENABLE_OBJC_EXCEPTIONS = YES GCC_ENABLE_OBJC_EXCEPTIONS = YES
GCC_WARN_UNUSED_VARIABLE = NO GCC_STRICT_ALIASING = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES
//GCC_VERSION = 4.0
GCC_VERSION_ppc = 4.0 // 3.3 GCC_VERSION_ppc = 4.0 // 3.3
GCC_VERSION_i386 = 4.0 GCC_VERSION_i386 = 4.0
@ -31,8 +31,17 @@ SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
OTHER_LDFLAGS = -lz OTHER_LDFLAGS = -lz -lbz2
// -lbz2
//OTHER_LDFLAGS = -flag1 -flag2 $(OTHER_LDFLAGS_$(CURRENT_ARCH)) //OTHER_LDFLAGS = -flag1 -flag2 $(OTHER_LDFLAGS_$(CURRENT_ARCH))
//OTHER_LDFLAGS_ppc = -ppc_specific_flag //OTHER_LDFLAGS_ppc = -ppc_specific_flag
//OTHER_LDFLAGS_i386 = -intel_specific_flag //OTHER_LDFLAGS_i386 = -intel_specific_flag
//OTHER_CFLAGS_i386 = -fobjc-direct-dispatch
// ==== Warnings ====
GCC_WARN_UNUSED_VARIABLE = NO
GCC_WARN_ABOUT_RETURN_TYPE = YES
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES
//GCC_WARN_SIGN_COMPARE = YES

View File

@ -1,9 +1,12 @@
#include "common" // file 'common.xcconfig' #include "common" // file 'common.xcconfig'
ARCHS = $(NATIVE_ARCH)
ZERO_LINK = YES
COPY_PHASE_STRIP = NO
GCC_OPTIMIZATION_LEVEL = 0 GCC_OPTIMIZATION_LEVEL = 0
GCC_DYNAMIC_NO_PIC = NO GCC_DYNAMIC_NO_PIC = NO
GCC_GENERATE_DEBUGGING_SYMBOLS = YES GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_ENABLE_FIX_AND_CONTINUE = YES
ZERO_LINK = YES //GCC_PREPROCESSOR_DEFINITIONS = DEBUG $(GCC_PREPROCESSOR_DEFINITIONS)
COPY_PHASE_STRIP = NO
GCC_ENABLE_FIX_AND_CONTINUE = YES

View File

@ -1,10 +1,10 @@
#include "common" // file 'common.xcconfig' #include "common" // file 'common.xcconfig'
GCC_OPTIMIZATION_LEVEL = s GCC_OPTIMIZATION_LEVEL = 3
GCC_DYNAMIC_NO_PIC = YES GCC_DYNAMIC_NO_PIC = YES
GCC_GENERATE_DEBUGGING_SYMBOLS = NO GCC_GENERATE_DEBUGGING_SYMBOLS = NO
ARCHS = ppc i386 ARCHS = ppc i386
SEPARATE_STRIP = YES SEPARATE_STRIP = YES
DEAD_CODE_STRIPPING = YES DEAD_CODE_STRIPPING = YES