Skip to content

Commit

Permalink
Update Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Apr 17, 2020
1 parent f2ec11d commit 296fe08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LMS/swift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ SWIFTH = LMS-Swift.h
SOURCES = AppDelegate.swift DisplayView.swift MeterView.swift \
SpectrumView.swift LMSView.swift Audio.o

SFLAGS = -g -target x86_64-apple-macosx10.10 \
SFLAGS = -target x86_64-apple-macosx10.10 \
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w

CFLAGS = -g -target x86_64-apple-macosx10.10
CFLAGS = -target x86_64-apple-macosx10.10


$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks
Expand Down
4 changes: 2 additions & 2 deletions SLMS/swift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ SWIFTH = SLMS-Swift.h
SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift MeterView.swift \
KnobView.swift SpectrumView.swift SLMSView.swift Audio.o

SFLAGS = -g -target x86_64-apple-macosx10.10 \
SFLAGS = -target x86_64-apple-macosx10.10 \
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w

CFLAGS = -g -target x86_64-apple-macosx10.10
CFLAGS = -target x86_64-apple-macosx10.10


$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist
Expand Down
4 changes: 2 additions & 2 deletions Scope/swift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ SWIFTH = Scope-Swift.h
SOURCES = AppDelegate.swift ScopeView.swift XScaleView.swift \
YScaleView.swift Audio.o

SFLAGS = -g -target x86_64-apple-macosx10.10 \
SFLAGS = -target x86_64-apple-macosx10.10 \
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w

CFLAGS = -g -target x86_64-apple-macosx10.10
CFLAGS = -target x86_64-apple-macosx10.10


$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks Icons
Expand Down
4 changes: 2 additions & 2 deletions SigGen/swift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ SWIFTH = SigGen-Swift.h
SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift \
KnobView.swift SigGenView.swift Audio.o

SFLAGS = -g -target x86_64-apple-macosx10.10 \
SFLAGS = -target x86_64-apple-macosx10.10 \
-import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \
-Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w

CFLAGS = -g -target x86_64-apple-macosx10.10
CFLAGS = -target x86_64-apple-macosx10.10


$(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks
Expand Down

0 comments on commit 296fe08

Please sign in to comment.