Changed copyright notice so it is my actual name. Added a helper script to compile preferences and dependencies. Changed COMPILE instructions.
This commit is contained in:
parent
54f5918487
commit
1912e146d5
51 changed files with 112 additions and 92 deletions
6
COMPILE
6
COMPILE
|
@ -1,5 +1,5 @@
|
||||||
To compile Cog, you must first compile all of the projects in the Libraries folder with the Deployment build configuration.
|
To compile Cog, you must first compile all of the projects in the Libraries and Preferences folders with the Release build configuration.
|
||||||
|
|
||||||
To make this easier, I have created a bash script named build_libs.sh in the Libraries folder. Just run that in a terminal, and when it is finished, all the libraries should be built.
|
To make this easier, I have created a bash script named build_dependencies.sh in the main folder. Just run that in a terminal, and when it is finished, all the dependencies should be built.
|
||||||
|
|
||||||
If you have any problems, email me at vspader@users.sf.net
|
If you have any problems, email me at vspader@users.sourceforge.net
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// ScrollableTextField.h
|
// ScrollableTextField.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 4/30/06.
|
// Created by Vincent Spader on 4/30/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// ScrollableTextField.m
|
// ScrollableTextField.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 4/30/06.
|
// Created by Vincent Spader on 4/30/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "DragScrollView.h"
|
#import "DragScrollView.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileIconTextCell.h
|
// FileIconTextCell.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileIconTextCell.m
|
// FileIconTextCell.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "FileIconCell.h"
|
#import "FileIconCell.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileOutlineView.h
|
// FileOutlineView.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileOutlineView.m
|
// FileOutlineView.m
|
||||||
// BindTest
|
// BindTest
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "FileOutlineView.h"
|
#import "FileOutlineView.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileTreeDelegate.h
|
// FileTreeDelegate.h
|
||||||
// BindTest
|
// BindTest
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileTreeDelegate.m
|
// FileTreeDelegate.m
|
||||||
// BindTest
|
// BindTest
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "FileTreeWatcher.h"
|
#import "FileTreeWatcher.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileIcon.h
|
// FileIcon.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileIcon.m
|
// FileIcon.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/20/06.
|
// Created by Vincent Spader on 8/20/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PathIcon.h"
|
#import "PathIcon.h"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
libs=( MAC MPCDec Ogg FLAC Shorten TagLib Vorbis WavPack MAD ID3Tag )
|
libs=( MAC MPCDec Ogg FLAC Shorten TagLib Vorbis WavPack MAD ID3Tag )
|
||||||
|
|
||||||
for lib in "${libs[@]}"
|
for lib in "${libs[@]}"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Simon on 06-05-24.
|
// Created by Simon on 06-05-24.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Simon on 06-05-24.
|
// Created by Simon on 06-05-24.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PlaylistHeaderView.h"
|
#import "PlaylistHeaderView.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Shuffle.h
|
// Shuffle.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/14/06.
|
// Created by Vincent Spader on 1/14/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Shuffle.m
|
// Shuffle.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/14/06.
|
// Created by Vincent Spader on 1/14/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "Shuffle.h"
|
#import "Shuffle.h"
|
||||||
|
|
Binary file not shown.
|
@ -2,8 +2,8 @@
|
||||||
// FileDrawerPane.h
|
// FileDrawerPane.h
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// FileDrawerPane.m
|
// FileDrawerPane.m
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "FileDrawerPane.h"
|
#import "FileDrawerPane.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// HotKeyPane.h
|
// HotKeyPane.h
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// HotKeyPane.m
|
// HotKeyPane.m
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "HotKeyPane.h"
|
#import "HotKeyPane.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencesController.h
|
// PreferencesController.h
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencesController.m
|
// PreferencesController.m
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PrefPaneController.h"
|
#import "PrefPaneController.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencePane.h
|
// PreferencePane.h
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencePane.m
|
// PreferencePane.m
|
||||||
// Preferences
|
// Preferences
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PreferencePane.h"
|
#import "PreferencePane.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencesController.h
|
// PreferencesController.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// PreferencesController.m
|
// PreferencesController.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 9/4/06.
|
// Created by Vincent Spader on 9/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PreferencesController.h"
|
#import "PreferencesController.h"
|
||||||
|
|
10
Preferences/build_prefs.sh
Executable file
10
Preferences/build_prefs.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
prefs=( General )
|
||||||
|
|
||||||
|
for pref in "${prefs[@]}"
|
||||||
|
do
|
||||||
|
cd $pref
|
||||||
|
xcodebuild -alltargets -configuration Release
|
||||||
|
cd ..
|
||||||
|
done
|
|
@ -2,8 +2,8 @@
|
||||||
// BufferChain.h
|
// BufferChain.h
|
||||||
// CogNew
|
// CogNew
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/4/06.
|
// Created by Vincent Spader on 1/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// BufferChain.m
|
// BufferChain.m
|
||||||
// CogNew
|
// CogNew
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/4/06.
|
// Created by Vincent Spader on 1/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "BufferChain.h"
|
#import "BufferChain.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// ConverterNode.h
|
// ConverterNode.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// ConverterNode.m
|
// ConverterNode.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "ConverterNode.h"
|
#import "ConverterNode.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// InputNode.h
|
// InputNode.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// InputNode.m
|
// InputNode.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "InputNode.h"
|
#import "InputNode.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Node.h
|
// Node.h
|
||||||
// CogNew
|
// CogNew
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/4/06.
|
// Created by Vincent Spader on 1/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Node.m
|
// Node.m
|
||||||
// CogNew
|
// CogNew
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 1/4/06.
|
// Created by Vincent Spader on 1/4/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "Node.h"
|
#import "Node.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// OutputCoreAudio.h
|
// OutputCoreAudio.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// OutputCoreAudio.m
|
// OutputCoreAudio.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "OutputCoreAudio.h"
|
#import "OutputCoreAudio.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// OutputNode.h
|
// OutputNode.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// OutputNode.m
|
// OutputNode.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "OutputNode.h"
|
#import "OutputNode.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// SoundController.h
|
// SoundController.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/7/05.
|
// Created by Vincent Spader on 8/7/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// SoundController.m
|
// SoundController.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/7/05.
|
// Created by Vincent Spader on 8/7/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "SoundController.h"
|
#import "SoundController.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// GameFile.h
|
// GameFile.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 5/29/06.
|
// Created by Vincent Spader on 5/29/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// GameFile.m
|
// GameFile.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 5/29/06.
|
// Created by Vincent Spader on 5/29/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "GameFile.h"
|
#import "GameFile.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// MADFile.h
|
// MADFile.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 6/17/06.
|
// Created by Vincent Spader on 6/17/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// MADFile.m
|
// MADFile.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 6/17/06.
|
// Created by Vincent Spader on 6/17/06.
|
||||||
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "MADFile.h"
|
#import "MADFile.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
* Status.h
|
* Status.h
|
||||||
* Cog
|
* Cog
|
||||||
*
|
*
|
||||||
* Created by Zaphod Beeblebrox on 1/14/06.
|
* Created by Vincent Spader on 1/14/06.
|
||||||
* Copyright 2006 __MyCompanyName__. All rights reserved.
|
* Copyright 2006 Vincent Spader. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Semaphore.h
|
// Semaphore.h
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
// Semaphore.m
|
// Semaphore.m
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Zaphod Beeblebrox on 8/2/05.
|
// Created by Vincent Spader on 8/2/05.
|
||||||
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
// Copyright 2005 Vincent Spader. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "Semaphore.h"
|
#import "Semaphore.h"
|
||||||
|
|
8
build_dependencies.sh
Executable file
8
build_dependencies.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd Libraries
|
||||||
|
./build_libs.sh
|
||||||
|
cd ..
|
||||||
|
cd Preferences
|
||||||
|
./build_prefs.sh
|
||||||
|
cd ..
|
2
main.m
2
main.m
|
@ -3,7 +3,7 @@
|
||||||
// Cog
|
// Cog
|
||||||
//
|
//
|
||||||
// Created by Vincent Spader on 5/7/05.
|
// Created by Vincent Spader on 5/7/05.
|
||||||
// Copyright __MyCompanyName__ 2005. All rights reserved.
|
// Copyright Vincent Spader 2005. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
Loading…
Reference in a new issue