Skip to content

Commit e672f3d

Browse files
committed
Fixed Windows linker issue
1 parent b8302f1 commit e672f3d

File tree

14 files changed

+13
-1
lines changed

14 files changed

+13
-1
lines changed

Resources/Xcode/ofelia.xcodeproj/xcuserdata/timschoen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
5757
<BreakpointContent
5858
uuid = "5627761D-17FE-4B19-8474-5B681E951548"
59-
shouldBeEnabled = "Yes"
59+
shouldBeEnabled = "No"
6060
ignoreCount = "0"
6161
continueAfterRunningActions = "No"
6262
filePath = "../../Source/Runner/ofxOfeliaPdBindings.h"

Source/Objects/ofxOfeliaClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include "ofxOfeliaData.h"
56

Source/Objects/ofxOfeliaCreator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45

56
class ofxOfeliaCreator

Source/Objects/ofxOfeliaData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include "g_canvas.h"
56
#include "ofxOfeliaSignal.h"

Source/Objects/ofxOfeliaExists.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include "ofxOfeliaClient.h"
56

Source/Objects/ofxOfeliaFunction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45

56
class ofxOfeliaDefine;

Source/Objects/ofxOfeliaGet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include "ofxOfeliaClient.h"
56

Source/Objects/ofxOfeliaIO.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45

56
class ofxOfeliaData;

Source/Objects/ofxOfeliaLua.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#define MAXOFXSTRING 12000
44

5+
#undef PD_INTERNAL
56
#include "m_pd.h"
67
#include "g_canvas.h"
78
#include <string>

Source/Objects/ofxOfeliaSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include "ofxOfeliaClient.h"
56

Source/Objects/ofxOfeliaSetup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extern int ofeliaVersionMajor;
1313
extern int ofeliaVersionMinor;
1414
extern int ofeliaVersionBugFix;
1515

16+
#undef PD_INTERNAL
1617
#include "m_pd.h"
1718

1819
extern "C"

Source/Objects/ofxOfeliaSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include <vector>
56

Source/Objects/ofxOfeliaTextBuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#undef PD_INTERNAL
34
#include "m_pd.h"
45
#include <string>
56

0 commit comments

Comments
 (0)