Fix build breakage of Mac Cocoa app.

bklimt
Raph Levien 13 years ago
parent 84a156abdb
commit 8fcd77a762
  1. 9
      cpp/src/SynthApp.xcodeproj/project.pbxproj
  2. 1
      cpp/src/sin.cc

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 45; objectVersion = 46;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -182,7 +182,14 @@
}; };
buildConfigurationList = F2D5F35CD2FF169326ADC8E8 /* Build configuration list for PBXProject "SynthApp" */; buildConfigurationList = F2D5F35CD2FF169326ADC8E8 /* Build configuration list for PBXProject "SynthApp" */;
compatibilityVersion = "Xcode 3.2"; compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 56669AEF9C728CE587C3E8A3; mainGroup = 56669AEF9C728CE587C3E8A3;
projectDirPath = ""; projectDirPath = "";
projectReferences = ( projectReferences = (

@ -16,6 +16,7 @@
#include <math.h> #include <math.h>
#include "synth.h"
#include "sin.h" #include "sin.h"
#define R (1 << 29) #define R (1 << 29)

Loading…
Cancel
Save