summaryrefslogtreecommitdiff
path: root/README.OSX.txt
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-29 11:33:42 +0000
committerManolo Gouy <Manolo>2010-12-29 11:33:42 +0000
commitdbb7be0fee67849f79c5f3e054462022820b56d6 (patch)
tree9b1eb79ad678d8c10129e7ecb1eb09128fb158d0 /README.OSX.txt
parentd3d16a354ea61e9c893193e4ad17acc4316e5ac9 (diff)
Mac OS X: removed dependency from AudioToolbox.framework by calling NSBeep() from Cocoa.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.OSX.txt')
-rw-r--r--README.OSX.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.OSX.txt b/README.OSX.txt
index 7f0a0f19a..7ef2e79d0 100644
--- a/README.OSX.txt
+++ b/README.OSX.txt
@@ -299,8 +299,7 @@ TODO: Build Rules
If the little helpers above were installed, the menu "File > New Project..."
will pop up a dialog that offers a User Template named Fluid. Select it and
-follow the instructions. You will need to add the "AudioToolbox.framework"
-manually which is needed to create warning beeps.
+follow the instructions.
@@ -310,3 +309,4 @@ manually which is needed to create warning beeps.
Oct 29 2010 - matt: removed warnings
Oct 24 2010 - matt: restructured entire document and verified instructions
Dec 19 2010 - Manolo: corrected typos
+Dec 29 2010 - Manolo: removed reference to AudioToolbox.framework that's no longer needed