diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-25 23:29:42 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-25 23:29:42 +0000 |
| commit | 60c1ccd33e0e87bacb45d87a9fc3e58b7a9e0723 (patch) | |
| tree | 25338fedbec8221c232340eaa1b29462050fc3b8 /ide | |
| parent | 7f395e6e4410e376ff95c914506d1599083afce7 (diff) | |
Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide')
71 files changed, 6203 insertions, 6007 deletions
diff --git a/ide/VisualC6/CubeView.dsp b/ide/VisualC6/CubeView.dsp index 4457a768b..6e7adf6ae 100644 --- a/ide/VisualC6/CubeView.dsp +++ b/ide/VisualC6/CubeView.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../CubeView/CubeViewd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/CubeViewd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "CubeView - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../CubeView/CubeViewd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/CubeViewd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -99,6 +99,10 @@ SOURCE=..\..\test\CubeMain.cxx # End Source File
# Begin Source File
+SOURCE=..\..\test\CubeViewUI.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\CubeViewUI.fl
!IF "$(CFG)" == "CubeView - Win32 Release"
@@ -106,7 +110,7 @@ SOURCE=..\..\test\CubeViewUI.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\CubeViewUI.fl
-"..\..\test/CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c CubeViewUI.fl
cd ..\ide\visualc
@@ -118,7 +122,7 @@ InputPath=..\..\test\CubeViewUI.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\CubeViewUI.fl
-"..\..\test/CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c CubeViewUI.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/Demo.dsp b/ide/VisualC6/Demo.dsp index 55074a4af..f33688f13 100644 --- a/ide/VisualC6/Demo.dsp +++ b/ide/VisualC6/Demo.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../Demo/Demod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/Demod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "Demo - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../Demo/Demod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/Demod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/Fluid.dsp b/ide/VisualC6/Fluid.dsp index e352fed8d..6a596aadd 100644 --- a/ide/VisualC6/Fluid.dsp +++ b/ide/VisualC6/Fluid.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib fltkimages.lib fltkjpeg.lib fltkpng.lib zlib.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../(null)/Fluidd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib fltkimages.lib fltkjpeg.lib fltkpng.lib zlib.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../Fluid/Fluidd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "Fluid - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkformsd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib zlibd.lib icons/fluid.icns comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../(null)/Fluidd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkformsd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib zlibd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../Fluid/Fluidd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/adjuster.dsp b/ide/VisualC6/adjuster.dsp index 4af66f94a..facbf4f70 100644 --- a/ide/VisualC6/adjuster.dsp +++ b/ide/VisualC6/adjuster.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../adjuster/adjusterd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/adjusterd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "adjuster - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../adjuster/adjusterd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/adjusterd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/arc.dsp b/ide/VisualC6/arc.dsp index cdbb51255..d49e79b1f 100644 --- a/ide/VisualC6/arc.dsp +++ b/ide/VisualC6/arc.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../arc/arcd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/arcd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "arc - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../arc/arcd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/arcd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/ask.dsp b/ide/VisualC6/ask.dsp index 36a3e3c99..b46b44485 100644 --- a/ide/VisualC6/ask.dsp +++ b/ide/VisualC6/ask.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../ask/askd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/askd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "ask - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../ask/askd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/askd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/bitmap.dsp b/ide/VisualC6/bitmap.dsp index 7940bc750..b055e938f 100644 --- a/ide/VisualC6/bitmap.dsp +++ b/ide/VisualC6/bitmap.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../bitmap/bitmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/bitmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "bitmap - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../bitmap/bitmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/bitmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/blocks.dsp b/ide/VisualC6/blocks.dsp index 2e3ba4fbc..ca7755763 100644 --- a/ide/VisualC6/blocks.dsp +++ b/ide/VisualC6/blocks.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../blocks/blocksd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/blocksd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "blocks - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib /System/Library/Frameworks/CoreAudio.framework comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../blocks/blocksd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/blocksd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/boxtype.dsp b/ide/VisualC6/boxtype.dsp index c831f0ebc..48870ce49 100644 --- a/ide/VisualC6/boxtype.dsp +++ b/ide/VisualC6/boxtype.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../boxtype/boxtyped.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/boxtyped.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "boxtype - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../boxtype/boxtyped.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/boxtyped.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/browser.dsp b/ide/VisualC6/browser.dsp index 486210b2e..db7f7fc39 100644 --- a/ide/VisualC6/browser.dsp +++ b/ide/VisualC6/browser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../browser/browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "browser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../browser/browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/button.dsp b/ide/VisualC6/button.dsp index f78380157..0a6ee06d2 100644 --- a/ide/VisualC6/button.dsp +++ b/ide/VisualC6/button.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../button/buttond.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttond.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "button - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../button/buttond.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttond.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/buttons.dsp b/ide/VisualC6/buttons.dsp index 95ae6e44b..b2eafcffd 100644 --- a/ide/VisualC6/buttons.dsp +++ b/ide/VisualC6/buttons.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../buttons/buttonsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttonsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "buttons - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../buttons/buttonsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttonsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/checkers.dsp b/ide/VisualC6/checkers.dsp index 36c149859..883709401 100644 --- a/ide/VisualC6/checkers.dsp +++ b/ide/VisualC6/checkers.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../checkers/checkersd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/checkersd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "checkers - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../checkers/checkersd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/checkersd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/clock.dsp b/ide/VisualC6/clock.dsp index 727a61afe..1d2df803a 100644 --- a/ide/VisualC6/clock.dsp +++ b/ide/VisualC6/clock.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../clock/clockd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/clockd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "clock - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../clock/clockd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/clockd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/colbrowser.dsp b/ide/VisualC6/colbrowser.dsp index 5968c113c..672a6a47b 100644 --- a/ide/VisualC6/colbrowser.dsp +++ b/ide/VisualC6/colbrowser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../colbrowser/colbrowserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/colbrowserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "colbrowser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../colbrowser/colbrowserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/colbrowserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/color_chooser.dsp b/ide/VisualC6/color_chooser.dsp index dcce2edf0..77c6dbcec 100644 --- a/ide/VisualC6/color_chooser.dsp +++ b/ide/VisualC6/color_chooser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../color_chooser/color_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/color_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "color_chooser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../color_chooser/color_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/color_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/cube.dsp b/ide/VisualC6/cube.dsp index 7558f2365..e68a6369b 100644 --- a/ide/VisualC6/cube.dsp +++ b/ide/VisualC6/cube.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../cube/cubed.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cubed.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "cube - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../cube/cubed.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cubed.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/cursor.dsp b/ide/VisualC6/cursor.dsp index 2a7d2db4c..84ba4b17e 100644 --- a/ide/VisualC6/cursor.dsp +++ b/ide/VisualC6/cursor.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../cursor/cursord.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cursord.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "cursor - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../cursor/cursord.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cursord.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/curve.dsp b/ide/VisualC6/curve.dsp index 5b8658794..05a9aebeb 100644 --- a/ide/VisualC6/curve.dsp +++ b/ide/VisualC6/curve.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../curve/curved.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/curved.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "curve - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../curve/curved.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/curved.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/doublebuffer.dsp b/ide/VisualC6/doublebuffer.dsp index cc5b46029..2006750db 100644 --- a/ide/VisualC6/doublebuffer.dsp +++ b/ide/VisualC6/doublebuffer.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../doublebuffer/doublebufferd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/doublebufferd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "doublebuffer - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../doublebuffer/doublebufferd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/doublebufferd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/editor.dsp b/ide/VisualC6/editor.dsp index a2d150dc4..b0aeb50aa 100644 --- a/ide/VisualC6/editor.dsp +++ b/ide/VisualC6/editor.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../editor/editord.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/editord.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "editor - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../editor/editord.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/editord.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/fast_slow.dsp b/ide/VisualC6/fast_slow.dsp index 0264f1168..7ca150767 100644 --- a/ide/VisualC6/fast_slow.dsp +++ b/ide/VisualC6/fast_slow.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fast_slow/fast_slowd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fast_slowd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "fast_slow - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fast_slow/fast_slowd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fast_slowd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "fast_slow - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\fast_slow.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\fast_slow.fl
!IF "$(CFG)" == "fast_slow - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\fast_slow.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\fast_slow.fl
-"..\..\test/fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c fast_slow.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\fast_slow.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\fast_slow.fl
-"..\..\test/fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c fast_slow.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/file_chooser.dsp b/ide/VisualC6/file_chooser.dsp index d21e3ff92..eee3694df 100644 --- a/ide/VisualC6/file_chooser.dsp +++ b/ide/VisualC6/file_chooser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../file_chooser/file_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/file_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "file_chooser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../file_chooser/file_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/file_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/fltk.dsw b/ide/VisualC6/fltk.dsw index 3980fb8a2..381ccc8ab 100644 --- a/ide/VisualC6/fltk.dsw +++ b/ide/VisualC6/fltk.dsw @@ -45,18 +45,6 @@ Package=<4> ###############################################################################
-Project: "fltk_dll"=".\fltk_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
Project: "fltkgl"=".\fltkgl.dsp" - Package Owner=<4>
Package=<5>
@@ -72,21 +60,6 @@ Package=<4> ###############################################################################
-Project: "fltkgl_dll"=".\fltkgl_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name fltk
- End Project Dependency
-}}}
-
-###############################################################################
-
Project: "fltkimages"=".\fltkimages.dsp" - Package Owner=<4>
Package=<5>
@@ -108,27 +81,6 @@ Package=<4> ###############################################################################
-Project: "fltkimages_dll"=".\fltkimages_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name fltk
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name fltkpng
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name fltkjpeg
- End Project Dependency
-}}}
-
-###############################################################################
-
Project: "fltkpng"=".\fltkpng.dsp" - Package Owner=<4>
Package=<5>
@@ -144,21 +96,6 @@ Package=<4> ###############################################################################
-Project: "fltkpng_dll"=".\fltkpng_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name zlib
- End Project Dependency
-}}}
-
-###############################################################################
-
Project: "fltkjpeg"=".\fltkjpeg.dsp" - Package Owner=<4>
Package=<5>
@@ -174,21 +111,6 @@ Package=<4> ###############################################################################
-Project: "fltkjpeg_dll"=".\fltkjpeg_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name fltk
- End Project Dependency
-}}}
-
-###############################################################################
-
Project: "fltkforms"=".\fltkforms.dsp" - Package Owner=<4>
Package=<5>
@@ -204,21 +126,6 @@ Package=<4> ###############################################################################
-Project: "fltkforms_dll"=".\fltkforms_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name fltk
- End Project Dependency
-}}}
-
-###############################################################################
-
Project: "zlib"=".\zlib.dsp" - Package Owner=<4>
Package=<5>
@@ -231,18 +138,6 @@ Package=<4> ###############################################################################
-Project: "zlib_dll"=".\zlib_dll.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
Project: "Demo"=".\Demo.dsp" - Package Owner=<4>
Package=<5>
diff --git a/ide/VisualC6/fonts.dsp b/ide/VisualC6/fonts.dsp index 21a99bdc3..9575e5422 100644 --- a/ide/VisualC6/fonts.dsp +++ b/ide/VisualC6/fonts.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fonts/fontsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fontsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "fonts - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fonts/fontsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fontsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/forms.dsp b/ide/VisualC6/forms.dsp index e1e95025a..496f7ea52 100644 --- a/ide/VisualC6/forms.dsp +++ b/ide/VisualC6/forms.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../forms/formsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/formsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "forms - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../forms/formsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/formsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/fractals.dsp b/ide/VisualC6/fractals.dsp index 1b92a6a2b..633e5c0db 100644 --- a/ide/VisualC6/fractals.dsp +++ b/ide/VisualC6/fractals.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib fltkforms.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fractals/fractalsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib fltkforms.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fractalsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "fractals - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib fltkformsd.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fractals/fractalsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib fltkformsd.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fractalsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/fullscreen.dsp b/ide/VisualC6/fullscreen.dsp index 2f79e9e87..9465e41e5 100644 --- a/ide/VisualC6/fullscreen.dsp +++ b/ide/VisualC6/fullscreen.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fullscreen/fullscreend.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fullscreend.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "fullscreen - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../fullscreen/fullscreend.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fullscreend.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/gl_overlay.dsp b/ide/VisualC6/gl_overlay.dsp index a3555f574..6bbb1439a 100644 --- a/ide/VisualC6/gl_overlay.dsp +++ b/ide/VisualC6/gl_overlay.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../gl_overlay/gl_overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/gl_overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "gl_overlay - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../gl_overlay/gl_overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/gl_overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/glpuzzle.dsp b/ide/VisualC6/glpuzzle.dsp index cfcd3142d..3c9ed2240 100644 --- a/ide/VisualC6/glpuzzle.dsp +++ b/ide/VisualC6/glpuzzle.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../glpuzzle/glpuzzled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/glpuzzled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "glpuzzle - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../glpuzzle/glpuzzled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/glpuzzled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/hello.dsp b/ide/VisualC6/hello.dsp index 64500b012..1bf0a36ec 100644 --- a/ide/VisualC6/hello.dsp +++ b/ide/VisualC6/hello.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../hello/hellod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/hellod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "hello - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../hello/hellod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/hellod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/help.dsp b/ide/VisualC6/help.dsp index 7d154d808..fe360a8a0 100644 --- a/ide/VisualC6/help.dsp +++ b/ide/VisualC6/help.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../help/helpd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/helpd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "help - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../help/helpd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/helpd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/iconize.dsp b/ide/VisualC6/iconize.dsp index 13b2f5811..3ffdc1d9e 100644 --- a/ide/VisualC6/iconize.dsp +++ b/ide/VisualC6/iconize.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../iconize/iconized.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/iconized.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "iconize - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../iconize/iconized.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/iconized.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/image.dsp b/ide/VisualC6/image.dsp index c91aee87e..5d6429b47 100644 --- a/ide/VisualC6/image.dsp +++ b/ide/VisualC6/image.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../image/imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "image - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../image/imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/inactive.dsp b/ide/VisualC6/inactive.dsp index a8add8293..1624627cf 100644 --- a/ide/VisualC6/inactive.dsp +++ b/ide/VisualC6/inactive.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../inactive/inactived.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inactived.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "inactive - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../inactive/inactived.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inactived.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "inactive - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\inactive.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\inactive.fl
!IF "$(CFG)" == "inactive - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\inactive.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\inactive.fl
-"..\..\test/inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c inactive.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\inactive.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\inactive.fl
-"..\..\test/inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c inactive.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/input.dsp b/ide/VisualC6/input.dsp index 9af1cfbbf..d0916c1b6 100644 --- a/ide/VisualC6/input.dsp +++ b/ide/VisualC6/input.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../input/inputd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inputd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "input - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../input/inputd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inputd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/input_choice.dsp b/ide/VisualC6/input_choice.dsp index 5cf38690b..9220f61fe 100644 --- a/ide/VisualC6/input_choice.dsp +++ b/ide/VisualC6/input_choice.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../input_choice/input_choiced.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/input_choiced.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "input_choice - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../input_choice/input_choiced.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/input_choiced.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/keyboard.dsp b/ide/VisualC6/keyboard.dsp index 7c8e1e9fc..24d91c7f6 100644 --- a/ide/VisualC6/keyboard.dsp +++ b/ide/VisualC6/keyboard.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../keyboard/keyboardd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/keyboardd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "keyboard - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../keyboard/keyboardd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/keyboardd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -95,6 +95,10 @@ SOURCE=..\..\test\keyboard.cxx # End Source File
# Begin Source File
+SOURCE=..\..\test\keyboard_ui.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\keyboard_ui.fl
!IF "$(CFG)" == "keyboard - Win32 Release"
@@ -102,7 +106,7 @@ SOURCE=..\..\test\keyboard_ui.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\keyboard_ui.fl
-"..\..\test/keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c keyboard_ui.fl
cd ..\ide\visualc
@@ -114,7 +118,7 @@ InputPath=..\..\test\keyboard_ui.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\keyboard_ui.fl
-"..\..\test/keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c keyboard_ui.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/label.dsp b/ide/VisualC6/label.dsp index b51725650..9c4b4ed29 100644 --- a/ide/VisualC6/label.dsp +++ b/ide/VisualC6/label.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../label/labeld.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/labeld.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "label - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../label/labeld.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/labeld.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/line_style.dsp b/ide/VisualC6/line_style.dsp index ee4276d8a..3d0b6bc39 100644 --- a/ide/VisualC6/line_style.dsp +++ b/ide/VisualC6/line_style.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../line_style/line_styled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/line_styled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "line_style - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../line_style/line_styled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/line_styled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/list_visuals.dsp b/ide/VisualC6/list_visuals.dsp index a60a0ba53..53f685d9c 100644 --- a/ide/VisualC6/list_visuals.dsp +++ b/ide/VisualC6/list_visuals.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../list_visuals/list_visualsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/list_visualsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "list_visuals - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../list_visuals/list_visualsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/list_visualsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/mandelbrot.dsp b/ide/VisualC6/mandelbrot.dsp index 936466871..05e08d993 100644 --- a/ide/VisualC6/mandelbrot.dsp +++ b/ide/VisualC6/mandelbrot.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../mandelbrot/mandelbrotd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/mandelbrotd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "mandelbrot - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../mandelbrot/mandelbrotd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/mandelbrotd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -95,6 +95,10 @@ SOURCE=..\..\test\mandelbrot.cxx # End Source File
# Begin Source File
+SOURCE=..\..\test\mandelbrot_ui.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\mandelbrot_ui.fl
!IF "$(CFG)" == "mandelbrot - Win32 Release"
@@ -102,7 +106,7 @@ SOURCE=..\..\test\mandelbrot_ui.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\mandelbrot_ui.fl
-"..\..\test/mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c mandelbrot_ui.fl
cd ..\ide\visualc
@@ -114,7 +118,7 @@ InputPath=..\..\test\mandelbrot_ui.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\mandelbrot_ui.fl
-"..\..\test/mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c mandelbrot_ui.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/menubar.dsp b/ide/VisualC6/menubar.dsp index d3627fd03..e646d2ccc 100644 --- a/ide/VisualC6/menubar.dsp +++ b/ide/VisualC6/menubar.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../menubar/menubard.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/menubard.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "menubar - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../menubar/menubard.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/menubard.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/message.dsp b/ide/VisualC6/message.dsp index 203a7d577..ff89dee48 100644 --- a/ide/VisualC6/message.dsp +++ b/ide/VisualC6/message.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../message/messaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/messaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "message - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../message/messaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/messaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/minimum.dsp b/ide/VisualC6/minimum.dsp index 3dacc9d50..cc4db3315 100644 --- a/ide/VisualC6/minimum.dsp +++ b/ide/VisualC6/minimum.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../minimum/minimumd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/minimumd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "minimum - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../minimum/minimumd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/minimumd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/native-filechooser.dsp b/ide/VisualC6/native-filechooser.dsp index 569e9fae4..58b4aad64 100644 --- a/ide/VisualC6/native-filechooser.dsp +++ b/ide/VisualC6/native-filechooser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../native-filechooser/native-filechooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/native-filechooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "native-filechooser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../native-filechooser/native-filechooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/native-filechooserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/navigation.dsp b/ide/VisualC6/navigation.dsp index 427cc8705..859d34836 100644 --- a/ide/VisualC6/navigation.dsp +++ b/ide/VisualC6/navigation.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../navigation/navigationd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/navigationd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "navigation - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../navigation/navigationd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/navigationd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/output.dsp b/ide/VisualC6/output.dsp index 180c85b6a..1466bca41 100644 --- a/ide/VisualC6/output.dsp +++ b/ide/VisualC6/output.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../output/outputd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/outputd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "output - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../output/outputd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkformsd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/outputd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/overlay.dsp b/ide/VisualC6/overlay.dsp index 0585bf57c..e6b671f53 100644 --- a/ide/VisualC6/overlay.dsp +++ b/ide/VisualC6/overlay.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../overlay/overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "overlay - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../overlay/overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/overlayd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/pack.dsp b/ide/VisualC6/pack.dsp index 664a7eedc..cb673e099 100644 --- a/ide/VisualC6/pack.dsp +++ b/ide/VisualC6/pack.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pack/packd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/packd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "pack - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pack/packd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/packd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/pixmap.dsp b/ide/VisualC6/pixmap.dsp index 7c51f6828..31cbf7d21 100644 --- a/ide/VisualC6/pixmap.dsp +++ b/ide/VisualC6/pixmap.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pixmap/pixmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "pixmap - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pixmap/pixmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmapd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/pixmap_browser.dsp b/ide/VisualC6/pixmap_browser.dsp index 70e5200f7..e870c9cc2 100644 --- a/ide/VisualC6/pixmap_browser.dsp +++ b/ide/VisualC6/pixmap_browser.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pixmap_browser/pixmap_browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmap_browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "pixmap_browser - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../pixmap_browser/pixmap_browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmap_browserd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/preferences.dsp b/ide/VisualC6/preferences.dsp index 3fa2eb59d..49e353c03 100644 --- a/ide/VisualC6/preferences.dsp +++ b/ide/VisualC6/preferences.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../preferences/preferencesd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/preferencesd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "preferences - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../preferences/preferencesd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/preferencesd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "preferences - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\preferences.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\preferences.fl
!IF "$(CFG)" == "preferences - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\preferences.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\preferences.fl
-"..\..\test/preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c preferences.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\preferences.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\preferences.fl
-"..\..\test/preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c preferences.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/radio.dsp b/ide/VisualC6/radio.dsp index 54cf8057d..e570496bf 100644 --- a/ide/VisualC6/radio.dsp +++ b/ide/VisualC6/radio.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../radio/radiod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/radiod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "radio - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../radio/radiod.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/radiod.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "radio - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\radio.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\radio.fl
!IF "$(CFG)" == "radio - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\radio.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\radio.fl
-"..\..\test/radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c radio.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\radio.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\radio.fl
-"..\..\test/radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c radio.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/resize.dsp b/ide/VisualC6/resize.dsp index f553f1921..8fd505758 100644 --- a/ide/VisualC6/resize.dsp +++ b/ide/VisualC6/resize.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../resize/resized.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resized.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "resize - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../resize/resized.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resized.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "resize - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\resize.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\resize.fl
!IF "$(CFG)" == "resize - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\resize.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\resize.fl
-"..\..\test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c resize.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\resize.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\resize.fl
-"..\..\test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c resize.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/resizebox.dsp b/ide/VisualC6/resizebox.dsp index dca0ffb6c..2df82f145 100644 --- a/ide/VisualC6/resizebox.dsp +++ b/ide/VisualC6/resizebox.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../resizebox/resizeboxd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resizeboxd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "resizebox - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../resizebox/resizeboxd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resizeboxd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/scroll.dsp b/ide/VisualC6/scroll.dsp index 9815dc461..5cdde1cd0 100644 --- a/ide/VisualC6/scroll.dsp +++ b/ide/VisualC6/scroll.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../scroll/scrolld.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/scrolld.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "scroll - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../scroll/scrolld.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/scrolld.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/shape.dsp b/ide/VisualC6/shape.dsp index b6f436fac..0beded9ee 100644 --- a/ide/VisualC6/shape.dsp +++ b/ide/VisualC6/shape.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../shape/shaped.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkgl.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/shaped.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "shape - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkgld.lib /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../shape/shaped.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkgld.lib glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/shaped.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/subwindow.dsp b/ide/VisualC6/subwindow.dsp index bd8cc1242..70559f25e 100644 --- a/ide/VisualC6/subwindow.dsp +++ b/ide/VisualC6/subwindow.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../subwindow/subwindowd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/subwindowd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "subwindow - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../subwindow/subwindowd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/subwindowd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/sudoku.dsp b/ide/VisualC6/sudoku.dsp index 2e66c4570..fd40ab102 100644 --- a/ide/VisualC6/sudoku.dsp +++ b/ide/VisualC6/sudoku.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../sudoku/sudokud.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/sudokud.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "sudoku - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib /System/Library/Frameworks/CoreAudio.framework comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../sudoku/sudokud.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/sudokud.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/symbols.dsp b/ide/VisualC6/symbols.dsp index 8327dda2e..0de30ca79 100644 --- a/ide/VisualC6/symbols.dsp +++ b/ide/VisualC6/symbols.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../symbols/symbolsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/symbolsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "symbols - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../symbols/symbolsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/symbolsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/table.dsp b/ide/VisualC6/table.dsp index 6fb6766f9..42fd996ec 100644 --- a/ide/VisualC6/table.dsp +++ b/ide/VisualC6/table.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../table/tabled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "table - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../table/tabled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/tabs.dsp b/ide/VisualC6/tabs.dsp index 0f25ef259..7d300fce8 100644 --- a/ide/VisualC6/tabs.dsp +++ b/ide/VisualC6/tabs.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tabs/tabsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "tabs - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tabs/tabsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "tabs - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\tabs.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\tabs.fl
!IF "$(CFG)" == "tabs - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\tabs.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\tabs.fl
-"..\..\test/tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c tabs.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\tabs.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\tabs.fl
-"..\..\test/tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c tabs.fl
cd ..\ide\visualc
diff --git a/ide/VisualC6/threads.dsp b/ide/VisualC6/threads.dsp index b8185d7de..3b28a1d04 100644 --- a/ide/VisualC6/threads.dsp +++ b/ide/VisualC6/threads.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../threads/threadsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/threadsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "threads - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../threads/threadsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/threadsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/tile.dsp b/ide/VisualC6/tile.dsp index ed4cf5412..2c20171f8 100644 --- a/ide/VisualC6/tile.dsp +++ b/ide/VisualC6/tile.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tile/tiled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "tile - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tile/tiled.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/tiled_image.dsp b/ide/VisualC6/tiled_image.dsp index e186d972a..c79541d54 100644 --- a/ide/VisualC6/tiled_image.dsp +++ b/ide/VisualC6/tiled_image.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tiled_image/tiled_imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkimages.lib fltkjpeg.lib fltkpng.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled_imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "tiled_image - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tiled_image/tiled_imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib fltkimagesd.lib fltkjpegd.lib fltkpngd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled_imaged.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/tree.dsp b/ide/VisualC6/tree.dsp index 101be2b03..1016fe544 100644 --- a/ide/VisualC6/tree.dsp +++ b/ide/VisualC6/tree.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tree/treed.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/treed.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "tree - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../tree/treed.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/treed.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/utf8.dsp b/ide/VisualC6/utf8.dsp index 428b0e1b9..6e900505e 100644 --- a/ide/VisualC6/utf8.dsp +++ b/ide/VisualC6/utf8.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../utf8/utf8d.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/utf8d.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "utf8 - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../utf8/utf8d.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/utf8d.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
diff --git a/ide/VisualC6/valuators.dsp b/ide/VisualC6/valuators.dsp index b11a5e97f..01eeb2fe1 100644 --- a/ide/VisualC6/valuators.dsp +++ b/ide/VisualC6/valuators.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../valuators/valuatorsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/valuatorsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "valuators - Win32 Debug"
@@ -80,7 +80,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../valuators/valuatorsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/valuatorsd.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:no
!ENDIF
@@ -91,6 +91,10 @@ LINK32=link.exe # Name "valuators - Win32 Debug"
# Begin Source File
+SOURCE=..\..\test\valuators.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\test\valuators.fl
!IF "$(CFG)" == "valuators - Win32 Release"
@@ -98,7 +102,7 @@ SOURCE=..\..\test\valuators.fl # Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\..\test\valuators.fl
-"..\..\test/valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluid -c valuators.fl
cd ..\ide\visualc
@@ -110,7 +114,7 @@ InputPath=..\..\test\valuators.fl # Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\..\test\valuators.fl
-"..\..\test/valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\test\valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\..\test/
..\fluid\fluidd -c valuators.fl
cd ..\ide\visualc
diff --git a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj index 1e5d794cc..1da27e6e7 100644 --- a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj +++ b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj @@ -7,557 +7,573 @@ objects = { /* Begin PBXBuildFile section */ - 00425565BEC4C3B6527D70C8 /* Fl_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3D906DDE7337A8686D55C166 /* Fl_Image.cxx */; }; - 00D87EBD2AC094DF875DB45B /* file_chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CFC7F82E5B116703E0F24C13 /* file_chooser.cxx */; }; - 01322FE51B04287970848276 /* message.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FD9D9CB718E07F053E84A457 /* message.cxx */; }; - 01D8B3D2695900EDD8D33258 /* fl_round_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3187F87965135EFF54AFEA91 /* fl_round_box.cxx */; }; - 0241CBB193AC608F8F566179 /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 02752377235184690922A3A6 /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 030CF90DEC789231D50E84B4 /* about_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E2F920D4083CD47660FD72CD /* about_panel.cxx */; }; - 04A9359D781353D087DD2E18 /* fast_slow.fl in Sources */ = {isa = PBXBuildFile; fileRef = F8D179FDAEBC042EE05C4706 /* fast_slow.fl */; }; - 0542B06DA90811A88482D24A /* browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 14ECCE0A4E1A704683214345 /* browser.cxx */; }; - 05DB69630635EA092932C713 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 05DE198EFC2230201503836E /* Fl_Tooltip.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 38F361BF1E7C395D4A11E1D9 /* Fl_Tooltip.cxx */; }; - 06A979D7081CD3AB625B33E6 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 072BDC32C2CE028B7E0D272B /* cube.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5E2552A7B79A96A541DF8D61 /* cube.cxx */; }; - 07663126DC12B15BE386B477 /* Fl_Window_fullscreen.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3D6F18464508058BC640C526 /* Fl_Window_fullscreen.cxx */; }; - 08658A0E9B64697CF409B56E /* Fl_Group.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 04864C9A770EE2A88F9E3687 /* Fl_Group.cxx */; }; - 090919FE1DBDF217597AB4CA /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 0A268C47F8455B5B2D8004A4 /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 0B07A9690C7BF162AE4A08E7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 0B60EA7090EB5E0859DAD14F /* CubeView.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D9DEC9401E06489438366AE4 /* CubeView.cxx */; }; - 0BC5184BFC8E6C5328B89AC4 /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 0BEBA771486E7FB195801170 /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 0BF7D0CF32888FA0B10EE95D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 0C713754757B3C17CAF4C336 /* Fl_Tree_Prefs.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F21B13DEC2D1C547B4142045 /* Fl_Tree_Prefs.cxx */; }; - 0CFD40178EFF4DA95338A6D7 /* fluid.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 655A51FDC9E818AB55E85CCD /* fluid.cxx */; }; - 0CFFD63A962328A5CB376C30 /* Fl_Menu.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 65C36846BAFAAE91FA57D9CE /* Fl_Menu.cxx */; }; - 0D63BC044F30CE25BCF05507 /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 0DF1682B4DE6F492DFEFB5F8 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 0E00777CF40B350933DA366A /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 0E0A215706ABFAE2D368ED74 /* fl_rounded_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A2CF9AA10337F84A67E822CD /* fl_rounded_box.cxx */; }; - 0E57626EF8E1297CE7A25F99 /* Fl_Valuator.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9CD0E7B68283EA5661B8EA33 /* Fl_Valuator.cxx */; }; - 0ED187D50EF5AF61D35E0B26 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 0F9716545B05BAA072E9A851 /* Fl_get_system_colors.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1301FD6C1D2DD0C3EB219678 /* Fl_get_system_colors.cxx */; }; - 0FC6577688D201F13E8EB200 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 9398864A8845134249F37BB5 /* pngset.c */; }; - 1222014002931D4894C28B8B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 12EE7805790C3D15B23D2ABE /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 138564AD7E14C273E5D05E63 /* fl_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = 35987C4FF9B8A69B2387DE8D /* fl_utf.c */; }; - 14B3AF60552BEF42F3986806 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 1555A6EE92360850F13FBE71 /* CodeEditor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 88CE6318892A3C0FE1E2119F /* CodeEditor.cxx */; }; - 1597D09BBDD094E237CC19DA /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 15A71A05D1B9933033552158 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 160F0111D429D99B3E06EB54 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 17704356FE53B0E52650901B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 17B2F04EAE21B4B8B154BE2F /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 17EB2FAEA4FD5E48D34CC3AC /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 17F56F7EFD34BA1C639A58DB /* filename_ext.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D1F18A0CB39D025B3C2D3D1C /* filename_ext.cxx */; }; - 18B63697D268F462FB513DEE /* Fl_visual.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C8230289EC48B8FAF425F041 /* Fl_visual.cxx */; }; - 18C46FF54683D8099C956186 /* Fl_Value_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 67DCC4407C9B2B57219196AF /* Fl_Value_Input.cxx */; }; - 18DD4DC4542BCEFC818670A7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 193B41C16931E15A57CFC658 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 193FB7B76C469B0A9A557AFD /* Fl_Value_Output.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E95B6AE3EFBC9E7ED6C6CFD5 /* Fl_Value_Output.cxx */; }; - 197D66119B6B114B3AD19820 /* Fl_Progress.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 563404F01D0E97643530A7D2 /* Fl_Progress.cxx */; }; - 19D95EA224F0BE342D2AE5CF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 1A0044F2991DFE8A5DE39582 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 1B07A85310E6CFE6F1BFB981 /* Fl_Double_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BCA7B5A67AEEE975E3B9CE86 /* Fl_Double_Window.cxx */; }; - 1B3F701C9C99EFD84F56951C /* label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6FBF714EE246590286601991 /* label.cxx */; }; - 1B57503976325C01BB9F6871 /* doublebuffer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C54C3041289F293E4A4CEEE1 /* doublebuffer.cxx */; }; - 1EC128C17CDF68B6F21C7F6A /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 520A45DC9E3712C4E0E418EF /* jdpostct.c */; }; - 1F73FFFA94C5DDBD8731C877 /* Fl_Gl_Choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E1A7917B7ED5261DC009C9D4 /* Fl_Gl_Choice.cxx */; }; - 1FBBAEC017648AE768E49F6A /* Fl_Light_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 915E61FDECD2C6FA49EBD43D /* Fl_Light_Button.cxx */; }; - 2089309F12F2222EC18C941C /* is_spacing.c in Sources */ = {isa = PBXBuildFile; fileRef = 8674555579200760C252E7B2 /* is_spacing.c */; }; - 208BDEBF27B3D8F53C4F4736 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 20C72ABF366595A3BFC3B457 /* Fl_Gl_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6B24D5E6450DE397B6D44C4D /* Fl_Gl_Window.cxx */; }; - 2122A262A24A5511E638B45D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 21B99545FE1FA71D81FDCC3C /* cursor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EFB40C1018082233358B3D14 /* cursor.cxx */; }; - 21F93720737A42ED4C256B23 /* Fl_Wizard.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 13B89AA7B36EA506A2F009D5 /* Fl_Wizard.cxx */; }; - 2287E12DCF2AFEEEC3BEB7ED /* Fl_Pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ABE0810F674AD2268C861174 /* Fl_Pixmap.cxx */; }; - 22AB65D6563D11452C764D5E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 22C82F480CA86E23043605D4 /* Fl_Preferences.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 05E57241F7D4AC51E1258605 /* Fl_Preferences.cxx */; }; - 22E343DE8553DA960636E1EF /* menubar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 192F4C05F5A341C4A7F0AAFF /* menubar.cxx */; }; - 22EE7B7A23E72E8FE6852873 /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E8FD8D7A7D39ADF4CC2F3EB /* jcsample.c */; }; - 231E99A2B4C77C008F075BEB /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 235165F4E398EC858FCC7E12 /* image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 183AC9FD249D0E1D5CABF98F /* image.cxx */; }; - 238302783957A605F0BC04B3 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 238D5244B5A6B879028F3E74 /* buttons.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5FBB7F4C12EDAECF785BCDCA /* buttons.cxx */; }; - 23C014DBA1919FA6D3A2FC89 /* vsnprintf.c in Sources */ = {isa = PBXBuildFile; fileRef = 585F1A5822DCC418EAD08712 /* vsnprintf.c */; }; - 23E559BAA4BAC587429D5205 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - 23F2EE3F8FF76DD495271706 /* glut_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FAFCDC0465623C626D21059D /* glut_font.cxx */; }; - 23F6324B31458C5E46CA77F0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 243EE310BB823BAB7A0913E1 /* Fl_File_Icon.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0F498549F6AFAF378C15FF57 /* Fl_File_Icon.cxx */; }; - 24C87691E0A11B3DAF2C6409 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 25107B6C5E000B61F7548445 /* Fl_JPEG_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 599940F73103849B55527062 /* Fl_JPEG_Image.cxx */; }; - 2579AF3D601D91851547262C /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 26AB94CA03E8E22CB467780B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 26DA8E01793A184BB7C406ED /* fl_arci.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0915BA8C74D8A14B77D456D7 /* fl_arci.cxx */; }; - 2758733EB9C86A38F714DCA6 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2769881FB24A476371728900 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 276C6CBF46072F451F8D8674 /* Fl_Menu_Bar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AEF2B31C9F4DF4042A8EE7BF /* Fl_Menu_Bar.cxx */; }; - 27E04A0AB5B1DE060F726E60 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 27E83CA92943029A20689EAC /* Fl_Round_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EE0E090626D9C256B746CEFB /* Fl_Round_Button.cxx */; }; - 280ACD788A7E2DB41F610ADF /* Fl_XPM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 41D32A0F5F910157CA0EDAEB /* Fl_XPM_Image.cxx */; }; - 285C14121EF9D2E92F865FBB /* pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0E7217CFD07149DCC2C4A080 /* pixmap.cxx */; }; - 2927DB44DE4C25EA78EE451B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2955C2E32E311F11F4F31EE7 /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C5592AEBBB66BE8185FC44C /* jddctmgr.c */; }; - 2A2591E6F86683E91F6F0987 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E8DD6C75B876B84A836BF4E /* pngpread.c */; }; - 2AB0AF69C0235BF65C092FB9 /* fl_overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 15F30DE372DDDE631694D474 /* fl_overlay.cxx */; }; - 2ACB54926A3103402073FB42 /* shape.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0A290063CD87D88B970ADC21 /* shape.cxx */; }; - 2ACF1B6FA6600F810D6F9ECD /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2ADE7D9D90D6ACFB9A4D7601 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2B0306FB29014F02ED5AAF7B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2B29EBA99263AF9D89B84AC1 /* Fl_Table_Row.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B70300A241EBB0F17C776E2C /* Fl_Table_Row.cxx */; }; - 2B3F710417F3A8B545C0DA1A /* Fl_Tree_Item.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EEB1D13B3181FFA9E2753209 /* Fl_Tree_Item.cxx */; }; - 2BA1D79549C0361DCA688C58 /* fluid.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4EBFC1E6013F082A16F92307 /* fluid.icns */; }; - 2C4F3B57640D3140BB447FB8 /* Fl_Value_Slider.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 718790843CF73EE2D3C375C2 /* Fl_Value_Slider.cxx */; }; - 2C954D0FA23F43274683D8D2 /* pack.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 131A0F03B5E1726570350E0B /* pack.cxx */; }; - 2D07A56536EC2D3922E4CF82 /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 2D1C94E300267BE443F281DF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2D44FBB4219A36F69CF943B5 /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 15C6D0B8D80661006E0633C1 /* jfdctint.c */; }; - 2D8BF679D26EA15173064F4D /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 2E8B8A589CD96A529930D7D9 /* Fl_Check_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D84E870A48943137CECB643D /* Fl_Check_Button.cxx */; }; - 2F0117C026481E4CF955DF0E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2F4ADC9AF94944CC00F9CB0C /* Fl_Native_File_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B85B2006E11A0CB54BAF4880 /* Fl_Native_File_Chooser.cxx */; }; - 2F67A68E6007AED4FEB55927 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 2F9EB79D402F4881B69F9296 /* tabs.fl in Sources */ = {isa = PBXBuildFile; fileRef = A6F06EA31E2564F571DDB8EC /* tabs.fl */; }; - 305726B0EDAEA494385F746F /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 312FE4D8F1CA3C5BC79F46E4 /* tile.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 12C993C2CD4C710D5F2E0A00 /* tile.cxx */; }; - 31565FBE45BC29F28CEB6366 /* line_style.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3133AD3972BCA0DEAE3776AA /* line_style.cxx */; }; - 3249F1464490BFC40D7DB237 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 330A095740662612E893C575 /* tiled_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E886BAF2D6CACFDFD35226B7 /* tiled_image.cxx */; }; - 33578585D894EB69999CAB37 /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 339B8B253BD3E20BB3226904 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 33DA15A09B406BDEF807170D /* forms_timer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 74E329D27AD4B3F6BE981F36 /* forms_timer.cxx */; }; - 3415397AF9DA4AA9E603FC10 /* filename_absolute.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 71ED40371ACA21CF1400341D /* filename_absolute.cxx */; }; - 34229025EFBECE9A30B1C06A /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F42D7B98D5B393BE5A55824 /* pngwutil.c */; }; - 344FA72C787D5BDE62DE0A58 /* Fl_Tree_Item_Array.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3A3035779AF8686D7C87ED37 /* Fl_Tree_Item_Array.cxx */; }; - 353F127BEA2C45EC08C2BB73 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 359D42AE3A12530233CBBE97 /* fl_gtk.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EBD54D13C65C8C8D131210D4 /* fl_gtk.cxx */; }; - 35D6752ADBF7F6A8D49DEB0D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 35F3BCEFF65E855D075857D3 /* fl_draw_pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AF01FA9F1CA9138ACEC68735 /* fl_draw_pixmap.cxx */; }; - 361479FD379867FD73FBDFD6 /* Fl_File_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2C68262415ACC80C9B83CDBD /* Fl_File_Input.cxx */; }; - 36401CA67D968026E71E79DB /* Fl_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 65C177E94F3F8D1E6E505BB6 /* Fl_Input.cxx */; }; - 368942DDF1C9B137D8647D7A /* Fl_Menu_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4FB7F7A395DAD718B3B1D14E /* Fl_Menu_Window.cxx */; }; - 3734E3D8C30DB30BD0886971 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 38518D202ABD60462A8C965C /* Fl_PNM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8598277264E98B9714CC3429 /* Fl_PNM_Image.cxx */; }; - 3865D05C7BB7ACA4DC259BE4 /* fl_encoding_mac_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FFDEAA408238372A5B4784D9 /* fl_encoding_mac_roman.cxx */; }; - 388443C43C7467568F69257B /* fl_images_core.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EFC16A8903CD075C95B013C3 /* fl_images_core.cxx */; }; - 3954A3073F56621DDD746783 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 399CE776F7576AE70FAE3F83 /* jdphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 57D779AF16FCD09EACF1FA2D /* jdphuff.c */; }; - 39B0DD18D2976CFEEC13B374 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 39EBD1C64B9AA842088D76C3 /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 3AC1CEF70780F84549B9F04E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 3C3709FA84BB8D9A61E66C69 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 3C50BE97DC0C1D7849D7C343 /* numericsort.c in Sources */ = {isa = PBXBuildFile; fileRef = AE1C3869C28E3305E03EA955 /* numericsort.c */; }; - 3D6766A160EC6BB304118AE2 /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 3D89ECBFEDA405AA3C27226F /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 3DCFCA5604669BF321422DDE /* case.c in Sources */ = {isa = PBXBuildFile; fileRef = E5264FD6B5B1DD00F2EF9287 /* case.c */; }; - 3E6A8CE57212F9C6E0956E45 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = FC27F5A16B47E54960AD574E /* png.c */; }; - 3EB8E49B5EB99D886019ABD9 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 3EF081C2CB35EF95A0FEDB57 /* iconize.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A8D2708D82C7AE5057B7A218 /* iconize.cxx */; }; - 3FECECBF9DA0AB5AFDAF1BB5 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 415101545BFDD3B8EBF50E70 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 415F7DF426D65263C5EADD78 /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 416958330B1371734415AD2F /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 41E91DE30C7B2819C2FF7372 /* fl_diamond_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 85420CACC628172C19E1798D /* fl_diamond_box.cxx */; }; - 4229999E7AA42885AE088AF2 /* fl_utf8.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 935E11DEF5204DEF0F86E2D6 /* fl_utf8.cxx */; }; - 4277BBD5DFA60E51CD90B4DC /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 66CDBDAEE9F3D94926F046B7 /* jdapistd.c */; }; - 43A540A29E9B9ED8AF04E336 /* Fl_Menu_add.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AA1E0327C6E47CDF30B99285 /* Fl_Menu_add.cxx */; }; - 4402D8E706D12A7468D3B362 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 44392E89401AC1F66941A034 /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 874F301915E3C53087AA2719 /* jmemnobs.c */; }; - 44DDDD11ACC4B43A8474266E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 457A4C3481CFB6937E8BBC2A /* fonts.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DAC98A8B1E4F022893671 /* fonts.cxx */; }; - 45E93B33F7B43B3ABC77EE08 /* ask.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 468EEA179CD383CB6B1F3550 /* ask.cxx */; }; - 4668D46C6CFB5FE6FFC48D9E /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 46E5BB2F7D71183456BD1385 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 474FE5BD5BC7385611F192F1 /* screen_xywh.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AE3960991333621F09652776 /* screen_xywh.cxx */; }; - 480F138D2AA81BEF45F51070 /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = C7C7A3E518EC9CC267D99386 /* jquant2.c */; }; - 4840DFB4708EF3AD5DEBE808 /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 4992C1266FCA08FCB3E55533 /* Fl_Box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ED14B514968D8A1C063E811F /* Fl_Box.cxx */; }; - 499DA9D1C687F51DC6843B78 /* Fl_BMP_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FCCB332426889F50689D2B09 /* Fl_BMP_Image.cxx */; }; - 49C47DC0A949A8F95321A022 /* fl_overlay_visual.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B8F649295E66EE60AD640EF8 /* fl_overlay_visual.cxx */; }; - 4A9CE93BAE7C8440B61C6AC4 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 4A9F31A9C87CDEBBCF4F58F6 /* freeglut_teapot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 17312C4E9284667516852865 /* freeglut_teapot.cxx */; }; - 4B4795C102475144452EA581 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 4BB0D4FC55478C56BDB1F38E /* glpuzzle.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AE0707A8F8BE92355D0A785D /* glpuzzle.cxx */; }; - 4C6AF8C16EDAADA5D6804173 /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 4D3150B48180C69C9D2A05C9 /* blocks.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E4FCD8F39CAE444BC8543AD2 /* blocks.cxx */; }; - 4D985CE9B5E2739B941C543C /* align_widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5E9FCB589E628A4900844078 /* align_widget.cxx */; }; - 4DA7D2DC31B7111A52D0A379 /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = B50FE2FD3783821AC433CC48 /* jdapimin.c */; }; - 4F2643E6D4AC38D8E7151724 /* fl_plastic.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 64F033E40ACA66F0F2AD0C2C /* fl_plastic.cxx */; }; - 501A62F77F1AB4CCC106E3F2 /* ide_support.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 453D93F2DC2D34F9E06D05E2 /* ide_support.cxx */; }; - 5032E8BA153CE9215F9B2AB9 /* Fl_Browser_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A453337C3A1907E834E6F229 /* Fl_Browser_.cxx */; }; - 51A301EB68C0CE98AF51F834 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 51BEEADCBA28D7B9834F7EC7 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A50BD5B8CD36A16394784F4 /* pngread.c */; }; - 5266D84EE4F095B477361410 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5338EDC43CB7C222B15D4DBE /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 54EFEF11FF80404E6AEC5D84 /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 25568F59BC14837E603F950F /* jcapistd.c */; }; - 55DB47B6FA0BE84740541B4E /* hello.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 37B771B27F0F632C0D7767E7 /* hello.cxx */; }; - 56BC65003C837B2AFEC9F151 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 56C30BBA2D8BCDD68F464AB7 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 57267232542EEE5968A4F080 /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = F6DD5A449A11DE823E916430 /* jccoefct.c */; }; - 5815F7C718DBC4AC418AA62A /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 58471E2D711A5DF9FD9DE37D /* fl_open_uri.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 171C27815E60002D49217090 /* fl_open_uri.cxx */; }; - 585268980DEE7D6CC70AFE35 /* Fl_Dial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 432ED699D6627B62DB7C654D /* Fl_Dial.cxx */; }; - 5922F5CB34FC80396CCB9009 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 594CCC04B7BBC15E705D66F7 /* preferences.fl in Sources */ = {isa = PBXBuildFile; fileRef = ECD7786C37A2B9AE31EAD9AD /* preferences.fl */; }; - 59794FD50803DF8923093464 /* Fl_Tiled_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A902E4221CF3CA89B01A503E /* Fl_Tiled_Image.cxx */; }; - 5AC013760AA7D79E438A4B93 /* Fl_Menu_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9EE0768CDBF3E7933C5D8A22 /* Fl_Menu_.cxx */; }; - 5AC556E40AD20B1C1807FDFD /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5ACE96C40A7C18E81A10E0F1 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 5B7805276D0E688A02EB64C2 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5B87321B788E299BD81D04AA /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 5B9E84049BD8B14B8EEF8F26 /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 5BAEAAF17741664B32BBCFEB /* Fl_Adjuster.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C5769A50C089065787E89A90 /* Fl_Adjuster.cxx */; }; - 5D82763E7455E44DD9A614FE /* adjuster.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7824CB011DC51C23EADBEEF4 /* adjuster.cxx */; }; - 5DA9BF4AB5E0F66CFB95D091 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5E2DC73BF1AFC6E05614332E /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 5E95AFF6BDDFDD45C5C0984D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5EC4BB56C2DB42F55EADD5DF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5ECAE864287819D30B76FCB6 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 5EF652781552A2B6925DE1DD /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - 5EFF1E474CFBA90A4F21D407 /* fl_show_colormap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BEC698CFE4350A503095BBF0 /* fl_show_colormap.cxx */; }; - 61F1774BB6E4FB9B6BAE91FC /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 62403F812BD805F2BC4DA180 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 628D3D8F906B3DED86469181 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 63270924F9D4E76C7ADDEE5E /* Fl_Text_Editor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 25C591B4B84F3360994D133D /* Fl_Text_Editor.cxx */; }; - 63313F318B68DAE45DBCAD24 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 65378165FF3AF540341F619E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - 6560803289B73CC257104088 /* Fl_File_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 126C57E0D57C1E698C837F41 /* Fl_File_Chooser.cxx */; }; - 6603C6EE2295CFD52E9C0816 /* is_right2left.c in Sources */ = {isa = PBXBuildFile; fileRef = A25152AA368B0BDF75AC2447 /* is_right2left.c */; }; - 676250E5B78E6762CEE11F4B /* fl_line_style.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DDC919BF1247DFF0FDC58278 /* fl_line_style.cxx */; }; - 685E09E6FF25D1159378E578 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = DF49833BB11BD071F6E97CFE /* pngerror.c */; }; - 68C19E18F3E7B4775412DDA7 /* filename_list.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A17C9348AE5DD4169E62D8E9 /* filename_list.cxx */; }; - 69A63182A2A73FC5BFA15FF4 /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = B12DDDF65A7FC57B20533CE2 /* jdmaster.c */; }; - 6A046C1ECE7CD9B1B072E79A /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 677601EECDC258BFDF96C03F /* jcmarker.c */; }; - 6ABECAA24DDD519DF91A05B3 /* Fl.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BDA1E60F669DB0DF005A55E9 /* Fl.cxx */; }; - 6B223720FD0C978FE42EE75A /* Fl_Group_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D77FCC1FB90A10ED78EB2BBC /* Fl_Group_Type.cxx */; }; - 6B6180A096B647C4927BF43E /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 6C19A11170E3D79114A85993 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 6CCE0D3DEE7B2E264236F75E /* Fl_Text_Display.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1DAA3C7AF3B2706C3E3C36C4 /* Fl_Text_Display.cxx */; }; - 6D377711D0658D4C1B84C69E /* scroll.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 64734FBED1814C5697E91E50 /* scroll.cxx */; }; - 6E3520ECCF40745A33A90572 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 6E50E5A31355472F3EC45783 /* Fl_Scroll.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9F16FE14EADD81BFB39C8B2E /* Fl_Scroll.cxx */; }; - 6EDF6F643336BCAFBCFD42BB /* fl_call_main.c in Sources */ = {isa = PBXBuildFile; fileRef = BC2627A0984E8D8FFAE972EE /* fl_call_main.c */; }; - 6F9155D1B26CEC985E34BC74 /* Fl_display.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A56FCB4432A6570B6BD0B47B /* Fl_display.cxx */; }; - 6FCD58AE6EC965D06BC02E2C /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 70507526ECA634C20B9AB7F8 /* Fl_Repeat_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E3B22D5B110D8E7DE2FE7270 /* Fl_Repeat_Button.cxx */; }; - 706857F7DD228C4EE3141E83 /* color_chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BBA782D738978F32F062BBCB /* color_chooser.cxx */; }; - 70B0035FC13826ADFEC53F32 /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 712B1FB13A106D03E54D867C /* fl_shadow_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BEE295959CEC2DF14F702F2E /* fl_shadow_box.cxx */; }; - 713D48601FCCAF618E1FAD05 /* output.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EADF00199DCF4116211C49F0 /* output.cxx */; }; - 71B32BA4779F258799852B95 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 7230A7A2E7937B041E58EB33 /* file.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9F7D0E19DE366928B6B4E7B6 /* file.cxx */; }; - 726A53DC822DDF492123FBD1 /* keyboard.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6E990AA0E26D50C68DE4DDC3 /* keyboard.cxx */; }; - 7280F33D29500822CD8FD003 /* fl_read_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D17A7F55FE5E4C9A7EE7B2F8 /* fl_read_image.cxx */; }; - 728178C59CF5DFD8AC4D99D5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D67E1FE84B01C2D6F3636390 /* CoreAudio.framework */; }; - 7358F0A20D92D81AEC2D69AD /* fl_boxtype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EB8C745F40507BD7ACD781FA /* fl_boxtype.cxx */; }; - 73CDBFC9EAB9740DCF025C2B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 73E3708BDC1E9E6A94E169E2 /* Fl_Slider.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BF3E2FA7BDA254A3A1CB3655 /* Fl_Slider.cxx */; }; - 751D6B70FB3E6BB7DCA5D82D /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = FDD32E535395D3F4ADF37613 /* pngwio.c */; }; - 76F18E65787F7C999E17390A /* CubeMain.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B494CCC68A464A8EDF0EDD3C /* CubeMain.cxx */; }; - 770A2EB5AE6B80EDA1DD4A25 /* CubeViewUI.fl in Sources */ = {isa = PBXBuildFile; fileRef = 648CB40303699FED03DCF57A /* CubeViewUI.fl */; }; - 774058988D5C27A56E4C4FDC /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = F9CC3B8A3BF105CFABC59E66 /* jerror.c */; }; - 777C94E3E04E2D64B3857A02 /* Fl_Bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 72B96882B0F2B2ADF6FB5D37 /* Fl_Bitmap.cxx */; }; - 786AE2E2AA5A5A3E275BEC1A /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 7885F2F1A065F204D1F56C73 /* forms_free.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C253FB663884FED9D198EC16 /* forms_free.cxx */; }; - 78913A53299234777AD545ED /* fl_shortcut.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 211BDD2EEFB09BCEFED889C0 /* fl_shortcut.cxx */; }; - 78BAAD30FFECE1DA304BE438 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 7A6FB173A3DF29BDBBF83322 /* boxtype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FD7906F3AD6BD233D9C0FD21 /* boxtype.cxx */; }; - 7A81B1E34C8B2A72C7707CE3 /* Fl_PNG_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 54AF7CCC7D24BFCBD6174960 /* Fl_PNG_Image.cxx */; }; - 7A94F786B686A80362CFDEB3 /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = FF3F4AEABD66F243D29F8A3B /* jquant1.c */; }; - 7AC31B8069E4CB1D6EFF0343 /* Fl_Clock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 88BEBAEBE0376D4FCEEF6C33 /* Fl_Clock.cxx */; }; - 7B7C7DC7F8A6CB10DCAA3D2A /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - 7B9F01EF086904245CB72328 /* native-filechooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 512CF49F02508FD593E30537 /* native-filechooser.cxx */; }; - 7BD0968BCD4E8D0AC173349B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 7BDEB16D11DF99A021575B26 /* Fl_Roller.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4E7FECB107AEA8E0317EC50E /* Fl_Roller.cxx */; }; - 7C3D11160A01E65C3EDD3665 /* Fl_Gl_Overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 80E76DB1F28B0B7C21C5637C /* Fl_Gl_Overlay.cxx */; }; - 7D0F906A51FCF8A9D7BF9442 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 7D7CB99DC3609FFEE67F086A /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F3574163B31A59E09B343D2 /* pngwtran.c */; }; - 7D7DBA03EDB6A49C4CE92A92 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 7D9A3806B329285066ACE8BC /* Fl_lock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9BD0CE881B3DADCA4721C2BE /* Fl_lock.cxx */; }; - 7E583B0F666C450F8FE09B20 /* Fl_Overlay_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 14137B8818B6E7AB5A6BBCFF /* Fl_Overlay_Window.cxx */; }; - 7E939F37D702B392D024FF64 /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 7F1B37730001F2D34AE337C6 /* mandelbrot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 67C5378B1AE0074297A9E904 /* mandelbrot.cxx */; }; - 7F457E03DDC2E5BEBB97F64A /* Fl_compose.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3EB4EBCD2999AAA821F77EAD /* Fl_compose.cxx */; }; - 7F8E9A43FD449E586632F639 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 7FF2E0C0C7DD9BD79158287D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - 802F3342E4DD6064794FFC1E /* Fl_Menu_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CF893432E87B670B27C67234 /* Fl_Menu_Type.cxx */; }; - 8055A735BFE51F0D2132259E /* fracviewer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6EFF9A379B843ED7DD70CE26 /* fracviewer.cxx */; }; - 8236FEC0C21232BAFFBEBAF5 /* Fl_GIF_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7FB8508E0A9E7CDCFB056253 /* Fl_GIF_Image.cxx */; }; - 832AF5D003BAC1A96F8AC3A7 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = CA890E4711EA8B0DFFF7535E /* pngmem.c */; }; - 8376A994780949814D5911AF /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 85E291720A318B913719BB82 /* Fl_Text_Buffer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5CF13271948E173B082C8996 /* Fl_Text_Buffer.cxx */; }; - 86B3390A556FE707CD7E88C4 /* fl_cursor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 41A381353C10CC3AA4000D5E /* fl_cursor.cxx */; }; - 8701C8C99AA8DDE4F136040F /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 87655A34BFF23B5D96796A6A /* Fl_Pack.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3FA4B9D7EBEA9CAD9B761A0B /* Fl_Pack.cxx */; }; - 87D22658DEF57F8F135E04A1 /* Fl_x.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0E23F09ECC5F8B34B30C6434 /* Fl_x.cxx */; }; - 883DB1E9AD4D91EC51E8D127 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 895CA534509DE66B09F9FA79 /* code.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3AED75686FA9DD54FABFA201 /* code.cxx */; }; - 896FF5B9411DA5106485F89E /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - 89D99CB0A568A5D4A7304046 /* navigation.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0B634A2E88B5A8B420A6C673 /* navigation.cxx */; }; - 8A29C1D4C5ABF2F7B6D7B29F /* threads.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 13E2FC2C2DF31FB5D7D0140A /* threads.cxx */; }; - 8A791C0C70BBE1ECFFE3E4C7 /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 14FB23F846B0D4A3F4740B62 /* jutils.c */; }; - 8BA5232E67EA5AEBCAEDDE2B /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - 8BF59D156420CED8C133DE05 /* forms_fselect.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C0946BF38997A0D45287C996 /* forms_fselect.cxx */; }; - 8C1FF30E5D31FF0D2D2F705C /* fractals.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F4D30F3B89FF0380B153F3BF /* fractals.cxx */; }; - 8D9BB43D6AB6DA19161999D6 /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 8E45B91F60C670A6831B854A /* tree.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DAE45EDDBC48D1A845C02094 /* tree.cxx */; }; - 8EA83E882C9CF5D5F86EDAA6 /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 62BCF76876268046199B5EF3 /* jccolor.c */; }; - 8F9B0ADB74B180EAD8EF96F6 /* fl_ask.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 51724D2BABE7CA34E3631C06 /* fl_ask.cxx */; }; - 8FA3C957AFEB0ED9BFD5343C /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = A2DAAEAA8E2EC53139D363C5 /* jcdctmgr.c */; }; - 90C6291D3EB183E8B9A5C92A /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 91D1199016EF167A047B1190 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 9246E5DF356F11E71ADFE1C4 /* editor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6515106B16440A75939E909C /* editor.cxx */; }; - 92B592B7F6080E3870924799 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 025D98ECFA261EEBB39564A4 /* pngtrans.c */; }; - 932896A2AD835B23D77B9327 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 9359A874AB3178BA3B2C5711 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - 939339D5D2CD2688931B56FA /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1651D4F55C6B6B622D2601 /* jidctflt.c */; }; - 93B5FDF52EDE1D116D33C40A /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 9401725CF2A5BB95BEBE9D61 /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - 942CBEA7978E919C4D372A4D /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FFBD813D30774DD4BF6282CF /* libz.dylib */; }; - 945D93E2397254D68A0292D9 /* Fl_Tree.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D73119EF353C80A3E4F521DD /* Fl_Tree.cxx */; }; - 94790DFB3BCA1A03B64B3E56 /* Fl_grab.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 12E600B6AC10863B6B394ABA /* Fl_grab.cxx */; }; - 94A0A16432C0D190869E4920 /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - 9503C13BF8F69390FC0CEDC3 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 95650FB0CE58965D888688D9 /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 23CF21299411655E4E431350 /* jdmerge.c */; }; - 9704ABB7984963E09AE1F77D /* fl_engraved_label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B0DB258D5DB3830E329CE910 /* fl_engraved_label.cxx */; }; - 9713BC20D2240D9F54E95FB3 /* fl_color.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2B4C00E2B1916AFD33D2E451 /* fl_color.cxx */; }; - 97B2A0F8C068DCE3DCF9FC03 /* Fl_Counter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A903BE876D9041267FBF1FFC /* Fl_Counter.cxx */; }; - 9874A39C7C96E18B6D4C2397 /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 7280A80CD370B4CA3122BD56 /* jdinput.c */; }; - 98773BF618B2C09426E448CB /* jidctred.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F433F35F76034193610EE15 /* jidctred.c */; }; - 9879649E00E7E654EAC73BEC /* Fl_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7748503008783832BE45FB3A /* Fl_Window.cxx */; }; - 996FD91DE97833E398085660 /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 31D2A125A7383255F1B3B6DD /* jdatadst.c */; }; - 9977F28298719856F51E87A8 /* Fl_abort.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0EAD7D57EC521C8401A48665 /* Fl_abort.cxx */; }; - 9B1577D4BC5DC711D827EEB1 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 9B2AB772227D59319586D4BA /* Fl_Tabs.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 99984E60E2B72885F8F0181A /* Fl_Tabs.cxx */; }; - 9B99156F0D340760DAEE6989 /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - 9C0C97939AED99C67BA22877 /* Fl_Window_iconize.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 30E1621F00DCDBA7278E65B2 /* Fl_Window_iconize.cxx */; }; - 9C114808005B549EC01038F6 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - 9C19C2255123D3C52CEE9E56 /* resize.fl in Sources */ = {isa = PBXBuildFile; fileRef = 71967C618718914304B0D083 /* resize.fl */; }; - 9C535AF495ED1190D0D118E4 /* Fl_add_idle.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3BE808A00A08B54EBE4D91C7 /* Fl_add_idle.cxx */; }; - 9CDCCDD77C00A43EEC59F766 /* Fl_File_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B6E03B269677343477D4BA25 /* Fl_File_Browser.cxx */; }; - 9DF3E847AF87BA8B338E0E82 /* fl_draw.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C3C5831554739B9B9366913E /* fl_draw.cxx */; }; - 9ECACE71A00695C0933BFDEA /* Fl_Color_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1E8395B056174C5E365985A4 /* Fl_Color_Chooser.cxx */; }; - 9F57CE5029EC95D31C4272D0 /* widget_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D2FCD8F81A0500C004EA477A /* widget_panel.cxx */; }; - 9FD8AB90E0616AB650A9C1E7 /* fl_arc.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C4B680B7305DB5F21104A0A1 /* fl_arc.cxx */; }; - 9FEDC841F27A6AE5A530A798 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A0576D15B406749ACA8764B4 /* radio.fl in Sources */ = {isa = PBXBuildFile; fileRef = 9535CF244B09BDB7AEE028C1 /* radio.fl */; }; - A0F18588082C5788A0A313C8 /* Fl_get_key.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 593DCEC0E5DC54FE98083546 /* Fl_get_key.cxx */; }; - A11DD2E8F2C57F6B6D1795B7 /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D1FC16484F0F770345B3C8C /* jdmarker.c */; }; - A14B66A90AA8063D3C33F575 /* freeglut_geometry.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9AAFA567D45968A0F10D0608 /* freeglut_geometry.cxx */; }; - A2861FBF58B935A1A9E4E8A6 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A2C8BB73E82FEF523A286A88 /* jdtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 89F6ECD74912EEFDB5959F45 /* jdtrans.c */; }; - A3FA888E4F9DC462AE139989 /* list_visuals.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 04DFD3E35EBF26D2252AF401 /* list_visuals.cxx */; }; - A42DBE1822C0B84E8206D211 /* pixmap_browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2C75D80D61EF5AA9D6F6D20C /* pixmap_browser.cxx */; }; - A47E0D7224B84D9BC6B50FD1 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A48F0DCC222A3406027101C9 /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - A4B17A5DC31D26337424B13B /* inactive.fl in Sources */ = {isa = PBXBuildFile; fileRef = A0DF04E096FC0899B96DA20D /* inactive.fl */; }; - A54D826C827CAE5EE609D332 /* input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7FDBF74B42ED429C483ADB02 /* input.cxx */; }; - A56350C52889CDE9B1972DB5 /* Fl_Check_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E4673006F20C07B42F649455 /* Fl_Check_Browser.cxx */; }; - A5A56790F1D1B81E7C991F5F /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 62538F87ADEA55FD337D4FFC /* jcmainct.c */; }; - A605BEEFC0E0BDEA0C69C48E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A625AE0FD326D26F75A1F7CB /* Fl_Single_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D660173A80C7341BCD4E70EC /* Fl_Single_Window.cxx */; }; - A6355A922D3CA249D588A185 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A64F7CDD312FE57AFCA28088 /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A572E6A22AED26E9EDD7AB8 /* jidctfst.c */; }; - A688213E41EEDBB59EC6B3AC /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = BE29E3E640429139DAF1FD5E /* pngget.c */; }; - A6CCDAC89AAC5A56794529A0 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 90A1E913CEFCB594F6F88FE1 /* pngrio.c */; }; - A6E74D7AF6DDACD248090151 /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = C900669DCA16FEB3A1A2AA9D /* jcinit.c */; }; - A7716363475EA8E6DB22BAC2 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A7CE9C5B1A5F0F9025C45484 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - A7CF9D5D3673B1115F0EF57C /* template_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 07B117D2228177E3F0726FD6 /* template_panel.cxx */; }; - A830714CE3F595E4D4E2F14F /* Fl_Widget_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F8287CE3827A92C3880711D1 /* Fl_Widget_Type.cxx */; }; - A8397F08FA5A10FA15EC43DD /* forms_bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6CB7782140DBEAC6DD4D8E16 /* forms_bitmap.cxx */; }; - A860665738557C497B9FB1C3 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - A95DBC37AC22D236845C7B77 /* Fl_File_Chooser2.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EB5DF0D7FD515BD6B509E1C2 /* Fl_File_Chooser2.cxx */; }; - A97FD5DA436DB761D63128B8 /* bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EC76415A1D9EE789AC61909C /* bitmap.cxx */; }; - A9C7F8C9C3B380B683199636 /* fl_rect.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 95FCDCE16BD65071A6041141 /* fl_rect.cxx */; }; - AAE34E4A83AE6A39B1558827 /* flstring.c in Sources */ = {isa = PBXBuildFile; fileRef = ACC2A32740F9B8F4039BAE89 /* flstring.c */; }; - ADD0BFFFD2DB3FBED31313B9 /* Fl_Multi_Label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1552E502422B989510E3E93F /* Fl_Multi_Label.cxx */; }; - AEB7FFFD2CE0CED23B13530C /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - AEE595255C1E72306E492887 /* Fl_Help_View.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A022392881FC542667D65114 /* Fl_Help_View.cxx */; }; - AF2F5B3330265AE75532EA55 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - AF528C0E27F433F769C210EA /* sudoku.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 44E7B6140A60156610B7CBB6 /* sudoku.cxx */; }; - AF6EEDA55B074E76AB7AE1D1 /* keyboard_ui.fl in Sources */ = {isa = PBXBuildFile; fileRef = 9B0ED264FCC7E2DB36DB46DA /* keyboard_ui.fl */; }; - AF7522EE96E123CFEF7F3D6F /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - B127AA1B6FA1909694D566AC /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = D5A8CF4FE156002AFC6C5DF6 /* pngrtran.c */; }; - B138D18558977839E9207736 /* forms_pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 31EDDCEE6A210D28E5A8E32B /* forms_pixmap.cxx */; }; - B16A701909A68523986A3451 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B1CBBD3A589B643C1DCDE2FC /* jcphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = FF550B4E214C661778FC33D3 /* jcphuff.c */; }; - B1E28EA989CEF8607D18393D /* Fl_Sys_Menu_Bar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DBA4649BAC4F38651F2B6BDB /* Fl_Sys_Menu_Bar.cxx */; }; - B245728CBE809A3DC1ABEF4E /* filename_setext.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 40161D5C3EAE7EAE6117222D /* filename_setext.cxx */; }; - B337A285438080F82CCAD4DE /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 67EA7F444836D11CB93EFD43 /* jcmaster.c */; }; - B33897DBAA60D5A0924B2A1E /* Fluid_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3B89D0BE576EABA142C41FF2 /* Fluid_Image.cxx */; }; - B36B0FB830948A5FE94339E0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B3752DB13D3990C103D5B8D7 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B376FB4572B6958D891B4AA6 /* Fl_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A34521D41085E352DDB8369A /* Fl_Type.cxx */; }; - B3950392773FB82068F96D2B /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - B3D565C2FA6A1B1B83906CAA /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - B657CF528DE82D28ADDDEDB5 /* fl_set_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B934C1ECFA0B22007A48ECBE /* fl_set_font.cxx */; }; - B674AA77E5CDCF0D29A4BC39 /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 69660715EAED86DB3748F69D /* jidctint.c */; }; - B6913436103CC2C7BC1A29D8 /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - B6E778CD7A88D3EF7178EE14 /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - B6E979593F11AA5B151DCC9F /* Fl_Window_hotspot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B4DE6BCDE481B6E8831F0815 /* Fl_Window_hotspot.cxx */; }; - B6F3059DF81FAE757EBC946E /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - B6F337CF0092C73EF3DD0A04 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B765A6505805EA31279ADDEC /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B7B09881165D08ABE0BCC002 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B7D76807A75BE308007C3365 /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 60A0690D80E542DBAB1B92F0 /* jcprepct.c */; }; - B826B38BB0D0B798D148115D /* forms.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EE7DD8260B3F30BACE7EEDC4 /* forms.cxx */; }; - B8A0D1FCA5FEB85D0105EFAE /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - B90EF0DAD37D96DE05373BF8 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - B989D46B7EF530C5B35C8ADD /* filename_expand.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 65A381CAD35967325DB9C2A7 /* filename_expand.cxx */; }; - BA33BF737F3AEDDDF974D7A2 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - BAA1CD932D2204177BE5820F /* valuators.fl in Sources */ = {isa = PBXBuildFile; fileRef = E2C0DBCBB3E201B02A1D20B9 /* valuators.fl */; }; - BAC30B2B1BB6A5769553C9A8 /* mandelbrot_ui.fl in Sources */ = {isa = PBXBuildFile; fileRef = 29ACCF0D542BBD240575DCC7 /* mandelbrot_ui.fl */; }; - BB8225A6C770C987601548EE /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 369612254156FC117310507F /* jchuff.c */; }; - BBA3D77B29970C19D69FE4D4 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - BC26500C9094D2F532345680 /* Fl_Tile.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 93EA3089A0FC294B436CB073 /* Fl_Tile.cxx */; }; - BC4D20C3ABF2D68D79645EFD /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - BD5424AE3F9286D4A37137C6 /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - BD86276ABB1D5627EEF392B7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - BE241E11CA0883BDD7BC763D /* clock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F7229F027B6DC852E122AB1B /* clock.cxx */; }; - BE30582C844BA3F9D07AE4AF /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = E13141ED6D9EA7246D3A61EC /* jcomapi.c */; }; - BE50F74DC6517905DAFB24E5 /* fl_vertex.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 77517F605B386C1C8E2F0823 /* fl_vertex.cxx */; }; - BF0C80308839F3296D8738FB /* gl_overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F3F68A0F296C2FAD96E515EC /* gl_overlay.cxx */; }; - BFCD8FD5CF67E05701680131 /* Fl_Menu_global.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6F65DC8D64DD94BB3E0501F4 /* Fl_Menu_global.cxx */; }; - C132CBEEE678E4C9FBF16DC3 /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B7C9F16CC5BB6C66930A0E1 /* jcparam.c */; }; - C1C7EA6818DEB7555E494F5F /* help.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 597B5CCCAC3582AD79D536DF /* help.cxx */; }; - C2575DB08F25D20FCA5F1D2E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - C2C7701583BB26FF6C885C0E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - C356E4E827901843960FBD5E /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 15FBA143C4C495499EEB3CCB /* pngwrite.c */; }; - C3612F43ED8C506399498819 /* fl_labeltype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FFDD4513FD635DBCC15C2A1A /* fl_labeltype.cxx */; }; - C385997F9BADC153F2E8B821 /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = B6470C00BB263B6B424D0A64 /* jfdctfst.c */; }; - C3DFE3DCAAB3E4DD5E598320 /* demo.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 36278E9586F61D5B2906C4BC /* demo.cxx */; }; - C43613B7A1171E3A63D7DC94 /* fullscreen.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FFE0CF7E67C717907DCCFD5B /* fullscreen.cxx */; }; - C4F2D9E20B2FE251E76EDF41 /* subwindow.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD6EC95A89749323591993 /* subwindow.cxx */; }; - C4FAC192EAC723EA7883444F /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - C5DD2417C89A0F41532D190F /* Fl_File_Icon2.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5DFDA8AAD388B20884FF274E /* Fl_File_Icon2.cxx */; }; - C628A2AE80BE8C2E30A7754E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - C63272D7AB85FF0B3371D2A8 /* Fl_Input_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C2F27B8C7B6D54033013C16E /* Fl_Input_.cxx */; }; - C73C9A2CC19914B67D32075A /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 17ED734352A571D72E731236 /* jdhuff.c */; }; - C746CF4D5FBBB1E6B1D16111 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 01E94DD6C95504481BE5D5CA /* pngrutil.c */; }; - C81B0CD87E78AAB60096B9AE /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - C8E02D3F07FD7A35232BC0AA /* arc.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F829EF6163DD9E1FAE644972 /* arc.cxx */; }; - CC297EBEC7CD33EC19BA4868 /* fl_draw_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1BBF4034988CC9D22FC1D037 /* fl_draw_image.cxx */; }; - CCBE3A9ABE188BEF53385477 /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - CDCE0B9E417838509D0DF6F7 /* Fl_XBM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CC1C933854A12B43A4C2A7AB /* Fl_XBM_Image.cxx */; }; - CDD95ECAB697BAA10C56886A /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CFCD1734CDB65C5772153B7 /* jdcoefct.c */; }; - CE5691775F019CFE535F7D90 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - CEE569B5E7921AF05CC0AA31 /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BAD8814F1DE341F2D95633D /* jfdctflt.c */; }; - CF64757223ACCE6D0143A7DC /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D67E1FE84B01C2D6F3636390 /* CoreAudio.framework */; }; - D03276954DF0476E24525FCD /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D05469A0D4C604B51A1CF239 /* Fl_own_colormap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 92E18EF2ECC64784D5CD5D84 /* Fl_own_colormap.cxx */; }; - D1AA101F23F0FC1572547128 /* table.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A9082FB93282A3C905A52435 /* table.cxx */; }; - D1AA3B0E3C541095483A19B3 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D21080A2AFB98E7F2E998FAE /* Fl_Return_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E5BC133F66836817B690C80C /* Fl_Return_Button.cxx */; }; - D226D92DCB3EAFBBCC578986 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D2AF67F45F657FD281A6E15E /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = FFC8C75ABD5458508F0EBCD9 /* jmemmgr.c */; }; - D2E0FF267719E9CD62F7718D /* fltk_jpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - D2E20ADAA4E362E219A224D7 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - D41BB814E8D8C9646DB3C199 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D51247C17FB2EA319D900588 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC07C8FD2DF10B922023335 /* AGL.framework */; }; - D5D94F25E06120D4FEE5659F /* Fl_arg.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C9E67C73326DCC9D485B2026 /* Fl_arg.cxx */; }; - D5DA2A177EE6A7D06281CBBD /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - D602FF013F4C775585124CA1 /* gl_draw.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 217B17DE233D4AE84E78FEE6 /* gl_draw.cxx */; }; - D627DAA3692AF89A36A16BC0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D71B20BDE9DCC08AEED16422 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - D8592FE8E78C05946ED18412 /* forms_compatability.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9FA834CBB1763A142B8E4680 /* forms_compatability.cxx */; }; - D996ABD300C1C9E5AD49E227 /* symbols.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC28EEEC9DEFFF1CE5E71385 /* symbols.cxx */; }; - D9B1628EF5E6A95C57416060 /* Fl_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3E9E5E9692EE3282ACD67CF7 /* Fl_Browser.cxx */; }; - DAE519D2F51DEB780DB6FBB7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - DB0BBD1D64323AFB6AC56F88 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - DB75798841B6351437D4A49D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - DC3622C86D2A2806914929C0 /* fltk_forms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - DC4C37589E38A3B5F5541014 /* freeglut_stroke_mono_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 348105746B4CA76C2FE4D58C /* freeglut_stroke_mono_roman.cxx */; }; - DCB2F4CCD606B03D530A4942 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89C0712572C88756C70E0AE8 /* OpenGL.framework */; }; - DCC117C33F35A3BF38E46AA7 /* Fl_Window_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 006B8132F13D4CD073FFC966 /* Fl_Window_Type.cxx */; }; - DCE0F5966AEB64629B037703 /* scandir.c in Sources */ = {isa = PBXBuildFile; fileRef = C316E395122E538112F1A405 /* scandir.c */; }; - DCF407343AE41FEFC6FB0A54 /* fl_scroll_area.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9A78A7EED4D9C705036C2949 /* fl_scroll_area.cxx */; }; - DD10C45C91391C985C45B8FC /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - DD3485BE086CC1C28810D6C4 /* Fl_Widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6DD5696076F26D445032AB89 /* Fl_Widget.cxx */; }; - DE2496AD90E47913B23D18C0 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - DE9753FE1FD0D385B8B7E04D /* ide_xcode.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DD8D2DC8E04CDF6730DCA7E4 /* ide_xcode.cxx */; }; - DEC3261B2D29825BD20E36B5 /* fl_encoding_latin1.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 36B11CCC68011DA1D0F5FBC0 /* fl_encoding_latin1.cxx */; }; - DFE0A20C0F27F12E50B3AA12 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E0C72F52B5508B5387B66A7C /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - E0D8186D1A7FDA4639522646 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E1257EEF4B049C4328581415 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E196CDE8C541970CB876F614 /* fltk_png.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - E1C023127BEAFE4E703BB67B /* fl_set_fonts.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3DC07D853784FD027183D6D1 /* fl_set_fonts.cxx */; }; - E1EEA71B9837271D4A60C1D1 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E2FA6445ADA81B1DF5576C1A /* fltk_png.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; }; - E367636CA02A02A47E726793 /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - E44F94BDF5273C1D97CA4F15 /* freeglut_stroke_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B223A7470D42873896D30673 /* freeglut_stroke_roman.cxx */; }; - E458F48ED335CEB320135091 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E54F98CF5AB828F339D8B4CF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E5999F530860844AA891DDF0 /* glut_compatability.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5D3B2C30820278CEACA33BA0 /* glut_compatability.cxx */; }; - E65316F61D4C4B464CC8500F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E67915D86E40BB415B51E6C3 /* fltk_gl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - E6A72EC6425D8428D20762A0 /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 15231FB9AED71D3C4188DB31 /* jdcolor.c */; }; - E6DEE8222C33DBF65C9F7BEF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - E784D2534F3982D568B3508B /* fl_dnd.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9CDEF9A85B797C263FAED25F /* fl_dnd.cxx */; }; - E9B3899BC246398DD90EBDB5 /* filename_isdir.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 00C4760E884394020A7AF124 /* filename_isdir.cxx */; }; - E9DA4F17541A5C10CFE2AA85 /* fltk_gl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; }; - E9F5E43CA034DF18FD131DD4 /* fl_file_dir.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 56086674A453C66479633CA1 /* fl_file_dir.cxx */; }; - EB27F5B428A608348A0D2A55 /* fltk_forms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; }; - EB7D6F15C30C181F2CE32E2A /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - EC7D075F3675D5077EDFEF4D /* Fl_Shared_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7316A0ACB97C141B6A7871EC /* Fl_Shared_Image.cxx */; }; - ECAD3CABAA705A46C0961B7E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - ECC4E49FD15DDF161D81E428 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - ED938C2C6E1E10BA5F751A62 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - EE061CF15C986909DB87D45C /* checkers.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D71F4F5DB6563AD9F44453DC /* checkers.cxx */; }; - EE57AC21D95C79CA68C98B25 /* Fl_Positioner.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AC7394F41633A6F784B0B5CF /* Fl_Positioner.cxx */; }; - EE7C61BBDA999CE03827B329 /* Fl_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0EA61F9B1AA40EE1B9DB23AF /* Fl_Button.cxx */; }; - EEC19125A6893A28D0D5E8FF /* fl_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 94F01CFBB540C15DBEA92301 /* fl_font.cxx */; }; - EFD78456FBD2F2A4AE2F0022 /* Fl_Help_Dialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EA44DEAC4B486AC57FC8EA94 /* Fl_Help_Dialog.cxx */; }; - EFE879FF90193086E6B271A7 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - EFF3328F583621BF005AE65E /* minimum.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F464F2E7A49C086EF87866A6 /* minimum.cxx */; }; - F09434BD6343E8BBB02BC9AE /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F0EA8095E265682AD374E98E /* Fl_Choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1A982F696AEB509341DCEA44 /* Fl_Choice.cxx */; }; - F126640E3B5A3402B70E3D1D /* utf8.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9D417F33AE3CE1236AB21D36 /* utf8.cxx */; }; - F151397F1F3F30186482E1D6 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F15D28D15A762B5559905BF8 /* button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A0028D4EA26298213B0557DF /* button.cxx */; }; - F16824BD9FC7D2B8BD65D4BC /* Fl_Browser_load.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BFCDF515013252A08871EA41 /* Fl_Browser_load.cxx */; }; - F197AF9D1513B9A55CB11D22 /* fl_symbols.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A2311BA8A7F68CDA2F6A3CC0 /* fl_symbols.cxx */; }; - F19EDBD2C8FBCDB99604E07D /* Fl_Function_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0CE4DDAE6A6CC00F91B3E41A /* Fl_Function_Type.cxx */; }; - F1C7E016AC7EF50CDEE43486 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F28E4B462EE411E7CF6D089F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F2F89ACD738FF41DE43093B7 /* factory.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 027A524F9AB8BAD132D1F32A /* factory.cxx */; }; - F34E64AA2409C255D59E8B6B /* Fl_Scrollbar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 78FF25D978D62F3237E718E2 /* Fl_Scrollbar.cxx */; }; - F354057514942579E23C3C5E /* fl_curve.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B1DF08897B6003DFE34B9DA2 /* fl_curve.cxx */; }; - F3FDE7AB9581B76271381909 /* fltk_images.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - F425A33E026FF643A92DE4CF /* curve.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 297BFE989C64F8A90749AB7B /* curve.cxx */; }; - F44C66946D13374E8F32EED3 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F48F03443D622AA6F0AC0BC9 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F532517954575773E4D3DD1A /* resizebox.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CC23E16FFABCAC8E8B9BDFD7 /* resizebox.cxx */; }; - F54ED2965C61E03CC728D1FC /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F56566B34782EEB13F22E85D /* overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ACF30C85C9B90AE57880F770 /* overlay.cxx */; }; - F5B5A9987A2E4860681EA13F /* colbrowser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D59104E4E4627226E9295FDE /* colbrowser.cxx */; }; - F73C45B65C1D1ACE1FEF48E8 /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = F14D1D9764616507905212E6 /* jdmainct.c */; }; - F75CC819DCDEC9D1C4CB77FC /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - F7C36871A501043A2E9E2904 /* input_choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 97D44909E7527D07D17EDD7B /* input_choice.cxx */; }; - F89C4AC3FF751FA7CD5CC8A0 /* fltk_jpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; }; - F8A81652E33CCE45561E9129 /* Fl_Table.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9C347D9548836C873F1AF66C /* Fl_Table.cxx */; }; - F9B26B2D14DDA0580BA4FBE5 /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6C05D43C86B09E3164D05F /* jdatasrc.c */; }; - F9D130593AA0B6BBEA7E22B3 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - FA1E11093DDF43A9DA2C4B53 /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 77FD44D2FC9A715199356272 /* jdsample.c */; }; - FB9FCB019308E88F17F9F418 /* fltk_images.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; }; - FC3FBDB3339C8E5C23F510BB /* Fl_Chart.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 914054299F1AE43D8F7B1108 /* Fl_Chart.cxx */; }; - FC4A4AB06E61BC5CD52C7A56 /* jctrans.c in Sources */ = {isa = PBXBuildFile; fileRef = EFADA3E45D52A8B4B22E132A /* jctrans.c */; }; - FCEED6D719DBDFD934E7C3DD /* fl_oval_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C80243BAC8AF0160E065F01B /* fl_oval_box.cxx */; }; - FD59338E5BBC58647C40B996 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; }; - FDA3EE1DAEE50AC73E688832 /* filename_match.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5DFBC09A94977AE732CBD5A4 /* filename_match.cxx */; }; - FE20A297DC2F9AB44CA5656A /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F9BC24D073C9FF305985BC9 /* jcapimin.c */; }; - FE56750F161BCBCDBB3D49E8 /* cmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CC5281B2ADF7148ED7682A5F /* cmap.cxx */; }; - FE9E66C9E3B0CCB61771D743 /* alignment_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4D27D021D96146BC09DF2AF0 /* alignment_panel.cxx */; }; - FF4AC77C4440674D47148801 /* function_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 04BFEE1F0FB6C010728A7878 /* function_panel.cxx */; }; - FF4C202B5568D0BB5DD9E6BD /* Fl_Menu_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E9B2E409ABB01EDE5DD150A5 /* Fl_Menu_Button.cxx */; }; - FF6F9B0A2BADD8B4040B36E0 /* undo.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5A595462690D4951B2BA5163 /* undo.cxx */; }; + 005279C54B04A2002DEC5318 /* Fl_Valuator.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A79060EFC3D113CF526C9063 /* Fl_Valuator.cxx */; }; + 00B2ACAD017A6D4EE08D6F70 /* forms.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7F1A2CFB7A25CF8B3FBB4587 /* forms.cxx */; }; + 01A646E67B0211F894CFC85A /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 01B50D68C94493EEA48378FA /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = D4E8CAFE9A773259BFBFE5B0 /* pngrio.c */; }; + 01DF6F3782F717C71119AD62 /* CubeView.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 173A4BC03FD7AF047B7A9AA5 /* CubeView.cxx */; }; + 01F70FCEF10704A9F9942E36 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 020D3C1E5244F0691CCDCBA8 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 0367BF17947149FB1BD8C69F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4192A14DA682E5D0CF68BDFB /* libz.dylib */; }; + 03C2730DEB9526384733C114 /* undo.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6360FE4F864D425C6F33F1E5 /* undo.cxx */; }; + 03EF3866630348748879EADF /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 055E5992B9BF4D443DF9B848 /* arc.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C1E3389E26C97594AB49F165 /* arc.cxx */; }; + 056E45256F2667246D1BF964 /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C3433DB3D7CC49ADD23D0BD /* jdinput.c */; }; + 05985BF462E15025400ACBE8 /* Fl_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 97509DF7C98797B36FDF1D46 /* Fl_Window.cxx */; }; + 05DEF1227F96C05D45DC9B85 /* Fl_Sys_Menu_Bar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 468DA2119FF73BB93B61B2C6 /* Fl_Sys_Menu_Bar.cxx */; }; + 06C8D1D55E4D6484F3F6B528 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 06CA71194987C76CB7601781 /* Fl_Preferences.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4F506DC516D510F04D4043B3 /* Fl_Preferences.cxx */; }; + 06E8D166E0906FB2A9A86C37 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 071F86EB6819AAA65A26C8A0 /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 07CDF1B3F1B6EDF467A85C3F /* buttons.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FFFB925E4352E48A50D3807F /* buttons.cxx */; }; + 0822DD8FF804CEC29F2572A8 /* numericsort.c in Sources */ = {isa = PBXBuildFile; fileRef = E3FA839E1510720D0C03B432 /* numericsort.c */; }; + 084144F971606F8FED9FF976 /* Fl_grab.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D1C7FD0EBCD34055D3D7CEA9 /* Fl_grab.cxx */; }; + 09CB9924A09E1F8BFF6BFD30 /* fluid.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 18EC68C85179109EEB444178 /* fluid.cxx */; }; + 09D687A829CFE8F3FF94B4DB /* tree.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8B6DB44A23BF11EA74A326D0 /* tree.cxx */; }; + 0A0CA7C3C38859B2F8D5D53E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 0AA11EC5C4B790CC8E9625F2 /* fl_utf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E227A3D75F4BCB54B4EBD76 /* fl_utf.c */; }; + 0B624AB92C44C63DB0FDCAEB /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 0B8FED1B0873C01CC06BC2AD /* forms_timer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 22F343FAD05C9A2DFCE780BD /* forms_timer.cxx */; }; + 0BE6EC5ACEAFEDB8BBAFB6CA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA5270436F6250072E22EC03 /* CoreAudio.framework */; }; + 0D3AB88DAD06AD69E47606B5 /* minimum.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B662903E1CF86DCB671243C7 /* minimum.cxx */; }; + 0D883F6E03F85048FB1C5136 /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 80647D2446E02742AD1F7C2F /* jdmainct.c */; }; + 0DC52898B1647EA65A57B67C /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 0E86E4F75AB3F346F18E55BD /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 0EBD1225D89C4CCBFD7CD4B3 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 0F6FC9BCD27DD8268A6F6A49 /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 79AA10C0D3441E65F1B91437 /* jcsample.c */; }; + 101655ACA603A93AB943A977 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 10F7B8DE937C54C7C28C202D /* valuators.fl in Sources */ = {isa = PBXBuildFile; fileRef = 2792CF3F406D6A6CBD3E0163 /* valuators.fl */; }; + 113955CE20FF9496F60B43AF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 113CBA1AEE042127529BFACF /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 118C300C7345B9C1DA7FFA26 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 119289124BA77B3202890F9B /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 11A556A6C98BB6BEB46CE3A9 /* scroll.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7A512CB1934AB4F14E026450 /* scroll.cxx */; }; + 11BD7CFD2C07E857702DBBEF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 11CDB643C044F336E8DC3438 /* template_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B5D5508F5A3C7F638F2EFFCE /* template_panel.cxx */; }; + 11CDDE4ED0B28E497366568C /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 498DDC2B38E70B10D44A8777 /* jccolor.c */; }; + 126CCF6DE05D56076E99FDB1 /* fl_ask.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 16DD88B850A3F9B4FB993B22 /* fl_ask.cxx */; }; + 1277803DEDAA3B4750BD2D88 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 12982D10E327FB8F747ED341 /* fl_cursor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 423A82984987409C28CC348A /* fl_cursor.cxx */; }; + 12A7F190417B53E56C0B38D3 /* gl_overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5557C0392112E3629B19F603 /* gl_overlay.cxx */; }; + 12CCDD23D4398D4BBC1D27A6 /* fl_scroll_area.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EA0D0A4270DCB9F0096622F3 /* fl_scroll_area.cxx */; }; + 12FD1EFEDAEB189B68130A6B /* fl_boxtype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 72849BE2A90CA79FDBAAA13D /* fl_boxtype.cxx */; }; + 130CC351EF19AC1437FB02E4 /* Fl_Menu_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 44C25920D685A11A2C5B36A5 /* Fl_Menu_.cxx */; }; + 139DCDC6B630CD12AEF6878E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 13CC7FA843BD4FDD7AC0667F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 141E39B06E8670EF108337E6 /* Fl_Tree_Item_Array.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A07C221377861EAFC73C6A11 /* Fl_Tree_Item_Array.cxx */; }; + 144DE725B6188F839A2939AE /* Fl_Menu_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 805EA6C24BA53C0E41070CB3 /* Fl_Menu_Window.cxx */; }; + 14517F8C12393740200AA4E7 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 14C174462324B5CC37CCDA86 /* Fl_Menu_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E65F6FCEC8B411B5D14AEA97 /* Fl_Menu_Type.cxx */; }; + 14FCC012CF8D5F3A47A9174A /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FF17703C4D07D696B237E26 /* trees.c */; }; + 168CFEB4DBAA9FD45951A489 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 171CF2272192F141E2ADB80D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 177FEB4A47AFB5DB64C812BA /* ide_support.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 33C3DFF2481F639303E4E8C6 /* ide_support.cxx */; }; + 180823A3622222C1EA7A169B /* fl_vertex.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8638804DFA2EB9B210E5774F /* fl_vertex.cxx */; }; + 184D7EA71D3EB0936A183839 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 18DD635C6676640694A308AE /* Fl_Window_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6715AA471FA56990C83C6F62 /* Fl_Window_Type.cxx */; }; + 19606C0B83A2A74E8E50C5BC /* Fl_File_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7242DE1DC02D39870F4CDA64 /* Fl_File_Chooser.cxx */; }; + 1A3DC16957078494A4701CFF /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 1A7B57D89E8D7AF30AF60E34 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 3925E4AC673F05352A536451 /* pngwio.c */; }; + 1A7B6B10B62CD2FC67EF89DD /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 1C289E8C558E041BDC7D39EF /* Fl_own_colormap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 90CD81C12F47C3C39057DB24 /* Fl_own_colormap.cxx */; }; + 1C36AFBAAF006EDA8CF283AB /* filename_ext.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2D8CD58BE0F4E8A6CA17E995 /* filename_ext.cxx */; }; + 1C58259DE9C39895A9805C0E /* file_chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 91108E18F6CB870D4F4CCEE7 /* file_chooser.cxx */; }; + 1D3C5E38A6325A4004325C86 /* hello.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A43281340EBD12F81B6C7490 /* hello.cxx */; }; + 1D4660916DC4260B9BC7879F /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 44A153054028216FCC0E5D31 /* pngerror.c */; }; + 1D534520FC245FC74D3A0FB0 /* fl_dnd.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DAA7501B483B780B3B6F1459 /* fl_dnd.cxx */; }; + 1D88AAD5F5CE4EE9E3D77A75 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = A93B017C179B244926871FDA /* png.c */; }; + 1DE58C2726D6ECF7D0D3A185 /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B2A4D6EABCDB150F4683830 /* jdpostct.c */; }; + 1E57C5D678A16C5444BDD4DF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 1E770BB4C7EDB0481DC94148 /* Fl_BMP_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6F23C9438C25340F03C08514 /* Fl_BMP_Image.cxx */; }; + 1E958924B68A68D5C3EE2133 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 1ECAE1093037A0208D801E72 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 1FA3ACB984231EA486900BE6 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 1FD5E88DA81569C90E42EA6A /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 214422C0C8DA9C90DBA92138 /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 214E9115B5620F28CF32EB29 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 222A3E7AF2608893D0215BE3 /* Fl_Browser_load.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FD7AD791EBE0CCBF5E9DF828 /* Fl_Browser_load.cxx */; }; + 2260F8C1AEAA332205840C95 /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 228C7F649B23E8C2B07C5C16 /* mandelbrot_ui.fl in Sources */ = {isa = PBXBuildFile; fileRef = 7E82B4FD79468DD856A79065 /* mandelbrot_ui.fl */; }; + 22DC2151687D9486F374871B /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 2336E4D8038CC68C951E3881 /* jcphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B3E6ECA6332E225ACA9C400 /* jcphuff.c */; }; + 2337D1BD0C5A3C45179B08AE /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 243680BE63E520FF75BE2F7F /* help.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2C43473F7FDE5082B1876108 /* help.cxx */; }; + 251DA7FE9B85870E32410B0E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 25BC0C55E11016233D2BCE28 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = EE167AB173E4855BA45E849E /* pngpread.c */; }; + 25F895D79459B575CE05FC57 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 263C8C297A47312A19D236BC /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 26DCDFE7B2958F512AC4DEB5 /* fl_diamond_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2B66D7502F1A36CE20BA1EA3 /* fl_diamond_box.cxx */; }; + 277A267FA0247876220A88D8 /* fl_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ECCDEAC34DF5E08899AAD0C4 /* fl_font.cxx */; }; + 2865E62128E291FFFAE6BEEC /* Fl_Wizard.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 86E9AAFF54C084932969A8F7 /* Fl_Wizard.cxx */; }; + 28DFBE6A58E93E0DA08EBDF5 /* fracviewer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD6C027A41BFEB236B8FA674 /* fracviewer.cxx */; }; + 297681D9F297D31D4C6F7D41 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 29BA2487F06F20E4222C4EB7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 2A06A72794CB526867550426 /* Fl_Tile.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 008AD0D87938CCE7A0355A29 /* Fl_Tile.cxx */; }; + 2A5E382CB88AF66A80F661EC /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 2A8BA72AF1027BDBE9BD0A8B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 2A9FD34AC3DC0D970063B688 /* tiled_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1133C438387960CAD6B92B90 /* tiled_image.cxx */; }; + 2AA26E5F8BC38E141D78CAED /* fl_labeltype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 40861EBACAED733EB9D8ABA0 /* fl_labeltype.cxx */; }; + 2BBA146D5D72BEDE91630E9B /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 2BC5E08E955A6A8ED27F8ECC /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 2C261676DDADF056B8D4AA1A /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 2CC10F792D12DD978E966128 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 2CC5316288896DEE6DF8CF74 /* fl_draw.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C3B6F3D891A93351B6F688BA /* fl_draw.cxx */; }; + 2CCE0F3D277AEFC4B60BD8CB /* Fl_Single_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4B7D500210F15D01749B2B0A /* Fl_Single_Window.cxx */; }; + 2CFC30C97AC21C3E043EC3D4 /* fl_engraved_label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DD0FA89E5741B87F7E702749 /* fl_engraved_label.cxx */; }; + 2ED69569FC467C0C85B5100B /* filename_expand.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 819C9A32C42FB9DECF4538D3 /* filename_expand.cxx */; }; + 2F0870993891D7C03B4FC9BD /* filename_setext.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7AEAF837949D883BD0BB4F76 /* filename_setext.cxx */; }; + 2F45EC71627255A7A5C450E8 /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 2F974AB8CB325029C7BB66FE /* symbols.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 20D281EDD453FAEC76CC4B85 /* symbols.cxx */; }; + 2FFAB5C787140E66CC8658E7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 30B36B19F849C424ED6A8B44 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 317672BC48565DCB9A02D5A0 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 31A8B636AA1BD75A227E2DFE /* Fl_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DCF998DFB6FC41F095EE48CE /* Fl_Input.cxx */; }; + 32E13287EBDA0A294FE9470B /* Fl_lock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B765C51174BBA18ECF5730E0 /* Fl_lock.cxx */; }; + 33B062163B1FFEC64AEF8F2C /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E40381937DAE28D3B2E3597 /* pngwutil.c */; }; + 33CCCD893981AE1FCD55B2AF /* list_visuals.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8F48447C60A087362434E78E /* list_visuals.cxx */; }; + 347B2461F4FE021C88B659CD /* utf8.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9771F1FAF4D4C866C17225A4 /* utf8.cxx */; }; + 34AE7D247E22A9BCA8FAC786 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 355F4B55E1B3047D22A730FF /* table.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 48665890BC93C1682F3F62E8 /* table.cxx */; }; + 3595C8EF19D5E98200A15077 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + 361C6817C30DC682E272622C /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 36A397ADDA007148D3436F52 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 370F7FFCB6D805CBAEE4556B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 376D2A6FE9DD51419D3DE8D9 /* fl_file_dir.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 365FEC47A7EACC0D5FD1100A /* fl_file_dir.cxx */; }; + 37AB77E9F3302BADADEEEFE2 /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 37F79AC80149C948DF7FA041 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 38474FF57C4CDA8E99E9E495 /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 387BFD40D13DAD6DAF9A273E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 38BFEF6A590F58A0813CB59D /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 29215652255BE339229E8CA0 /* inffast.c */; }; + 391CC00E71190C27C7A10C78 /* Fl_Tooltip.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9FC0D69ED67CB0DA9786B073 /* Fl_Tooltip.cxx */; }; + 39F4FE5CF3DFBC99F5D61C39 /* forms_fselect.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 82EEE6869D8E1C2012B63E9F /* forms_fselect.cxx */; }; + 3B69310A94BB1C1C1E625AFF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 3B8806F8CB6F7D07F9BE0482 /* fl_show_colormap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BCD66CB8B61847D5E6D8D23A /* fl_show_colormap.cxx */; }; + 3B96D47C2680EEDA5B0A9AA5 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 3BA50F279D7EEF5A8D003C3D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 3BB8244B85F8D311D94F8D70 /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 3BC72A4DA28A502E4C11B6DA /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 3BD54AB6D76A15E3AF26EFEC /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EAFC961992A58085CBEE8FD /* jdapimin.c */; }; + 3C7C9A807AFD65AABADF7DEB /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 3DB744D811DBFA7DB95001E7 /* Fl_abort.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6D301A54F24944FC076FB9F1 /* Fl_abort.cxx */; }; + 3E4B84F6BB80A3AFA86059CA /* fl_oval_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 413C9AF427EA847417B791C7 /* fl_oval_box.cxx */; }; + 3F766F6B277271041DD4F89C /* Fl_Box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A86711A0B9804C81EE18F868 /* Fl_Box.cxx */; }; + 4010AF5915E996B0C393FB8A /* Fl_Shared_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 569C64BDCD70421662F06FC9 /* Fl_Shared_Image.cxx */; }; + 4167A0EB914B3937456D774F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 41744BA7CF3E4DA76AB4B9E5 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C35BC5202EC23ACFCA6E074 /* pngtrans.c */; }; + 41BF307D02D18F8CFDC79FD8 /* freeglut_geometry.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FE714582D745704C6D29DE83 /* freeglut_geometry.cxx */; }; + 42FD2E519BDBB8433C98AAE0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 43D0DC6E3CC588987FB4909F /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 44AF8970609B4104729A7344 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 454935C0ED6AC05CD6DF19A0 /* radio.fl in Sources */ = {isa = PBXBuildFile; fileRef = 9E328920FCD4F9AFA864F335 /* radio.fl */; }; + 45D215D35F3C909386AD64FA /* Fl_Help_View.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3F331E4807AA412E355815D0 /* Fl_Help_View.cxx */; }; + 464EA69CABCBD1B0C5A7F9BE /* fonts.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 90106C51BAA56E969E361583 /* fonts.cxx */; }; + 476FD4ADE71E118D400A00D5 /* fl_rect.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 57E90481C931A0B32ED88D34 /* fl_rect.cxx */; }; + 47F4BDEBAE88297D944B162E /* Fl_Group.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 765AAC4ADDD49F3C19F6A69A /* Fl_Group.cxx */; }; + 48D40B9EFED9928132E3055D /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = C83819604C65C6311A0F4F5D /* jcdctmgr.c */; }; + 48F61BA5D96D4205AE16B714 /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 494779CCE1AD3D6D194D17DE /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 494C34DC37B3388DC0D79E4F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 498A91E63013B9C9E7F8AD0A /* widget_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EE924392D7978AAF0219711F /* widget_panel.cxx */; }; + 4B12A37EB6CB3D7B90E3DFC3 /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 09A8949B119C4C19B6901140 /* jfdctflt.c */; }; + 4C239F9DC6F5C951C082F561 /* browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D2575AABEC77E8A4E0175439 /* browser.cxx */; }; + 4C3EEB40FC0973A534820FF2 /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 4CE386515B4CBA20550BC8C2 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 4D71D626945A4013B1F3AD7E /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 4DF2A614035BBE628B48291F /* Fl_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 80BB4710D8CEEC29E578145C /* Fl_Type.cxx */; }; + 4E2F4279621DFCBF0FBEBF26 /* mandelbrot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 491794C3158CEBFFE57674A3 /* mandelbrot.cxx */; }; + 4E42147A8CAC8BC16E541CF8 /* Fl_Menu_global.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 70BA11EC07FF11F3118C1195 /* Fl_Menu_global.cxx */; }; + 4E6309738D071B3B0E9725FD /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 4F20E3FF696E335629D0D380 /* shape.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 692B96671256344B31191DB6 /* shape.cxx */; }; + 4F45AB66F8F57CC17841AF82 /* Fl_PNM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7759862559768EA95F490914 /* Fl_PNM_Image.cxx */; }; + 500F1D0368C0C8078BD4DFA4 /* keyboard.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 06655314CFE796A3C6D4554C /* keyboard.cxx */; }; + 50318857BD5129A3C589F802 /* Fl_Bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C71C0EE647330B360D134072 /* Fl_Bitmap.cxx */; }; + 50EA71DDD5376D06EAB4B437 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 51C517409C65ED98FC0C45DA /* Fl_Help_Dialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BCCAF3409FCED15CF324C624 /* Fl_Help_Dialog.cxx */; }; + 51ED7EA150318E3A31DFBBB5 /* CubeMain.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F301E999D96819DF33AC68B3 /* CubeMain.cxx */; }; + 523539CC9550695D571F7B88 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 528339E0F231B48612547F8D /* Fl_Scrollbar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 62D9062B7EFDF978BAFBF3D8 /* Fl_Scrollbar.cxx */; }; + 5319C9E6B538FAF3DC25D16E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 531EF0D8861F13B6B937E2FD /* Fl_Window_hotspot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9DCB7F4E2320E0CB93B3047A /* Fl_Window_hotspot.cxx */; }; + 541FBE36F04E671EA2AF0DA3 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 54C2582D6A1CC377E31AEE4D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 54C32AD9FBBA5DE9D6E700CB /* fl_arc.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2AC741368445C7E943ADB047 /* fl_arc.cxx */; }; + 55628A7EA5B29FCF7C82E729 /* Fl_Check_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5269F85F8324DA4455F32DDE /* Fl_Check_Button.cxx */; }; + 559AAD0D98D144FE852A19FF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 5609EF902446C9315B228879 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 56B17CE9ED3293D3E8279226 /* Fl_Table_Row.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4EDB9F58E71DC5E7C7EE5A21 /* Fl_Table_Row.cxx */; }; + 580A56B20E0530FA0388E567 /* Fl_arg.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4A13E1F6661BCD35262D044D /* Fl_arg.cxx */; }; + 581A46907F7EBDA05C67AB5C /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 5821123979E984CABFA60166 /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 95DED4ECD231A8830ACBC296 /* jcprepct.c */; }; + 58245F95FE5A1D06C8A5B7F8 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F4FBEA5BABA190CE995ED32 /* pngset.c */; }; + 5826D10780DEB568AEB5231D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 59F4CB65557ED7D82F9DC379 /* fl_round_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 46A60612FC3D6447618D2B38 /* fl_round_box.cxx */; }; + 5A333FD1B25ABB8793A0675B /* zlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 185EFBD2987792ED23D8A5C0 /* zlib.framework */; }; + 5A3AD36DC9F09345BEF16A02 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 5B3278B28C8855B8FD1323C6 /* Fl.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8EF14A6F6CCA3A3237F36589 /* Fl.cxx */; }; + 5B40AA540F127D6A2F2D0AC6 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 5B542A0D9C06F06F2B2586DE /* fast_slow.fl in Sources */ = {isa = PBXBuildFile; fileRef = 6AB630FB48ACD735BB9490AC /* fast_slow.fl */; }; + 5CAC0C543077EE5D079FFFA4 /* fl_set_fonts.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B3EBCFDEB4701E9B57090515 /* fl_set_fonts.cxx */; }; + 5CF5EEED3700C2CE481B622D /* editor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 74D4BD5B54ABE98508A3180C /* editor.cxx */; }; + 5D6BEB18FFF078CF77F1B871 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 5D92960CA995C2E6AC4C8A19 /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 627DB93BB175B97156CC4E24 /* jdcoefct.c */; }; + 5D9A3B7B5590207D68713E60 /* Fl_Menu_add.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A860B70E58F77098631086AB /* Fl_Menu_add.cxx */; }; + 5D9F0168DD28F9F26BF22419 /* Fl_Gl_Overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 84AB930044C468138D7F044E /* Fl_Gl_Overlay.cxx */; }; + 5DD5EECC5552F4ABBBFD5545 /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C1640B6DF8BEA075A3F236B /* jcmainct.c */; }; + 5DDBBED7F69DAF37812258E7 /* Fl_Repeat_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A7064A501DC9E20B2C7CED33 /* Fl_Repeat_Button.cxx */; }; + 5E4B789EEBE8839DBAF8257E /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A68ECC0AB8253D979516F2B /* jddctmgr.c */; }; + 5EA25800D9F55170EDA28427 /* Fl_Value_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BAE995F2E02F1122295125CE /* Fl_Value_Input.cxx */; }; + 5EE03C80D7E933DC7437F7C9 /* clock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4A128CA74ED13424DDC5D324 /* clock.cxx */; }; + 5F87940CDB9BA972C02A6C9D /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 60207EFF21AE16C17AAFE36E /* bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 40631A5E9DEA37176BFE1D76 /* bitmap.cxx */; }; + 60366D54C197D5CB1475FFF5 /* resize.fl in Sources */ = {isa = PBXBuildFile; fileRef = 86226048C7D3B6286A5E3752 /* resize.fl */; }; + 609193586E27764E9BB69019 /* Fl_Gl_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 33D7D37C355303B95FD05A6B /* Fl_Gl_Window.cxx */; }; + 620DB545B0310DA148BD808F /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A47CE072AE8525B5D100266 /* jdmerge.c */; }; + 62213C4724C1951688E3C167 /* Fl_PNG_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2ECBC27BDB4E300FD9DD361A /* Fl_PNG_Image.cxx */; }; + 625AF21C797E9AFB9B2E6F41 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 63639EB13DCDEFD9283A573C /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 653F7B9AC05E1C996033AA95 /* fl_utf8.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FC657B125BF360403EA0F4D3 /* fl_utf8.cxx */; }; + 6553F7BE612251E990DF941C /* CodeEditor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D49B07167EE15A527FC59CA5 /* CodeEditor.cxx */; }; + 658463C420AC0EE7E85DA0BA /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 65EE2D2F01E2F28C45E37114 /* Fluid_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EBA6876403C90E50978F4926 /* Fluid_Image.cxx */; }; + 6601356DF14B3F4768BA86E4 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 660780584B9BC3AB1778F92B /* menubar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A2673684C8E5B90B4D886F36 /* menubar.cxx */; }; + 661C087BA02C19868BB656FC /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 034780EC03F56B32C7D3B77C /* jmemmgr.c */; }; + 6683FB04A4BAEC4C240F9559 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = EB84CADCACA8D909E220387A /* zutil.c */; }; + 6693D63BAC6047D8E09CBAD0 /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 6736831B9017720A3C4D82B8 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BC7E2FE6D77051839106781 /* pngrutil.c */; }; + 677FB7CF0B92E2A6071A82BB /* Fl_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3D195C4AE5CA1E4EEB206F54 /* Fl_Browser.cxx */; }; + 67EDAA17B6D26A615C7B67A7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 68C388700ABCF8CE0E2A4BC0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 68F54E2F63BC88B26ECF2FBB /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 691CDC73220543FB7E2199E3 /* native-filechooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AA377813848DEBCCCA1949C6 /* native-filechooser.cxx */; }; + 6972A1823C306C1E5AC52025 /* Fl_JPEG_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 45AFDD1E0203F885A5EC2ACB /* Fl_JPEG_Image.cxx */; }; + 69BDCDE023FEAD143BF360D1 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 6A00C0042B2DD369F16E6639 /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 1515321DD1813E6AE4D6D137 /* gzio.c */; }; + 6AB78DD35966CB8D37D980D6 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 10F68F2C24A9EEE43434ACCB /* pngwtran.c */; }; + 6B60AC844F736F15E2C3410B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 6B6B4EB47540667EA1B00829 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 6B85931F5BF8E5BED80C631A /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 6C474875AF7CD01E3EBEECFE /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 6D1F059A5A1FC8FB2A3558EA /* Fl_visual.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B01384DD8776A46F1EA597BC /* Fl_visual.cxx */; }; + 6D82830ABB04BD3734E0DC2F /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 6EA5E85348548752FCFFCB4F /* glut_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 252D3520B8564732819F4DA8 /* glut_font.cxx */; }; + 6F1EFAB38C8C9D402D70BC2D /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = CD0FB6FECD72F543E3BE8F31 /* uncompr.c */; }; + 6F286D9E266CFB343E96C374 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 705E91B5FB7A801A72DA4BCA /* file.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C9A13D7B81575B126270CD90 /* file.cxx */; }; + 70BE751E8B2BD832D28DABCE /* colbrowser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 01A1584AFFDEAAC3C4ED8DC4 /* colbrowser.cxx */; }; + 71332A5ACAA71F402ABBF2C4 /* Fl_add_idle.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 776562CA7D3D888AB9B93674 /* Fl_add_idle.cxx */; }; + 7380EA0C4F4E8028AB737DCC /* Fl_Counter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C2D814150250C4A995C11C04 /* Fl_Counter.cxx */; }; + 73E56A0BDCC5C28B774AAAD7 /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 74369A75FFF5E68D34C3591D /* screen_xywh.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A18A17E28836273070B1B55C /* screen_xywh.cxx */; }; + 754B5DE4AA08AFAB8F25FA1E /* Fl_Chart.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 89180545F1731F60AFA5AA6D /* Fl_Chart.cxx */; }; + 757549FA687814B47FDF937B /* Fl_Function_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EBDCAA6F8A0E7ED782896F65 /* Fl_Function_Type.cxx */; }; + 75D5E7F51BD81DD66A9B2B5E /* Fl_Gl_Choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 14AA43157013ED99FB6B2FDD /* Fl_Gl_Choice.cxx */; }; + 75F6A57AB431EBD5C6B78BD3 /* Fl_Dial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 41369D9084132F8B7269C17D /* Fl_Dial.cxx */; }; + 7639F8FC2931E47768424928 /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 766AE84794AF11F9F26B91DD /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 769D78C057A40198314F559D /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 76C04D345B933B60E707EAEF /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 6835FB0E68DA29BFCDF3E702 /* jdcolor.c */; }; + 782EC3B147C553A4AC929805 /* Fl_Light_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0E3F7ADF138A572D6EF5BC4B /* Fl_Light_Button.cxx */; }; + 78648DECB0806A160A19B178 /* Fl_compose.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7D97E4FC84040CBEDDB6D98D /* Fl_compose.cxx */; }; + 79FE342B8A6AC6CCB951EA04 /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = B362B8540EED1AC85D9A794A /* jdapistd.c */; }; + 7A0CDC5C596BED9392D1337E /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 7A288941AD537C58CBD0E5BB /* Fl_Input_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2F2B08554CD68262191F204E /* Fl_Input_.cxx */; }; + 7A503F1C8603ABE6FB0A232C /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 7AA115F19291249BA05B44FD /* fl_overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7E7ED25EFF56AE65C22365BB /* fl_overlay.cxx */; }; + 7AAD604A9DD3A3D07784D5D1 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 7B36416B8A39AFDB68ABAC71 /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 7BD4CB1624EC5C768DA429C5 /* line_style.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ADAE8E23151B0A02D58A1CC7 /* line_style.cxx */; }; + 7C2FAFC4F1E4FBBE8384C4BE /* code.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7AF036AF00344E50157CD770 /* code.cxx */; }; + 7CCCC770354032335224144D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 7D5AF018DE9928C9563887DB /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 7E09C73DB415806502DBF38B /* fl_gtk.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BF32ED96EBCE555E2F575E58 /* fl_gtk.cxx */; }; + 7E2771FC3CCE7B29E2224174 /* Fl_Tree_Item.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4A3FB69B7F21494BCC0CD723 /* Fl_Tree_Item.cxx */; }; + 7E8C56B322E2ED20A004982B /* jdphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 075001DABCA2CEC484BEA886 /* jdphuff.c */; }; + 7EE1F0555718E9C27EB70A6A /* cmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0BAAEBF34C21F6962DAFAA00 /* cmap.cxx */; }; + 7EE42D26CBB95149BC023436 /* ask.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B9618DB6C8D397557E696DA4 /* ask.cxx */; }; + 80A963F57CDE54CB289B6FEB /* Fl_Double_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A9D41D15950D94B099BA3A7B /* Fl_Double_Window.cxx */; }; + 81ADA4CE4FABDC379F36DC5D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 81B8AD88DE26D65E8C51B883 /* glut_compatability.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ACE12D5B20B5AF32E4571F5C /* glut_compatability.cxx */; }; + 8245AC9C221F2384E4EFDB7A /* tile.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C327C04CC241FB150651488A /* tile.cxx */; }; + 82BA6293A8CD84EFA57F4CF7 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 83593B9A88A86E1541CB5C64 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 835E53A62325C7CB84B078D0 /* curve.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 59232612C7AF67DB015A2117 /* curve.cxx */; }; + 8367038E4E1618E8958D0A44 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + 8375AE9B98B2C95E52F99B65 /* fl_images_core.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8672B59B289549EAA3C1D407 /* fl_images_core.cxx */; }; + 8384331C4FE8767494AFA0C6 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 83A66E04B806A31A26817756 /* fl_shortcut.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 99E930B0AE6423C5DE21A844 /* fl_shortcut.cxx */; }; + 846DB2CB7C26B6ACCAAFDD2E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 8594F75DD8E53AE773E30DF4 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 85A76B848C354D0E8F53D02B /* keyboard_ui.fl in Sources */ = {isa = PBXBuildFile; fileRef = 0A2B29625BC0EBA82B97A711 /* keyboard_ui.fl */; }; + 85E0507A4744197C037E3F59 /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + 86CDC7662BE2B525699953B5 /* subwindow.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 705BEB0B77B3D9F154D77A5B /* subwindow.cxx */; }; + 87509ED0D2F81C59354F6EE7 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 89054C8A3E9D8C6A3267433A /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 892B4EBE1F9722CBCA452370 /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + 896F1ABFCF7FD154E74483AC /* Fl_Group_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8A852E79F8A15A33118F6DD4 /* Fl_Group_Type.cxx */; }; + 896F67F8516C122E0ED07EC7 /* Fl_Menu_Bar.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 382C4B473D091FDFBEDADF47 /* Fl_Menu_Bar.cxx */; }; + 89739E7C7415904318741A99 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = BB33CA3399806F5EACA801A0 /* deflate.c */; }; + 8A3EC365E71A76747AC53C75 /* filename_absolute.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 326961D689AC057C77D9D18D /* filename_absolute.cxx */; }; + 8A7A9C8A8E270CD5B733BF43 /* Fl_Window_fullscreen.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6191FBD5E8AFAC1B8CD298D5 /* Fl_Window_fullscreen.cxx */; }; + 8A80527D728FA51E93901BA9 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 819ED4532E9E7A2A4042F6FA /* adler32.c */; }; + 8BC47FEC14297979E1F7D406 /* jidctred.c in Sources */ = {isa = PBXBuildFile; fileRef = AFBBEB09209DB6AEC0E90C04 /* jidctred.c */; }; + 8C041FA8601991F840011B04 /* filename_isdir.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 8DD7ACF842B141031F99D93E /* filename_isdir.cxx */; }; + 8E777D862094DC0809B81AF0 /* fl_draw_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D04119EBC68AA32B2880BA4D /* fl_draw_image.cxx */; }; + 8E8BAB2575652D6E0A7D5570 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 8EF925AAFA3214F033208C80 /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 9230F6B9156BCDD7BD71F66E /* jcinit.c */; }; + 8F2E7F2E9A0BD12AF7FE327B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 8F819B21EA3712EBBAEC6C5B /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 94BB2CE55074531353F7C2EA /* jccoefct.c */; }; + 90811FA1F3DAF81D1FF290F5 /* Fl_Positioner.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B990D116850433AB9897341D /* Fl_Positioner.cxx */; }; + 90A67650FCFED47C0E2D7B6F /* Fl_Multi_Label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 434FF4B25A59C522158B6A07 /* Fl_Multi_Label.cxx */; }; + 90B7E373C34F118B28493B2E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 90CC9ADFB9D405BFF44EF667 /* Fl_File_Icon2.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0D81FA2F9B8FE29F6D3D1399 /* Fl_File_Icon2.cxx */; }; + 90E33AF0FC76F9A9DFC66F42 /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 91E105742051C2FEB45DEE66 /* fl_read_image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DFE6BFD8F7CC6FC6EB92BDF /* fl_read_image.cxx */; }; + 934D18B4712535BA53E66233 /* vsnprintf.c in Sources */ = {isa = PBXBuildFile; fileRef = ED22000EE73911670B4B590E /* vsnprintf.c */; }; + 935CBF26197DE3E2C7FDD461 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 93AC49199F0319BF995F6B40 /* zlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 185EFBD2987792ED23D8A5C0 /* zlib.framework */; }; + 94703254ECDC774E313A1C57 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = BC98689521780F0753B38050 /* pngrtran.c */; }; + 948F3A2D8BF53BEDA3F51ED5 /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A4D37D9692F02381159650B /* jdmarker.c */; }; + 953220E6EFFB1A6101D8F5B8 /* forms_bitmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2BDACD391DB4C8051FFF8C02 /* forms_bitmap.cxx */; }; + 95BB0E31A5F83E5B976FF7A2 /* freeglut_teapot.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C17D5D6F9776B3D6E79E0EE2 /* freeglut_teapot.cxx */; }; + 96B65F33C561A1D372D4EFA0 /* blocks.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 147E5C00E359784B8312A786 /* blocks.cxx */; }; + 970E74A3FB37FE8507FC4B92 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 78561D6D650B3FE187C3488D /* pngread.c */; }; + 9712CE8B5F41AEBB9EC29C4B /* fltkjpeg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + 9744A093F12B7DD327054AE4 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 97528502A14EF777F4D7D1AA /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 97BB85259EF3889E67E66735 /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = B51FB8FEBE77C237DC2A8612 /* jfdctint.c */; }; + 97C834D7D3FE39BB6A622321 /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = B2CB8AAE3E7CEB4C0EEAA233 /* jidctflt.c */; }; + 98C81323DD012324E9F0D70E /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = AA8574AA5C120FD3D1465CB7 /* jdsample.c */; }; + 991679083E644FCC8E37FDC9 /* Fl_Native_File_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A7803F98B95E01013F8C3BB5 /* Fl_Native_File_Chooser.cxx */; }; + 992FD2E4275898587BAEC48E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + 99419905D88D2693BF5D8365 /* Fl_Menu.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 32AFD7DE0406006B98C0D9F5 /* Fl_Menu.cxx */; }; + 99B35CFC7E1169D77A88B8ED /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + 99EDAEB0F0C2F6C039D86F0E /* Fl_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 491AA5F11AD0E384DAA14A89 /* Fl_Button.cxx */; }; + 9A6785EDFA04F33551F67EF0 /* flstring.c in Sources */ = {isa = PBXBuildFile; fileRef = D2C95CA3527C491F975D3735 /* flstring.c */; }; + 9B65DA6F48C2AA7347CAD609 /* Fl_Tiled_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A7D94A5101FE8A5659763246 /* Fl_Tiled_Image.cxx */; }; + 9C71A60FD27DEE7FC5C74A90 /* Fl_Widget_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 913E57072966509EA7337504 /* Fl_Widget_Type.cxx */; }; + 9C86264EB5F958EF97E20E75 /* is_right2left.c in Sources */ = {isa = PBXBuildFile; fileRef = BCDA2691FE7FDAB6B431B627 /* is_right2left.c */; }; + 9CE8F242A0E20F11F56FA147 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + 9F5826EE84543AFA1EA47AEA /* cube.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 999C0498774D656F5560C0B5 /* cube.cxx */; }; + 9FA278B21273D7E7E5DBB30B /* adjuster.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B9B9E05468133689B6636BD6 /* adjuster.cxx */; }; + 9FF8E50B5D2E1F621A143DF5 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + A007FB92DCDC74206B5974F0 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + A05D26A52EE518EB53949BC8 /* Fl_Table.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 935459BE544E4BF7F6DEB5B8 /* Fl_Table.cxx */; }; + A4D6D0E2BF9D0AC969C905EA /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + A52AC1FD6C1F18D54F452658 /* fl_curve.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 82BBC07AF1119176B9368A76 /* fl_curve.cxx */; }; + A61A09E89EDFC9F2D183904B /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EFA5B7B93E62DD057DA4EAA /* jquant2.c */; }; + A647416C595B9B4D34669AD6 /* Fl_Text_Buffer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5F78519FE05AB5E18689A766 /* Fl_Text_Buffer.cxx */; }; + A6994789EE619EB7D8460940 /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + A6D4A9C5BF4965BB59B59796 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + A6F46FF0ACF259F8DFAE3D13 /* fl_color.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FEA6F80407A593A0AE15AE71 /* fl_color.cxx */; }; + A74613F18EAB2DB3CBBCC9E8 /* preferences.fl in Sources */ = {isa = PBXBuildFile; fileRef = AA1F82ED890B00899303F37B /* preferences.fl */; }; + A7F8C87960372CF16A6C1AB3 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + A82334230074EA1006DF7CD4 /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = A7BCB56C06C2E9ABFE5721B9 /* jcparam.c */; }; + A8942DF097984502FE3678ED /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + A8F296D5E6CBB7CC5831BC04 /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = EAE03966FABCF04E0CBBB724 /* jcapistd.c */; }; + A92745D67F8E3986C7A3E6A0 /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + A9AE43BCEDFDE1A2C0CF4E4C /* Fl_x.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9225B4214E00704BC41B1A05 /* Fl_x.cxx */; }; + A9DDE173D04EF2BAADE2EC6D /* checkers.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D91439C460E7284DEB7E2372 /* checkers.cxx */; }; + AB4729CA5351CDFFBDACCAB6 /* factory.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 337EFEA3F2DC232D5121ECF1 /* factory.cxx */; }; + AB4FAC5FCB7CBCD5A5DF04CD /* Fl_Overlay_Window.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 69ADE51DF8AB29DEBE22CE9F /* Fl_Overlay_Window.cxx */; }; + AB6A00E63E9251A2B3F58516 /* fl_open_uri.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7BADC142B84B2151E7C6F7E5 /* fl_open_uri.cxx */; }; + AC230963C79438C1A2B3ECAF /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 08F2B5E871C681CDF76EA43E /* jutils.c */; }; + ADCE1EDC32FA71EC1A92763C /* jctrans.c in Sources */ = {isa = PBXBuildFile; fileRef = CFE5F8646C688E47F60C547C /* jctrans.c */; }; + AE60CA4A00B061389C7A5147 /* align_widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BB8199D1E9406E519166B049 /* align_widget.cxx */; }; + AFDBA5CD3DA79360CF58AD98 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + AFDE7DA0899062FD6C09D946 /* Fl_Roller.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7EBC79A54A211C630838F6F0 /* Fl_Roller.cxx */; }; + B011F344DC0F31A4CC72E4B0 /* filename_list.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A8F62AA629E8F0AC6D09D4A8 /* filename_list.cxx */; }; + B0142D75E91821666E91C7B6 /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 22AF211FAE63FEA1A852A6DB /* jchuff.c */; }; + B01553933380624D6DF1F25B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B0639915AB4B2DCC9CBDF5CD /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 09E779132673CDC3A5DF1A22 /* jidctfst.c */; }; + B14E070DDC89CBBC9CC5B0C2 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + B189DE637EA1D4FE8673C218 /* is_spacing.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A85DA5B7DB303D60BE9B1E7 /* is_spacing.c */; }; + B3128D3BD3E4A0DB29276AF8 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + B38A47204C0AA54D851A8B42 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B399DB1139010D1F540F4973 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B419119B47FEFA2B99E1A41B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B446D40D59351A5C9A43AF0D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B4AA796083BA842B90190D16 /* Fl_Menu_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4C30FAA5A51ACD301E9FB8B1 /* Fl_Menu_Button.cxx */; }; + B4C6F398455BC59E5CEC63CF /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = D538327239DC5DD5F610988D /* jdatasrc.c */; }; + B4F7860CDF12CE213FFCEF08 /* image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 45E52D8E15FEB8F738464AF6 /* image.cxx */; }; + B55D6062A703E642BE82C7D8 /* Fl_GIF_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3568EE8EF2E14E2F2993F529 /* Fl_GIF_Image.cxx */; }; + B5C47D0C4DDB07B11C2F3128 /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + B5E08A9352E8C2E8C5C2662B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B625A7FCB886D8CDB865D20E /* case.c in Sources */ = {isa = PBXBuildFile; fileRef = 146A7CE111600F30F9F5D86F /* case.c */; }; + B63019856E9E8A8485A5EFAE /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + B672C547A51AE02430D75C0A /* alignment_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 561329923AA63D5B8374CCBF /* alignment_panel.cxx */; }; + B6BA2092F4D846760A402A7B /* pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 01016FD8CE8FD21B9E578130 /* pixmap.cxx */; }; + B75942797F96EE5770F3FE49 /* fractals.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 654D6DA7E2268C63783DAA1D /* fractals.cxx */; }; + B798FAFD62B31D55D3C4D6B5 /* Fl_XPM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 36A13449EB08BA4495010FFC /* Fl_XPM_Image.cxx */; }; + B7C19E96591BF0BB9E308ED7 /* forms_pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 4796BFD126F8D228E39B98C2 /* forms_pixmap.cxx */; }; + B87BF2DFE72022826956799B /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = F6CB2A32B8A69583D0C22CD9 /* pngwrite.c */; }; + B8EF6AFAE7560BAAA5DB03F2 /* fullscreen.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7A242B0CBF687189D5410715 /* fullscreen.cxx */; }; + B8FEEBFBFA52052E6B18D300 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + B9830347F388054514E7B9F4 /* fl_encoding_latin1.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 99B9C453972CBCF3F42EC7D4 /* fl_encoding_latin1.cxx */; }; + B9B0DD0D48F6CD4664621624 /* fl_draw_pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 274DFBC41B65FBAC01455B65 /* fl_draw_pixmap.cxx */; }; + B9EA697C9D21A244E0E5B30B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + BBD908E6F7AB4CCE5B08E524 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + BC56B1A667608AB8D8302516 /* Fl_Value_Output.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DA24A78C6F1AC02600AB9FC1 /* Fl_Value_Output.cxx */; }; + BD01F961FDF18543E7ADA5F0 /* freeglut_stroke_mono_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 67F493B02F17ABB18EB71D62 /* freeglut_stroke_mono_roman.cxx */; }; + BD12D25370ECEC71302C72CB /* Fl_Return_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B72B249182D39EF4184D64E4 /* Fl_Return_Button.cxx */; }; + BE551227C09F84E15CC0C0C2 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + BE84C54C3D37A6A91C905917 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + BE974F321520CC5ED7814A57 /* message.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9F09F8777D65E047A6A1EE62 /* message.cxx */; }; + BF5B52370019143922A0B1DD /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79CE3861F0D06A9710E9DF05 /* AGL.framework */; }; + BF6444A028538C768D7FBBB8 /* iconize.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F61CB0296A07EC62A460ED31 /* iconize.cxx */; }; + BFDF46E373BD83761ECF8258 /* Fl_Tree.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 828945C3EE18B67D893D513A /* Fl_Tree.cxx */; }; + C1835C0F3F3C86E8C0A0D564 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C2267F4390500340ED1605E2 /* gl_draw.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2B1DC223F245B02159E7F2CD /* gl_draw.cxx */; }; + C3092DB87B9B37FFA14C7591 /* fltkjpeg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; }; + C31AA70DDBF9F0D3A84536B7 /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + C374681EAB1F6C1D2BD5BD64 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C50936CF5815E8F61292B84D /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = F5076A60AD0B30088079059A /* jdmaster.c */; }; + C517301BD065A9BBD25E7028 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 50CAC767A4531B69F3D1C716 /* crc32.c */; }; + C58BB3DB93AFB110F2F8A932 /* Fl_Text_Display.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 92B126E6C4AE4447C4516F92 /* Fl_Text_Display.cxx */; }; + C58DCDBC3A84FA88DA65EB23 /* Fl_Tree_Prefs.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 25E282390000AADBD118C3AF /* Fl_Tree_Prefs.cxx */; }; + C59427B890F0812FF6D158DC /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C5F89520F8A412A440633362 /* Fl_File_Icon.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E76A2CF35689D04CBEAC1D36 /* Fl_File_Icon.cxx */; }; + C62E3238590AD12C503B6136 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C64DBDC6FA59C89BDD74ED66 /* ide_xcode.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 75A89D6B0D9EA8EC078A28BE /* ide_xcode.cxx */; }; + C6879C7E30F872A960A6C992 /* Fl_Window_iconize.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D9947DA0968D9B0C4949635C /* Fl_Window_iconize.cxx */; }; + C6B89EADA25C0E1AB68C6470 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C77A3794E2C847952FB8AA6E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + C801BA5E9ABCF887C4AE38CE /* doublebuffer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B6DB30FE6BDA0FC6064D6D14 /* doublebuffer.cxx */; }; + C812B1943C4FC94C0A0239DD /* inactive.fl in Sources */ = {isa = PBXBuildFile; fileRef = 9A73130FE8A6FE7F13F441C5 /* inactive.fl */; }; + C82C6A0CD58D87A8A5836EFF /* Fl_Widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 27B6232C11814B71722DA318 /* Fl_Widget.cxx */; }; + C8C075416CFA6E334C60DBCC /* Fl_Choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 9A9145C1DD7A08CE12F488C5 /* Fl_Choice.cxx */; }; + C970D9D344F62E54FA902983 /* fl_encoding_mac_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7EC96D78F9BF68E8BBA990EA /* fl_encoding_mac_roman.cxx */; }; + C9B40C4B0B459C5B0A1CC31D /* overlay.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 62DC4DF2A51E25F384A219F2 /* overlay.cxx */; }; + C9CCC48447208457D802F907 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = B60FBC9ECC0C2F2569202B09 /* inftrees.c */; }; + CA0B5541222728FAD4F78EC4 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + CABDFB5F465E21D025EE44DA /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E836F32AFA6B47C318B4D05 /* pngget.c */; }; + CB079CF99B1E047779C3914F /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = FF31D73C1B63E412417DDC34 /* jcmarker.c */; }; + CBE1D9BEFD54DA94D1A6F703 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + CC44C28C73FA521A751FB77B /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + CC5482BAAA4A2D8EFD7577E7 /* Fl_get_key.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B628A9824F09FFC463DCEA74 /* Fl_get_key.cxx */; }; + CC8EA6230F52EC99EC40FF34 /* cursor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5EBFD66803B25C2E96D983C2 /* cursor.cxx */; }; + CCB545A340EAC1DE804BFBA7 /* fltkgl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + CDEB0568BED5EA28D8743A43 /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = A828F8F512162D83D7D19516 /* jdhuff.c */; }; + CDF70E883D610EA98884DA7A /* Fl_Text_Editor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1E1795F67D6DCB865D35B738 /* Fl_Text_Editor.cxx */; }; + CDFEDC6FADAA0AE210B5CBC9 /* Fl_Slider.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D6C0F30CAD68163231B482ED /* Fl_Slider.cxx */; }; + CE60EE83BCF98ED2F681D6DA /* jdtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = C070CD0455CB8D13C451F71D /* jdtrans.c */; }; + CEA71954C4DE5D21AF0B57C9 /* fltkimages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + CFB8AEA76AA776EA30E7381E /* fl_arci.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A50589F6C956C1DBA3DC2CF7 /* fl_arci.cxx */; }; + D05B2A52EF29322EC7D6AB2F /* scandir.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AB832A58206DF76B2E8F42B /* scandir.c */; }; + D0EF5847391B71A3D543E600 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D15312E2BB3A0E0FA35624BE /* Fl_Round_Button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 91938B26A8B4667926B4D26C /* Fl_Round_Button.cxx */; }; + D1C2639CBFCA8F57AF70EFB7 /* ide_visualc.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 857B417B9FE92C5AFBD7B834 /* ide_visualc.cxx */; }; + D1C83E5E64E4D55A180BAF67 /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + D3DF50349A628A1DDB4F7883 /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + D4191DE4B6C4DEF9770C716A /* freeglut_stroke_roman.cxx in Sources */ = {isa = PBXBuildFile; fileRef = EF9B45EDFB9D3C7D944F47CB /* freeglut_stroke_roman.cxx */; }; + D477F63E9C7BBC5D0EC47FAD /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D4A08DD244BA5CEE004A001D /* fl_plastic.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0544E8AF5B0E35FF9FAB311D /* fl_plastic.cxx */; }; + D4A2947FD37D0A4544B30652 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D4AEA65A4F68E60894849807 /* Fl_File_Input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 72985726BB00122BDB279EC5 /* Fl_File_Input.cxx */; }; + D4D2CF7FDF4EF5710782079E /* resizebox.cxx in Sources */ = {isa = PBXBuildFile; fileRef = D6FF33C8C06EF82AF3FBE859 /* resizebox.cxx */; }; + D4D7B5A7546323B40E607B09 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + D4F392730DB4B9C156CCB450 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D518E3BEFE4929375E4AE399 /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = FC281A59B69969FD0436AEA0 /* jerror.c */; }; + D5409F29090199015F2E2294 /* fl_set_font.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 1FD0C5FD7B6CEE60768424AE /* fl_set_font.cxx */; }; + D558DEAE25A2336E1B6599ED /* Fl_Clock.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 632A17C1E9CD91F3396DD86E /* Fl_Clock.cxx */; }; + D5768864E0BC3C9CB2077B67 /* fl_overlay_visual.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DF06C5087D2E93C5F737BA58 /* fl_overlay_visual.cxx */; }; + D57ED1DDBDE71C82B3368C07 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D5C9951EEA7F4E22A93F178D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D6473A1CA4B02576CEB4657F /* Fl_Adjuster.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 91E65AA1F15BF6E030E2B27B /* Fl_Adjuster.cxx */; }; + D653B54423B692452FECE531 /* Fl_Check_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FE10C917AA0AAF56C20FF717 /* Fl_Check_Browser.cxx */; }; + D6CD804B3CA8D0F186B8DCD2 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + D844981EE7307BFFB0D62A2A /* Fl_File_Browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A6F12BD38FCACDF22A316879 /* Fl_File_Browser.cxx */; }; + D8F5EDC6E717768159499EE0 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + DA11BF3D09268D27DE3451AB /* navigation.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 54A61846BEB48778FDD421F0 /* navigation.cxx */; }; + DA5B809030DDFA58F438ACAC /* fl_call_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 441793B8B9139C8D2DE55A10 /* fl_call_main.c */; }; + DB5D0EC7A848D002FBCAD88C /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + DB66D72BCA9736D1F3FC1472 /* fl_shadow_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 863C7739547CF7DDA9380E7C /* fl_shadow_box.cxx */; }; + DB7414515273F1BE95A8E643 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + DC0E55BAABE55E7725D816EB /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = F80C7C3A8E5477EA8034CB51 /* jcomapi.c */; }; + DC146B8E561DB62700031B92 /* pixmap_browser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 38C04AC514204C9CD452247F /* pixmap_browser.cxx */; }; + DC4172F5202D2954D782B0CF /* demo.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 15306906553F88E69EB76190 /* demo.cxx */; }; + DCCAF359CF6DAFBCEE8833E0 /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 00AA3B2F984655DBC26C8642 /* jfdctfst.c */; }; + DD9A003AE357DBC0FFCED457 /* zlib.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 185EFBD2987792ED23D8A5C0 /* zlib.framework */; }; + DDDDBBCB771BB60C7773B1B8 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 898F05F84EDB0FD9DAD468BC /* compress.c */; }; + DE05630B3FDF2440F4BD2127 /* Fl_XBM_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C8636707DF40C2D82EF0DDE7 /* Fl_XBM_Image.cxx */; }; + DE22C50A20752D0750AFEEE2 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + DEE00AE573B173D346CC9883 /* about_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 74A761A2D9A8E1CD8C8FFB2F /* about_panel.cxx */; }; + DEE9CE5956888B7748004CF4 /* Fl_Tabs.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0ACE38FB4608C5E17B2BA7CD /* Fl_Tabs.cxx */; }; + DF49C2EF83C584442560DE9F /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + DF5820826562D6399524A016 /* tabs.fl in Sources */ = {isa = PBXBuildFile; fileRef = 48CC71500633E3C895700C48 /* tabs.fl */; }; + DF7AA4EE10EA7DF4E76DB18C /* color_chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2C5D222478F7D3EFC8FFF038 /* color_chooser.cxx */; }; + DFF17287ABBEF9B3F5BD4995 /* fl_symbols.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 68EA4AAA4A786DD51871D04B /* fl_symbols.cxx */; }; + E001F498F489C21D84D48566 /* label.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0FC5103969BEBB2904208670 /* label.cxx */; }; + E068433F64CA7A3F58B91F34 /* output.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 81C8FDD68905D980B9A63914 /* output.cxx */; }; + E2E46DA69A83007FC2575BDF /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = A927CDF5A856470A91A5DE8D /* jcapimin.c */; }; + E40747F2C7B84DC8575E17CC /* Fl_Pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 59E1AC3FB8FD45F5C6592835 /* Fl_Pixmap.cxx */; }; + E42F1D564E9626D947BDBB62 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E46C4E4E33AD295062469D5E /* Fl_Browser_.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BE8C90C1BD8B14DDBDA3B931 /* Fl_Browser_.cxx */; }; + E4D1F1990C6C1965626BAED9 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E53DCF4C18DC4A7CF482A5E7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E56F4290E8EFB9D69F1E4EAF /* Fl_Image.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6F039FED7A1DD023D061FC9A /* Fl_Image.cxx */; }; + E59A79DB481AA4E00EB721E5 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + E59FDC5D52FD51885A38A7BD /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E6EEB3E051FF17BCAAC5450C /* Fl_Value_Slider.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F653ECFC09BD177B0499DDB3 /* Fl_Value_Slider.cxx */; }; + E805D00F29D258B5129EED1B /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E824117FC38CF883BB82986E /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E8428CC4AAD149AA238C5BDC /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BEA482EA9654714B9DF5AEA /* pngmem.c */; }; + E8CBBE55ACF48ED4D81E1348 /* sudoku.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FAC06E013AB2070B98C476D9 /* sudoku.cxx */; }; + E9588E1D318A9053E8B49526 /* boxtype.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 3A241D4E3F511F6F182F86C9 /* boxtype.cxx */; }; + E99C3C32F5B9E7548B701E87 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + E99C7209F1D27633ACC6173B /* Fl_Progress.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 517FACD2FE8B2C8145D4EE32 /* Fl_Progress.cxx */; }; + E9A61BD21193F507F2207394 /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = 77DAC9E7B786E32B56EDFB4C /* jquant1.c */; }; + EAAC1C11E754E1953220CB1E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EADAF002F5292C3524646D48 /* fltkgl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; }; + EAF39295331896B13CB4D42E /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EC746AE038904E1510D7BDD0 /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + ED569D0E1076A1B9C5C1573F /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EDDA61E9EDF5D5D7B98A11E6 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EE2A0876C7C8F9E6AE273A29 /* fl_line_style.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B1A6AF3DABFD1AA11A271A3A /* fl_line_style.cxx */; }; + EE54F7590D3CEE2AD26E5D44 /* pack.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5550F5A879E5F0116DE4C829 /* pack.cxx */; }; + EE66B16B9393C0B0F72907E2 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EE67F99ADFBF0238C76F19FF /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EC67B2F979DE8D7E96AACB9 /* jidctint.c */; }; + EE6DD48B7F63B1FA901152B1 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EEAA5BC916F5CF0FB1BA2642 /* Fl_display.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5A7595AFE0375835AA036385 /* Fl_display.cxx */; }; + EF88CDFA84E60B9AA7CE02D7 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + EFCE9B4E92064A67855FE643 /* input.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E969139CBECFA54CE88E4AE4 /* input.cxx */; }; + F01BC84F912473F78881CCAA /* fluid.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2A2B6FE24867FC2B8CB17D6A /* fluid.icns */; }; + F1ACF852439AF6529BB8CF2B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + F1E29FC6BA134841E593ADEC /* input_choice.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7141C031A205E25984C4AEEF /* input_choice.cxx */; }; + F2539230499D5FE19CEA88B5 /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F7CB792E0BAB974B184F918 /* jmemnobs.c */; }; + F3DA610DC68956432DB015EE /* forms_free.cxx in Sources */ = {isa = PBXBuildFile; fileRef = AD66E3372D96FFF59C7F9B97 /* forms_free.cxx */; }; + F4A87F7C1997DE8EF4DB2BD1 /* fltkforms.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + F52977DF32E94605FF26115C /* CubeViewUI.fl in Sources */ = {isa = PBXBuildFile; fileRef = 34F95875683EDDBAE528542E /* CubeViewUI.fl */; }; + F533EC1A7FB3D3FBE4B947D6 /* fltkimages.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; }; + F5CFF43D805B1F9C59D993F9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEAD61A9DA454913F963D7E8 /* OpenGL.framework */; }; + F64A06C5A077FE1B44252275 /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F8ACB3D1022D4A96A25B9F2 /* jdatadst.c */; }; + F67A4FAD4685EEF631679B25 /* glpuzzle.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A25BAEC5829027E10A75F62D /* glpuzzle.cxx */; }; + F67DFD0061BF6D46A853FA72 /* function_panel.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6C8A97E421833686A0A02A92 /* function_panel.cxx */; }; + F6E1813499D1AC38945F38D4 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = EBB9283D022BB72446B34BFA /* inflate.c */; }; + F75AC0966CD860FE5DF675E2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA5270436F6250072E22EC03 /* CoreAudio.framework */; }; + F78A8265A2D1BBBA57234735 /* Fl_Scroll.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 05654690EC1265CC2034D106 /* Fl_Scroll.cxx */; }; + F7B5316FC21E74BC6FE00DAA /* Fl_Pack.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B93641ABB0E6EE54BD460746 /* Fl_Pack.cxx */; }; + F8294BD7720864142570971D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + F8705C56FB4CCD5BF98BC78D /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + F89D5C65FF578EFA43FA01AF /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + F8A1238420150CE477717CE0 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + F8DA3FD541DEC6300A06908D /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = A096B0BD91ADB3574E936548 /* jcmaster.c */; }; + F8E79FA3F013B84888C5CBA2 /* filename_match.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 76BBD3176AF8B72DCA612C01 /* filename_match.cxx */; }; + F8FF4F2BB6D0D98BF5D5D4FA /* Fl_Color_Chooser.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 59A04683ABECDFBE2ACB9771 /* Fl_Color_Chooser.cxx */; }; + F9149922AEB2A3DB5BB4FEBA /* fltkpng.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + F9D3F4FA8026304ABFA1B2C9 /* fl_rounded_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F7547C1FD19CBDF38222E369 /* fl_rounded_box.cxx */; }; + FB73B270033F386012E58B9D /* Fl_get_system_colors.cxx in Sources */ = {isa = PBXBuildFile; fileRef = FEF7396EC015CD2E06234390 /* Fl_get_system_colors.cxx */; }; + FC3B456EB2FB0B25E7A177E1 /* Fl_File_Chooser2.cxx in Sources */ = {isa = PBXBuildFile; fileRef = B128C4132646551295C1FB1C /* Fl_File_Chooser2.cxx */; }; + FCD08748B35355173132CD16 /* fltkpng.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; }; + FCE057717DF4A7A97DFE4B2C /* forms_compatability.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 725A09D3C48BE455CA8C3B52 /* forms_compatability.cxx */; }; + FD4769430FB29C4A0C6A3D16 /* fltkforms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; }; + FDD58B3A15ED1987627DB846 /* button.cxx in Sources */ = {isa = PBXBuildFile; fileRef = F58E87D1A08704AEDC96DCA1 /* button.cxx */; }; + FDF1FB7A75A1181B6F1803F2 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; }; + FF428DF59ECCE8BCBDEED573 /* threads.cxx in Sources */ = {isa = PBXBuildFile; fileRef = BED4C9D4A90A50A52AA52FAA /* threads.cxx */; }; /* End PBXBuildFile section */ /* Begin PBXBuildRule section */ - 017D617B5AB129B73DC6E216 /* PBXBuildRule */ = { + 06921FB6BA5FC4B8981109BE /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -569,7 +585,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 02A8F7E618BB8F61D630264C /* PBXBuildRule */ = { + 0DFC6C2C11E07B15DF359D02 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -581,7 +597,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 069BBF29F5CB3E9D59101B8A /* PBXBuildRule */ = { + 0F6B3E7AEABDFA556C410A19 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -593,7 +609,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 0AA82FC7097536A20270C6FF /* PBXBuildRule */ = { + 12BAD7C09C828DCF763D065C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -605,7 +621,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 0B0B1CB46F1199F7899ADEFB /* PBXBuildRule */ = { + 192A68423177B3E2919CBE14 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -617,7 +633,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 0EA8B81E1CA984F8D56AC325 /* PBXBuildRule */ = { + 1AA88E7DEF9573D447505550 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -629,7 +645,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 11C8CA08BC8CAE077CACD2D2 /* PBXBuildRule */ = { + 1BC628D5FF14E635AAF86357 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -641,7 +657,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 18D3F30D3E71E0FFD3933BFE /* PBXBuildRule */ = { + 1FCD3526F62200B68FC8A2D1 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -653,7 +669,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 18F943A9FA5399E5B14A1B7F /* PBXBuildRule */ = { + 208BBCFEC5537DC3B8A2BCA7 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -665,7 +681,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 1A1265E0323CCB08AEB26D67 /* PBXBuildRule */ = { + 217C6A5D496ADEA041FB83CE /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -677,7 +693,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 1D3F93E1967B7D0DB08A79DD /* PBXBuildRule */ = { + 2609913D8CD5748E5BD5B499 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -689,7 +705,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 1DE3C6659E752DB6CB42CA15 /* PBXBuildRule */ = { + 34C1865D3B856861DA966452 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -701,7 +717,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 1E0CEA29243D8FF1E1D42161 /* PBXBuildRule */ = { + 375EA2D194913FFE569E152B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -713,7 +729,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 236E7F6960BC0BCAFE96E5CB /* PBXBuildRule */ = { + 386F1ECCAB5FDBBF4C17DED3 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -725,7 +741,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 29A78D601FEB319A50088242 /* PBXBuildRule */ = { + 3A34C1A61ECE1420D3DDD4A6 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -737,7 +753,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 2C3B537BC469098C2FCD7DCD /* PBXBuildRule */ = { + 471103C21F46AAC4BADA5C79 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -749,7 +765,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 2C9580D90F2FD84D68BB9EB0 /* PBXBuildRule */ = { + 48A7CFD39ACB6C4F5A04B5F3 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -761,7 +777,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 2F4CC70CEB6E2EFAD5255A8C /* PBXBuildRule */ = { + 4B64C213DDA4A3FEB92B2F25 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -773,7 +789,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 31FFE2D54ACB07AAD670EF8F /* PBXBuildRule */ = { + 4E63F3D46CAE85245E2B1908 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -785,7 +801,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 321C3279F00003883113FA9A /* PBXBuildRule */ = { + 4FC47EBC99A5B97BD3800CB4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -797,7 +813,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 3601174E9F001FDB94FF73AA /* PBXBuildRule */ = { + 53ADB8A7845A77EB3CD09423 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -809,7 +825,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 371F9083741F74E461AF5FF9 /* PBXBuildRule */ = { + 54FD0F9AC349EAA68C66BC5C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -821,7 +837,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 3A0235B9FEC3021AAF38BF84 /* PBXBuildRule */ = { + 5AC8A9C92D51CCF307117E60 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -833,7 +849,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 4138448EC6DFA148E8E98663 /* PBXBuildRule */ = { + 5D1537A1206CB9F30520C3FA /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -845,7 +861,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 43053C83EE06D0DC3727CE25 /* PBXBuildRule */ = { + 5D44A0858107D0BA89576E93 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -857,7 +873,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 437314CC9BE8F8EADBFC043B /* PBXBuildRule */ = { + 621D973AEF2A449035A0CE2E /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -869,7 +885,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 4BBD607D3B4C73EDE4CF7566 /* PBXBuildRule */ = { + 68A63795C14A0466F029BA6A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -881,7 +897,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 4C3676F438725EEED0ADECC8 /* PBXBuildRule */ = { + 6EDDDC66035AB6D70FC9D631 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -893,7 +909,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 4D2E98B56810242A6C901962 /* PBXBuildRule */ = { + 71C0F0262AA6DCEE9146BCD5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -905,7 +921,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 5156D6D2E955457D4685DDB2 /* PBXBuildRule */ = { + 7287A5158F923C62F0B07AB3 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -917,7 +933,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 52E8E75D5283DA0AF3861F0D /* PBXBuildRule */ = { + 72908534E821813B8DD48DB0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -929,7 +945,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 588BC8ED59957FE405663C53 /* PBXBuildRule */ = { + 791AF442F18C7732B9B86346 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -941,7 +957,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 5C2D8E6B6B501C645664255B /* PBXBuildRule */ = { + 7C89B4B5C80EAEBFF412DDC4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -953,7 +969,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 5D0382B3E79680B512219CD4 /* PBXBuildRule */ = { + 7C9EEFB95BB1226E1459EED1 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -965,7 +981,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 63020139B4D0333F41363777 /* PBXBuildRule */ = { + 7DC745A95D896239F518857A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -977,7 +993,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 6E7F7CCE3257FE5443B788C2 /* PBXBuildRule */ = { + 7DDF28692AE86866090D1606 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -989,7 +1005,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 700402E745D251E883E2E12C /* PBXBuildRule */ = { + 8057110412EC9C8A5CD7AD34 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1001,7 +1017,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 707D1924E7C08386A6096238 /* PBXBuildRule */ = { + 81BB287AFE735A071F7EC0F9 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1013,7 +1029,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 712236B6B1F117E3CC1CF52F /* PBXBuildRule */ = { + 820C6B18DD3BEA25B716BF9C /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1025,7 +1041,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 730719BEE49520D16529E6E7 /* PBXBuildRule */ = { + 912C57AB93A8FA130EB1A87B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1037,7 +1053,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 7312BA131910E9E65E8B72F3 /* PBXBuildRule */ = { + 94DE0E4451FD31095E3521FD /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1049,7 +1065,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 736564DFAEB278BDD1D64D01 /* PBXBuildRule */ = { + 951FF45C4EE9F82CAA6770A4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1061,7 +1077,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 75F3E7C4D871889D1A6A0F79 /* PBXBuildRule */ = { + 9A7EC43978A181FD96DC4A4B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1073,7 +1089,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 790DD0F4E7F49E7874E50A13 /* PBXBuildRule */ = { + 9DFB67BE794D82AD436ABA94 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1085,7 +1101,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 7FC22E4BFA9499B293A99DFF /* PBXBuildRule */ = { + 9F717EA6CE1852A7B68799E7 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1097,7 +1113,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 8233907430DEB51ADB31F62C /* PBXBuildRule */ = { + A054C38644F4A4F8C47C8DFD /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1109,7 +1125,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 84B030D67DE81794E83DF5CE /* PBXBuildRule */ = { + A2CDC306E16BB9BF956AD5C5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1121,7 +1137,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 86869EA62D07CEC5F50E0C54 /* PBXBuildRule */ = { + A4B0E7286C79056A1829F164 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1133,7 +1149,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 90F5AB3E264452AF9E859B15 /* PBXBuildRule */ = { + A720AA5B82BBFFE0550B87E1 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1145,7 +1161,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 98456E09D05ACFAE9D09CFC7 /* PBXBuildRule */ = { + A97791F1CCECEBF3E9B04B36 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1157,7 +1173,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 99CB6DF7891FCB03808BC035 /* PBXBuildRule */ = { + AF53A21C2FEEFC95DFC4375E /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1169,7 +1185,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 9A16D85374AAB730292F5534 /* PBXBuildRule */ = { + B24582AB16D1D07C728ABD2E /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1181,7 +1197,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 9AC949A4D73EB733740A6398 /* PBXBuildRule */ = { + B2A947C88085F6EDE05795E4 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1193,7 +1209,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - 9D9ACC5E2C1E6D8B5B5AAA1D /* PBXBuildRule */ = { + B418D5E2C8FFBFE9160DDD4A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1205,7 +1221,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - A0AA27144A36D755861F6AD9 /* PBXBuildRule */ = { + B43F867DCF0F852EEAB5FA10 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1217,7 +1233,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - A2FFDD89215BD79435790A51 /* PBXBuildRule */ = { + B67A0136A520222E0A119D95 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1229,7 +1245,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - A6BFEC8021B283C78E008C4C /* PBXBuildRule */ = { + B6DFD778458AAF8C7A10AA7D /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1241,7 +1257,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - B16B3AD46AA496B26FA30F95 /* PBXBuildRule */ = { + B88A0547A6566DDBA8B22BB0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1253,7 +1269,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - B33E468AEBDFB2F136589DCF /* PBXBuildRule */ = { + BAED53E17E154AF747758A45 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1265,7 +1281,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - C01D7796BDD8FDC6E0A01CC4 /* PBXBuildRule */ = { + BD340693A4A53B5A0E8FBFC0 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1277,7 +1293,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - C126E8D40ACDE7E05F5ACA2F /* PBXBuildRule */ = { + C021E798A1D57CAF2A226246 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1289,7 +1305,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - C2A0127F3AD7CDAB817665B4 /* PBXBuildRule */ = { + C1C917A11B954482E48041C6 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1301,7 +1317,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - C54B819AA3F1BE71770520AF /* PBXBuildRule */ = { + C3B087F8560ED55DFEDC6F27 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1313,7 +1329,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - C65000009EE7C7C5F9B0BE38 /* PBXBuildRule */ = { + C55A78E8FCE66C6E972DF337 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1325,7 +1341,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - CDE10EB1652B043BD4FB6159 /* PBXBuildRule */ = { + C8809F1FCF4F4D5E78B2C3B5 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1337,7 +1353,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - D3694AE188E9890CD1333F73 /* PBXBuildRule */ = { + D7B75DEE169FF39FEFF7AA1A /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1349,7 +1365,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - D5BFB81D8EED38E2B234D3D1 /* PBXBuildRule */ = { + D80E42DD738CEC6BDDDEDC43 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1361,7 +1377,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - D6B7C9ECD743303362D819F9 /* PBXBuildRule */ = { + DFFFCDE1C22246034F33C981 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1373,7 +1389,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - D72F952C20B675FB14064E73 /* PBXBuildRule */ = { + E98D1EB2FB1E399B8F96E524 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1385,7 +1401,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - E0E238A5657291F108ED9E0E /* PBXBuildRule */ = { + EEAF0634B588657E3F3D8C97 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1397,7 +1413,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - E1EB353A3FAAAC4E4573BB87 /* PBXBuildRule */ = { + F0146243496DCAE19E760929 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1409,7 +1425,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - EC9814B59B30A6D58C407891 /* PBXBuildRule */ = { + F41086553EF30EB8ECB643CC /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1421,7 +1437,7 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - ECF3123C106E1BC8803A7563 /* PBXBuildRule */ = { + F4F8C56C97E39AA158862A3B /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1433,7 +1449,19 @@ ); script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; }; - F787E8BFE79E4725AB077CF6 /* PBXBuildRule */ = { + FC442624E70F39707F24AA1A /* PBXBuildRule */ = { + isa = PBXBuildRule; + compilerSpec = com.apple.compilers.proxy.script; + filePatterns = "*.fl"; + fileType = pattern.proxy; + isEditable = 1; + outputFiles = ( + "${INPUT_FILE_DIR}/${INPUT_FILE_BASE}.cxx", + "${INPUT_FILE_DIR}/${INPUT_FILE_BASE}.h", + ); + script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}"; + }; + FF3A534357A687D3DFC40784 /* PBXBuildRule */ = { isa = PBXBuildRule; compilerSpec = com.apple.compilers.proxy.script; filePatterns = "*.fl"; @@ -1448,4120 +1476,4200 @@ /* End PBXBuildRule section */ /* Begin PBXContainerItemProxy section */ - 0288A55387D0AB93ABFE9C55 /* PBXContainerItemProxy */ = { + 0014A6EA618D84A52D88C4DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 25C6F215EC35BD033C8D29E4; - remoteInfo = clock; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 0409199473CC35343AAD80AF /* PBXContainerItemProxy */ = { + 0032C263643DBD8086229CB6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 0DE9F791C7A0CE2375856353; - remoteInfo = inactive; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 05241D36B06BD62BBE7359B6 /* PBXContainerItemProxy */ = { + 01F70E1898CC65F25767D99C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 072F1DB6249D2F3246B9DCCC /* PBXContainerItemProxy */ = { + 04975748E3525435D6589A43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - 08F31837D11291A1C748E8C5 /* PBXContainerItemProxy */ = { + 057CFA465E0F2C7C06368EC8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = 3A41926E2EEC25BBCAC11985; + remoteInfo = list_visuals; }; - 0A6CA62735376A8386C774E6 /* PBXContainerItemProxy */ = { + 071BF9631674DC37513BDCBB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = C50D4EECBDA20F473ABE907B; + remoteInfo = fractals; }; - 0B1DE55596CF3BBD9952B170 /* PBXContainerItemProxy */ = { + 075B7100E06A489DDDDDDE0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7AACCDB8BF5A9D4A32D08C1C; - remoteInfo = output; + remoteGlobalIDString = 831913524665337108233C0A; + remoteInfo = resize; }; - 0C345928A8B13B2746F318EF /* PBXContainerItemProxy */ = { + 0A56179C58C6769E57755DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 7ADEF7D90C08675E67B17BB2; + remoteInfo = mandelbrot; }; - 0CF3D6F34E69C6598345D78F /* PBXContainerItemProxy */ = { + 0D4DB915909A9EB41ED425B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = B3A95C65BC85145E113A9CFA; - remoteInfo = checkers; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 0ECA92BAEB26BF3C0B055FD3 /* PBXContainerItemProxy */ = { + 0DEA50FEB3E9BDD0520DD3BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = DCEE6399FB8EE5BDE5BDC618; - remoteInfo = adjuster; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 130D6F8FB15D8BFA2A9195AB /* PBXContainerItemProxy */ = { + 0F1057D803310E9D91BB57E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = C48B83B8A6C6FE004F31636A; - remoteInfo = message; + remoteGlobalIDString = D00588211487C155BDB6F579; + remoteInfo = hello; }; - 14BE07327C9426E6E38C3C5C /* PBXContainerItemProxy */ = { + 1392237B41CA898E2EB8F279 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 0087355D590EA4C0B5AD1CDB; - remoteInfo = glpuzzle; + remoteGlobalIDString = 3BA29EC7DB3B891D4D02EC96; + remoteInfo = resizebox; }; - 162473DA8B5BFCC1C7B718A6 /* PBXContainerItemProxy */ = { + 13BF69C5C8EA120AA01B70DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 170A8D8BA685931B632FA367 /* PBXContainerItemProxy */ = { + 149B699CFF5505B8C99C9551 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - 18194C3BE4F96187D01D0898 /* PBXContainerItemProxy */ = { + 15F546685EFDEA3537CA77E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 7414490C96F7854ED680451B; + remoteInfo = sudoku; }; - 1DB2D8D17D5A60087769AF62 /* PBXContainerItemProxy */ = { + 17525A1CEFC2B44BB1013247 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 2193C298BCD423C78EA69588 /* PBXContainerItemProxy */ = { + 18C81CFD94EA1A5F48562D21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 21C22BE340BCCF985C1DB85E /* PBXContainerItemProxy */ = { + 19E023206EF81F124C61A0AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D4A2ED0B76A14266253C55FA; - remoteInfo = cursor; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 226BF178E29BD856C6F2425A /* PBXContainerItemProxy */ = { + 1D6B1FFA74D347D6329BC22A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 23FE3F6D7C49BC47FF9DA0DD /* PBXContainerItemProxy */ = { + 1E003E4EFD3B6B02BC153943 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 08D61203A9F102DCDE690ACA; - remoteInfo = bitmap; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - 24AB6FB9025346B6467EBE44 /* PBXContainerItemProxy */ = { + 1EDA079A0D48D2AE21DB4BCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 2568C446E46F4DD740FD3AC9 /* PBXContainerItemProxy */ = { + 1F0151D90AA74D7569953EDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - 257FA2DD17229D8F0E0C7B03 /* PBXContainerItemProxy */ = { + 206AC1B38142272424DAB20B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 12D86EA36696F46A4C130AF5; - remoteInfo = pack; + remoteGlobalIDString = 7638D6FB28CBCB85210502F8; + remoteInfo = buttons; }; - 2C471F00B5B76AD945D67191 /* PBXContainerItemProxy */ = { + 20B15D272276739153008539 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 68B1C1D70113E7F9E82105DA; + remoteInfo = "native-filechooser"; }; - 2D9D76D9BEFBCCB9A778D561 /* PBXContainerItemProxy */ = { + 242B5C92F21566C153516E9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - 2E055CD1AAD3F8705B1E5187 /* PBXContainerItemProxy */ = { + 2448F0EE52C5EB3FAEBAE0F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 349A025144D2FB3EB50B624C; + remoteInfo = utf8; }; - 2EEF488CC512C49DD6B4B75E /* PBXContainerItemProxy */ = { + 28D590EFEA5B47096D037E77 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = B9BB7386DA10A3919672C31D; - remoteInfo = blocks; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 32E48C4C4F4F5DDCAF0B0B2B /* PBXContainerItemProxy */ = { + 2A08E94CE5F8BD25869DE51C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 8615F6155177AD8FE8D9F651; - remoteInfo = iconize; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 334AD5F4825415495D7810BD /* PBXContainerItemProxy */ = { + 2A961270A6B5CE2844AAA464 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - 34B04098AC3D75A84A12EFFA /* PBXContainerItemProxy */ = { + 2AB989AF3A1FA8ABAD1BCCF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 36A7CBAFDED363C2D8C018B0 /* PBXContainerItemProxy */ = { + 2BF3DFAE20ACC9015AA5CC1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 5A40C351BDA10880A6EDCAEA; - remoteInfo = fonts; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 372E63CCBE1F5A4C4809A3D1 /* PBXContainerItemProxy */ = { + 2F6074D890648E31AF765DA1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 37B18F6E8DEC7E35D4691BC0 /* PBXContainerItemProxy */ = { + 33097A6ACAAD9A8AED4C0950 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 37EE8078FF821581F5082033 /* PBXContainerItemProxy */ = { + 332E1D43080B94E408386E9E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = B21FA631CCBB0854A756E79C; + remoteInfo = scroll; }; - 3E0A2D25A8884CFD0073F22A /* PBXContainerItemProxy */ = { + 35F665A4BC693454A789B92B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 3ED5FEF78ACD31FE106E0ED2 /* PBXContainerItemProxy */ = { + 37A069355EB7F183254AA1C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = 25D051DEA6E6EADD5D92ADC6; + remoteInfo = subwindow; }; - 3FA805AFFEE8FE6DD07DD73D /* PBXContainerItemProxy */ = { + 397E138740CCFE3A1F08589B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 4038FA7F79D29917C4C78F7D /* PBXContainerItemProxy */ = { + 398AE3303C43995990C87288 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 3138F637A5448F0D03A22442; - remoteInfo = editor; - }; - 43EAEA349B915337575F4BD1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ADFC704D959D04FAAE3BB403; - remoteInfo = sudoku; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 453D44D703845D84058AFDE2 /* PBXContainerItemProxy */ = { + 39BCF969EBB53CD614899271 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 17B525C285B8797D4C34F7ED; + remoteInfo = fullscreen; }; - 45A4E585C78D83CC52B27652 /* PBXContainerItemProxy */ = { + 3AB184DD486C8EEEA466F913 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 69D47846901200294DC6E282; + remoteInfo = tabs; }; - 46326254F1478254BC1B1A81 /* PBXContainerItemProxy */ = { + 3D16EE666ADC4B529CC035F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - 46C4C5BDF1AB4EAD65871412 /* PBXContainerItemProxy */ = { + 3DA2645216F06065C9CA15A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 47F6AAA9E4ECE1C80562F9E3 /* PBXContainerItemProxy */ = { + 3F965003617D7626037712E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 75037DFD9477A8CD0F837DB8; - remoteInfo = tiled_image; + remoteGlobalIDString = AE6AC374A356E1E637DCC394; + remoteInfo = label; }; - 48DAF5E814551995AB74A706 /* PBXContainerItemProxy */ = { + 3FB00CDF54422B2C8E53A76D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 214DFF137BE062FA4F1A4E58; + remoteInfo = image; }; - 48F0FEB4C5F8549DEEDF7C85 /* PBXContainerItemProxy */ = { + 40964FED958C4AA0D89D450E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7A7566EF76439B31C1F0B7D2; - remoteInfo = hello; + remoteGlobalIDString = 1A76869D1B1C16A889841F6D; + remoteInfo = overlay; }; - 4A3F97D33D14E1B529517D75 /* PBXContainerItemProxy */ = { + 41508CA86508D668AE8D333E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 4A72FD67990B53A45A77A9FE /* PBXContainerItemProxy */ = { + 442FDFA7D73CCA782DA809A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 4B28EAFA349848E0C16A50D4 /* PBXContainerItemProxy */ = { + 4499FF7A506294CFCF69E173 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 313880C5D96BE195676CE72B; - remoteInfo = minimum; + remoteGlobalIDString = A6D7A26081F3562D6ECA3282; + remoteInfo = bitmap; }; - 4BCD17DBEE4E4E557B6782AD /* PBXContainerItemProxy */ = { + 45AB17D2056D2BB813288B74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 37CBEC4190C4016B0E885DC7; - remoteInfo = shape; + remoteGlobalIDString = A1DA79DB9EF088BEDFEC644F; + remoteInfo = gl_overlay; }; - 4C184DCA88EDAC0BEEACD2D0 /* PBXContainerItemProxy */ = { + 4824A2D2FFA9C479B20BF675 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 7F489A29D67DC8275766280B; + remoteInfo = blocks; }; - 4C41DA3266B6386D2DD8A777 /* PBXContainerItemProxy */ = { + 487A9D2E7A1B27684926C2FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - 4DA6462D9938FAC4BB2E1488 /* PBXContainerItemProxy */ = { + 4956B28B93B626C0593A18AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; remoteInfo = Fluid; }; - 4ECE2F69EBB4DDAD34396CAC /* PBXContainerItemProxy */ = { + 4A632F9C7FA240740E50B963 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; - }; - 5024F9C32F0BC03DC05FE2CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8C4AD2BB38F47792D82EF859; - remoteInfo = symbols; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - 504CBA2DC4E5207A8B54F6DE /* PBXContainerItemProxy */ = { + 4B50E872735A022A18DF5E81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 7197F8D88EBFAF567FC091DE; + remoteInfo = message; }; - 509F525FEFDEECD82EEA4BCE /* PBXContainerItemProxy */ = { + 4BF57C4C911CE49BEADA5FEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 3B656EB52FA0EFC2F456E2F8; - remoteInfo = browser; + remoteGlobalIDString = 4FD136F3079016C3C360606F; + remoteInfo = pixmap_browser; }; - 562DE5C635DF42E3F60B8481 /* PBXContainerItemProxy */ = { + 4C5B195D6FE6265BB709A308 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 571C26C65EB9A5CB0A922AA6 /* PBXContainerItemProxy */ = { + 4D23B143700EF9CED44667A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D09A66C9BB99742ED99B57F3; - remoteInfo = label; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 58EE56D71CD2B933A9F7093C /* PBXContainerItemProxy */ = { + 4E286133CF4C440BD38D3E3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 8A79E9EF342CF3109AF4F925; - remoteInfo = input; + remoteGlobalIDString = 0BD321CE7F9454C8755BD8C9; + remoteInfo = glpuzzle; }; - 596F63172C900B80CDF4A5B0 /* PBXContainerItemProxy */ = { + 51FB32088DF6890584272245 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = F1DA7470D6C57F696CA1D9F4; + remoteInfo = cursor; }; - 5B844AB56C3C373717FD50D2 /* PBXContainerItemProxy */ = { + 523F8C1D791FCBC7BCB94EFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 5B9526EEC66386C7DB098CB4 /* PBXContainerItemProxy */ = { + 5400372F652958990305860C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 4568D54E208BECA489EE453A; + remoteInfo = menubar; }; - 5C3E6A58ADA46A23FBE3339B /* PBXContainerItemProxy */ = { + 54FF019AD3FA5D3A74D802B8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F2D138876BEDCA90E868A751; - remoteInfo = arc; + remoteGlobalIDString = 93776C92846A6A2491896404; + remoteInfo = file_chooser; }; - 5EA18AE4443C41770904C1AA /* PBXContainerItemProxy */ = { + 556E4B5D7834C5446889E45F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F5A07FA9740FFC70521D83A6; - remoteInfo = tree; + remoteGlobalIDString = 8E0B731291408258D3E0AC68; + remoteInfo = forms; }; - 607D6ABBCD9F6243DF875031 /* PBXContainerItemProxy */ = { + 563744595BA2BB2DFBC7D6A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 336125C682DB24B63462879A; - remoteInfo = tile; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - 6193C1592A099032ED106B45 /* PBXContainerItemProxy */ = { + 5674E242AF66DB2313DDA68C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = AC5762403D49367AE38416E0; - remoteInfo = threads; + remoteGlobalIDString = 156D948CC6410C76224F79AE; + remoteInfo = fonts; }; - 67C64B378C256D3C59076980 /* PBXContainerItemProxy */ = { + 584662E488A5F704E979E10E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 68CABF414D20F4DD6CFBF768 /* PBXContainerItemProxy */ = { + 592DACFBCBA7ACE73038CB26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 69F71792D7886EEE6B82DE4B /* PBXContainerItemProxy */ = { + 5A30BE31354826DCDFF9E217 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FC11E15CE75D49D187932214; - remoteInfo = subwindow; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - 6C484755532862A83F25CE9D /* PBXContainerItemProxy */ = { + 5A857099D0B9C68B24691B58 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - 7081C9030DDD20371A5C6718 /* PBXContainerItemProxy */ = { + 5B37261E1B029C7DA132186F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - 70BF6AD5F2FF07BE5F364607 /* PBXContainerItemProxy */ = { + 5FF5AE699F27A6D251D4BA71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 727242C9FBDED3D06B6A8887 /* PBXContainerItemProxy */ = { + 606D4967FA4162DEB1461223 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - 7339A5C3E1BC864D15E8906D /* PBXContainerItemProxy */ = { + 615DA32193EAC81791F07C0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - 779332CC71F94B2CC22C5C4C /* PBXContainerItemProxy */ = { + 6284A7882CF79579CAB64E5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 48DFC1A83348A88F55F852A3; + remoteInfo = pack; }; - 7A3FAC7B6B757C69AF42FFF8 /* PBXContainerItemProxy */ = { + 62BB36FA87EB3C0EB8D9F892 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = E3F2FF929573246FA04AA30E; - remoteInfo = line_style; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - 7C558A19080C58C874843F73 /* PBXContainerItemProxy */ = { + 62E1742C4E798124B5D28511 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - 7F34F0EDA483336DD86BB7CC /* PBXContainerItemProxy */ = { + 63F356726EAB59502BAC2A1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FFC35FEAC97E4AA9DA1C5784; - remoteInfo = buttons; + remoteGlobalIDString = EC061482A5465532942A9D30; + remoteInfo = inactive; }; - 8119752F12D41B5AE00C2AA1 /* PBXContainerItemProxy */ = { + 6446604795B32AA1D51F8D1A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = ABDE669EEE1C9066344ADD38; - remoteInfo = fractals; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - 816D5D0B2AFD14136BFF0BF4 /* PBXContainerItemProxy */ = { + 659FFAF51DE79927B5BC03B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; remoteInfo = Fluid; }; - 845EA318D7FAB620F35D6F08 /* PBXContainerItemProxy */ = { + 66477D9CF514544417447922 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = F10E21087E69A425685FBE4B; + remoteInfo = input_choice; }; - 8545D6BE7D7611F8FCC5349E /* PBXContainerItemProxy */ = { + 67BDD405F8823B3712C2DE60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 85620778B349CD2B242E2AD9 /* PBXContainerItemProxy */ = { + 68AC4064EDDB64F65BFEE17F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - 85CA452096F12ADEACEBC4F4 /* PBXContainerItemProxy */ = { + 696B78C814305599C4D8D86E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 863103B05F12C11BE82C485D /* PBXContainerItemProxy */ = { + 6C02D1AFB3B64702B057989F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC09CA7A12192239E3E1162; - remoteInfo = forms; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - 8975C4060F2E316817BE0351 /* PBXContainerItemProxy */ = { + 6F1C54412F47997593B0FCD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - 8A36417190B901B971771DCD /* PBXContainerItemProxy */ = { + 7153497EBE7D5FC433EFDCF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 8A66B006FFEE03165C3C3FB5 /* PBXContainerItemProxy */ = { + 72C548A3B25687CC395A34C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F51119420DE6D821F3203614; - remoteInfo = radio; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - 8AC8D59E90E369BC44F12AA1 /* PBXContainerItemProxy */ = { + 7427585F6C3DD63818FF4ABE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 8AD7B0BD393E0CF54966FC7A /* PBXContainerItemProxy */ = { + 7458E071CC5FB73A104501B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; + }; + 753D7CF68080E87482E42CC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 8C82ADCE29BF6A65D1F08753 /* PBXContainerItemProxy */ = { + 75FD3D87E332905282E4E1D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 9BDC2DBC3B4A3CE2023A6F6C; - remoteInfo = utf8; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 8ECC1FE7417885CE70A42A4B /* PBXContainerItemProxy */ = { + 78F8453EC97F6028267ADFE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 9EE56CF5A503F287714F4CE1; - remoteInfo = doublebuffer; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - 903552DC455F69794732FE9E /* PBXContainerItemProxy */ = { + 795B940749989FA4A0457026 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 78F0A6E4BB3A4A95F65B790B; - remoteInfo = table; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - 90C2D7667761D0F694BF28D9 /* PBXContainerItemProxy */ = { + 799CDFCBC71F85B475555ED1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 99C0831EBFECCEB8A72D5B96; - remoteInfo = tabs; + remoteGlobalIDString = CC66D857381E1BD9D68B73BA; + remoteInfo = zlib; }; - 910ADC8884C83EE6A2A7FF50 /* PBXContainerItemProxy */ = { + 79E0FCC2E6A889BEC9C70890 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 911AB69209E8708FDB478ED0 /* PBXContainerItemProxy */ = { + 7A87B05A3CC9490311EFCBB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 8C62C8C8DA543E79CC346851; + remoteInfo = valuators; }; - 92FD9430E9DBE787815974B8 /* PBXContainerItemProxy */ = { + 7A9B2910F36F973FFC0507D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 942A3DE366855F0493D1FF16 /* PBXContainerItemProxy */ = { + 7E0C7FF7D8270036199CDECD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 32BBE86B60DD11E4B0FD7139; - remoteInfo = image; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 94D7D49F769AA28B905DD586 /* PBXContainerItemProxy */ = { + 81EC73888A586799C704DAF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 0CA490AD40662663B69B1332; - remoteInfo = mandelbrot; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - 94D8B23DD50115D2E12E3825 /* PBXContainerItemProxy */ = { + 82084E0E1D32FB8E06FAAC0E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = CC66D857381E1BD9D68B73BA; + remoteInfo = zlib; }; - 974E3B8C28EA0BEDDCB2B3C7 /* PBXContainerItemProxy */ = { + 82CB2E51CB1417881C44CEE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; remoteInfo = Fluid; }; - 98DB8FD6BDF755C1167A27C1 /* PBXContainerItemProxy */ = { + 849E78285FD12C050D93C4E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A66DBD6BD711F5C138646A8A; - remoteInfo = fullscreen; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 9943EFBDAEC2EE0BE4E0BDDD /* PBXContainerItemProxy */ = { + 865F79BA614C3C0E1222F09B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 05938381563D5C48664436F5; - remoteInfo = curve; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - 9B1D0E0F7F5B300B8C26D100 /* PBXContainerItemProxy */ = { + 86E1250D4EFB0893E4B40D9E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEDBA731D76D0A41A96BF40; - remoteInfo = boxtype; + remoteGlobalIDString = 481C361FC039B9B3FA248DBF; + remoteInfo = iconize; }; - 9BD48F4D75851EF72F907630 /* PBXContainerItemProxy */ = { + 86EAED12F6324779BE5CAD08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - 9BDD6A79C324F8680C3279A6 /* PBXContainerItemProxy */ = { + 8918C2C8E8BC5BC614B5AAFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - 9D46DAD7E6C6E73AF419DE9F /* PBXContainerItemProxy */ = { + 8BDFB1A2A3A0263A6CB79E72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B44A612123E52A5E453CA89; - remoteInfo = menubar; + remoteGlobalIDString = 9CB1797F9CCC7D3C72D77739; + remoteInfo = browser; }; - A39139B26902A2FC2EAE9C0F /* PBXContainerItemProxy */ = { + 8C5A2E8141D03005AAACE1A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - A3F1187D5FF1E48C45187CA0 /* PBXContainerItemProxy */ = { + 8CCC010D5930C5E3B476BAF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 2959C17F72EC52F2706396A6; + remoteInfo = symbols; }; - A67AC3439587DD1CA40F57D4 /* PBXContainerItemProxy */ = { + 8D6C8B1B908840F3BAB22A4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - A68206835FA79CFB886AD449 /* PBXContainerItemProxy */ = { + 922626B0E931926971B89ADA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 0487438BC4564D23F999817E; - remoteInfo = colbrowser; + remoteGlobalIDString = 7531D5096D816C6F27A497D8; + remoteInfo = keyboard; }; - A6DF22DB339A9A194AAACFAE /* PBXContainerItemProxy */ = { + 92A0D1E95A6534F20997204F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CDEA063482C9CACFD359DDC; - remoteInfo = input_choice; + remoteGlobalIDString = 42D2BA94995245E8650D7F11; + remoteInfo = button; }; - A7A6B7398936087D842B361E /* PBXContainerItemProxy */ = { + 930107E7977AFC2F01FF308A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - A7AAA2464B878780B351142D /* PBXContainerItemProxy */ = { + 932A212C47C814F58A81C1EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = A882904420A68CFBAB60A2A5; - remoteInfo = Fluid; + remoteGlobalIDString = DF8E9D91BA956D879CA08F7A; + remoteInfo = curve; }; - A7CC78B3761FFC2BA615BF04 /* PBXContainerItemProxy */ = { + 984D92FFFBAB49F53B5EFF57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = BC38049E05B587D311ECF975; - remoteInfo = overlay; + remoteGlobalIDString = 3EAF86B50E57A2AD987848F5; + remoteInfo = pixmap; }; - A93F9CC2BFAC734A3D06A629 /* PBXContainerItemProxy */ = { + 98E417047343535225C22A82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = 26177FC7FF7D2C3089E8232B; + remoteInfo = preferences; }; - AB0584D13B36495D6C00D94C /* PBXContainerItemProxy */ = { + 9F33DB059641BFD2B2766F5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 1F18E39BFAF97B65A6903240; - remoteInfo = resizebox; + remoteGlobalIDString = 59E615E105CF0E02E4268CD4; + remoteInfo = input; }; - AC3791C6166DBD30A9B758B6 /* PBXContainerItemProxy */ = { + A0C5C2BD86A18966539FE17E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = EA1BA0DA8C1AC39141319941; + remoteInfo = color_chooser; }; - AE456933704D983913597EC0 /* PBXContainerItemProxy */ = { + A112141677B0412D89425959 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - AEE8A1BA88465B94BEB9E79C /* PBXContainerItemProxy */ = { + A1A367C5A2320B2C47F4D36F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - B0370FC5A49D3714E920C965 /* PBXContainerItemProxy */ = { + A21DAA68208B13A645B89432 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = C6C960748E8821B5BD4FEC91; - remoteInfo = help; + remoteGlobalIDString = A06C33C5CCC6082627221DE1; + remoteInfo = CubeView; }; - B092C7A832B732A9F7AD919B /* PBXContainerItemProxy */ = { + A31A490DAB0918FCB22131E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = 9F0A5EBB4103DF4BBB59710F; + remoteInfo = checkers; }; - B1653E59D62CB9D5101B32A0 /* PBXContainerItemProxy */ = { + A36A92E96F53BD244CA661BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - B5D73F90733B141A6B72E3C4 /* PBXContainerItemProxy */ = { + A56CE1FC275DEA9D771370C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 752E3738037A60925AD8B0FE; + remoteInfo = fltkforms; }; - B8B8617B5F815ADCDF387F4B /* PBXContainerItemProxy */ = { + A5E73EC43F62C04788697014 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - B9EFCEA4AB23FBCAA1F5D58D /* PBXContainerItemProxy */ = { + A5EA8415900AD1271A809F27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 31CC2CCA0A6BEE5BCF01C75A; - remoteInfo = file_chooser; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - BB6CDFE329C968A956EB27E0 /* PBXContainerItemProxy */ = { + AA873C9FD8170D9D6B06A4DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - BC5D58C480686BCE1B9E7CC6 /* PBXContainerItemProxy */ = { + AB480DAB37EEF5403F98F776 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - BFD1726E27228F0807AE579C /* PBXContainerItemProxy */ = { + AC55FB32ADB3986C781813F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7C1BC095D7BACB2D15EAA87A; - remoteInfo = gl_overlay; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - C06EB601FFE4ED3126262E80 /* PBXContainerItemProxy */ = { + AD30450C90DA175554556E84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = E745F0580E23814ED8D05644; - remoteInfo = cube; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - C1CC1E8169282258C9E6F840 /* PBXContainerItemProxy */ = { + AF6080E8C0DFD2255D37A101 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 00794548D8CCBB0EB3731692; + remoteInfo = doublebuffer; }; - C3FCA97306791164A18534DE /* PBXContainerItemProxy */ = { + B0027F6309B6AFDC3475F0CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = C23B54A4B4C9F218CE59C2AB; - remoteInfo = CubeView; + remoteGlobalIDString = CF9062AB1129EB9C45BEADAB; + remoteInfo = cube; }; - C41EFB19DD8508004F329740 /* PBXContainerItemProxy */ = { + B05C230BA05B9DE07EADEAB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 9E7908A0A1BDCA3EC33DDFA9; + remoteInfo = clock; }; - C48C8D59A0930245FF610B23 /* PBXContainerItemProxy */ = { + B0FE804BFE331D7BE0F208FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 922CB187F38992A87A9C468B; - remoteInfo = navigation; + remoteGlobalIDString = 0ADA60B764250A76C22D36C2; + remoteInfo = ask; }; - C626D9A434A50101E0BEE439 /* PBXContainerItemProxy */ = { + B30F5620956BA58C7DFEBCEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - C637FF1673C9594B48A8D0BC /* PBXContainerItemProxy */ = { + B337D2607636E17A8036CC9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 141771A270AE72347C4FB43D; - remoteInfo = valuators; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - C6AE2232CCEFFD0AF3578C6C /* PBXContainerItemProxy */ = { + B5C4E374F53CB0106BD3D76C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = C4EB9A2A137C3FB12B630DCB; + remoteInfo = colbrowser; }; - C7EE886C62B24B85BDFA92C7 /* PBXContainerItemProxy */ = { + B8CD93506169DD0F35899D94 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - C911945E69EF510FFB7D6043 /* PBXContainerItemProxy */ = { + BB3DEC59290167D59FD8E9A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 2C28BC0842A41DA49B176161; + remoteInfo = tree; }; - C921FFF8EA56231F524D9D5C /* PBXContainerItemProxy */ = { + BBEA7E2E17D1B976F70DE1AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CD1DEFEEE8B5F3C05EB1F3A; - remoteInfo = keyboard; + remoteGlobalIDString = 9961B424C908306BAF1D2406; + remoteInfo = output; + }; + BC7B15CB8BC43571C0864005 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - C9A55D3E84CD1D8168E06693 /* PBXContainerItemProxy */ = { + BDE386B19284EB6AA294188B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - CB6788937760BF40237431AE /* PBXContainerItemProxy */ = { + BEAE8BCA78654BABC3B73D7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 717D1DD8FB2BC2AB6AA4AE32; - remoteInfo = fltk_jpeg; + remoteGlobalIDString = E3A2A5524BA33E94942CBBF6; + remoteInfo = fltkimages; }; - CCBE5E69F6FA48778E8912A5 /* PBXContainerItemProxy */ = { + BFDD5142DAF4CCF2A7F577FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = D960C268E68A357D7323FCBF; - remoteInfo = fltk_images; + remoteGlobalIDString = D9FEBD10EDE13B1568ADFCD9; + remoteInfo = arc; }; - CF46F42BA44FABC3162E3BEA /* PBXContainerItemProxy */ = { + C01AD53E0D85379876203E45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - D38A06CDC3A13C5E32D2D93A /* PBXContainerItemProxy */ = { + C029C2F5914F327D1AFC1AF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - D543A7367365B1E5659FFC59 /* PBXContainerItemProxy */ = { + C407A5FE2BF56E3CF47239C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = A59DE10AD6C27DE7FD6BE78E; + remoteInfo = tiled_image; + }; + C586FCFC78D81AFDC2C16E3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - D5C34C590A44265138475D0D /* PBXContainerItemProxy */ = { + C8459F41569C74547F1FEA8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FC2B48B68354148400B91A4; - remoteInfo = fltk_gl; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - D8E9D9509A861CF756A27851 /* PBXContainerItemProxy */ = { + CED86BD9520CAD5C2C6EF1C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - DA7654347DE77B3293195A88 /* PBXContainerItemProxy */ = { + CF39B3C1FE71053B2502D193 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 0818F160B120AECE781B9400; - remoteInfo = resize; + remoteGlobalIDString = DD9967263E4076C88BC8BFF4; + remoteInfo = shape; }; - DAB16F636A46C9BDAE567141 /* PBXContainerItemProxy */ = { + CF822914BC9D7BB969E3A6D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = B2356D57A5356F17D10D2131; - remoteInfo = scroll; + remoteGlobalIDString = 5E7A3EDB215C446D4DCA8CDF; + remoteInfo = help; }; - DB793B22FB89E8214EA764C6 /* PBXContainerItemProxy */ = { + D1A7EA527027D4D3636C42CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - DBE7DAB6C54E2848C904BE92 /* PBXContainerItemProxy */ = { + D20A03A5AC4A43B028FA8243 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 5A2F1BC229BBE1CE83F31401; - remoteInfo = list_visuals; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - DCEE2897FBE21F4F4A322362 /* PBXContainerItemProxy */ = { + D24A37A143141E0112BC0FAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = 1466DB020BFE280FF9FBA5FF; + remoteInfo = navigation; }; - DF48CE454ED898AFB3700054 /* PBXContainerItemProxy */ = { + D5A1354A2E64B9C1646EDE51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E072E450EFEB756BFE16850C /* PBXContainerItemProxy */ = { + D68EAB5F1B412470698276B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E0DD85CE7643A445BDA9C5EC /* PBXContainerItemProxy */ = { + D6AAB93F7776B620C5AAD536 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; + }; + D6CB0224265A60F528FC654A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E1B619A203289C2C16D10EDD /* PBXContainerItemProxy */ = { + D7D78842501669B5B0324F86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F47D01C4D3A2D54EF3EBFCDC; - remoteInfo = pixmap; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - E344FB4E6C76FE93295378C5 /* PBXContainerItemProxy */ = { + D8D2CA9951C19AFEDE1121EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 391A7ED8391E9DA6EC93F6EF; + remoteInfo = threads; }; - E34860C557E5750132E382E3 /* PBXContainerItemProxy */ = { + DBF18E70CF9B9A997FE7E1DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E4F0073031DD3B49769C2C82 /* PBXContainerItemProxy */ = { + DF606FB23F0F041E88D5D46C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA391B897C4CD1037BF2C05D; + remoteInfo = boxtype; + }; + E2A3A3F75728592FA616AD74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = A78A91A25F63920537E51E74; + remoteInfo = line_style; + }; + E51475C331D9EDF6E014C537 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E520D02D142AF4FE1A7E215A /* PBXContainerItemProxy */ = { + E716829E8CD7A228121E2C46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - E59B992304418AC60A626418 /* PBXContainerItemProxy */ = { + E9B42DBF7BED9E81D4B8DBA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 9A0A2DFDB20D9E14340F658D; - remoteInfo = ask; + remoteGlobalIDString = 2864AFEFDD81E54BE549BAD1; + remoteInfo = fast_slow; }; - E8CB9BA6F4CE3845B7A561F3 /* PBXContainerItemProxy */ = { + EC7A054CEECA83FCFAE97A33 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = CBCC46CF42DF504DCEFB2049; - remoteInfo = fltk_png; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - E91F6321B6753E395A137FA7 /* PBXContainerItemProxy */ = { + ED87710EF4D527C080ECF22A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C6C0F6C005F3D9D8A5B6F4A; - remoteInfo = button; + remoteGlobalIDString = F3AA04A65A46CD00DAF17888; + remoteInfo = Fluid; }; - EA59CD12B892C15A8A5BBCEA /* PBXContainerItemProxy */ = { + EFF3E0E071E14FC2048AAB39 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 4528ADF243A9EC2D9F77D5EA; + remoteInfo = adjuster; }; - EAC09AC87C94D8B2F29F175A /* PBXContainerItemProxy */ = { + F0325E45932DFE58285BED66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 88B6AE3CD8F1C14244ADDB4B; - remoteInfo = preferences; + remoteGlobalIDString = A1ACAB12F3FD306F5BA44FEA; + remoteInfo = fltkgl; }; - EB15215502913166B58DDDE5 /* PBXContainerItemProxy */ = { + F1CCCA309E61B705AAB4D61D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 5E50184D3F6541ABA795F2F0; - remoteInfo = color_chooser; + remoteGlobalIDString = 6701F62279687EF2CDCD71DA; + remoteInfo = radio; }; - EB4C2474CF5F7A1D32F05687 /* PBXContainerItemProxy */ = { + F3DCDCA431C1E713CF4C9D64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - EDB6B9F311C22138A0EA0F81 /* PBXContainerItemProxy */ = { + F3E127B331C935152CFB8BBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - EDB6FEE6C6070079D87F27FA /* PBXContainerItemProxy */ = { + F4209A05B640B01A82B67626 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 8A5D92BAA2FCCC1E0E881E50; + remoteInfo = minimum; }; - EF9F6E1D3D95944D2265B1A4 /* PBXContainerItemProxy */ = { + F4CBFB4A818405859FED1C48 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F57D8601C3CBFCA812DFF9B6; - remoteInfo = "native-filechooser"; + remoteGlobalIDString = 8E9C585215821942B5EFD3DE; + remoteInfo = tile; }; - F2D60CDC043FBFC74BF966ED /* PBXContainerItemProxy */ = { + F9ADE5D4AFC84B86FB382690 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 40584DA3ECB95083736746E5; - remoteInfo = fast_slow; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; - F3DDE7EB3AEA0FD17F60A8C6 /* PBXContainerItemProxy */ = { + FC3F219D32FFD152E43EE4A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = F849B2D5DE684DCA75EBBD6F; - remoteInfo = pixmap_browser; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - F5F2DBECA7712F28D79FAB3B /* PBXContainerItemProxy */ = { + FCF5F24337B65D18E97670DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 7EF20443B8160ACB8D2C3CB5; + remoteInfo = editor; }; - FA3114E162F8164C2D7EFBDC /* PBXContainerItemProxy */ = { + FDEDFC2CF55E8750E1918A8F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 04B6F26C71C77B3D739F6D24; + remoteInfo = table; }; - FB8088D5BB4F6176361EA92C /* PBXContainerItemProxy */ = { + FE1B30420D92C10AA95E2036 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; remoteInfo = fltk; }; - FBDEB33F60CB8A437B5E9B7D /* PBXContainerItemProxy */ = { + FE55695620EEAD9AAD44726C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 676F1B35268D7DED3A3710A4; + remoteInfo = fltkjpeg; }; - FC3C325F381DE685D82CD34C /* PBXContainerItemProxy */ = { + FF82E56DAC3605F11295CC7F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = FDF79729D67325E11605727B; - remoteInfo = fltk; + remoteGlobalIDString = 4CBF414F40D23591832FAAC4; + remoteInfo = fltkpng; }; - FEF36D2562C38634514F63CC /* PBXContainerItemProxy */ = { + FFAF4439FABC5A2A371CF843 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 5928BC241C6274E157507786 /* Project object */; + containerPortal = 4672F5A95319A65E464B59AE /* Project object */; proxyType = 1; - remoteGlobalIDString = 712949D037177CB16EC7414F; - remoteInfo = fltk_forms; + remoteGlobalIDString = 3ABF98E87375C0D800CC4AB4; + remoteInfo = fltk; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 037DB83F06AB722557AF104B /* CopyFiles */ = { + 01A1E9AEE0E9ECBD32CB9C88 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 932896A2AD835B23D77B9327 /* fltk.framework in CopyFiles */, - 3D89ECBFEDA405AA3C27226F /* fltk_forms.framework in CopyFiles */, - F3FDE7AB9581B76271381909 /* fltk_images.framework in CopyFiles */, - 0D63BC044F30CE25BCF05507 /* fltk_jpeg.framework in CopyFiles */, - 416958330B1371734415AD2F /* fltk_png.framework in CopyFiles */, + 87509ED0D2F81C59354F6EE7 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 05D0EB8D903BF671637F1E87 /* CopyFiles */ = { + 08374CFB238AE32527AA6D1E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - C2575DB08F25D20FCA5F1D2E /* fltk.framework in CopyFiles */, - B6F3059DF81FAE757EBC946E /* fltk_forms.framework in CopyFiles */, + D6CD804B3CA8D0F186B8DCD2 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0747CF02A7F30843010C48D4 /* CopyFiles */ = { + 08B9BA398EE220CCE874B2F8 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2927DB44DE4C25EA78EE451B /* fltk.framework in CopyFiles */, + 37F79AC80149C948DF7FA041 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 07BCB055D8AE7DB5D0C0C241 /* CopyFiles */ = { + 0DC9E69EFD89E16085359213 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2ADE7D9D90D6ACFB9A4D7601 /* fltk.framework in CopyFiles */, + 559AAD0D98D144FE852A19FF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 07DDA80E4F3EBA6138C59C64 /* CopyFiles */ = { + 0E4876BA330EE3FB1D549E96 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 5EC4BB56C2DB42F55EADD5DF /* fltk.framework in CopyFiles */, + E805D00F29D258B5129EED1B /* fltk.framework in CopyFiles */, + CA0B5541222728FAD4F78EC4 /* fltkimages.framework in CopyFiles */, + C3092DB87B9B37FFA14C7591 /* fltkjpeg.framework in CopyFiles */, + 38474FF57C4CDA8E99E9E495 /* fltkpng.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 09B73213F0808C34DF82E7FF /* CopyFiles */ = { + 0E922DCB17BA1C3D1B90B639 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 17EB2FAEA4FD5E48D34CC3AC /* fltk.framework in CopyFiles */, + C1835C0F3F3C86E8C0A0D564 /* fltk.framework in CopyFiles */, + 625AF21C797E9AFB9B2E6F41 /* fltkimages.framework in CopyFiles */, + A92745D67F8E3986C7A3E6A0 /* fltkjpeg.framework in CopyFiles */, + A8942DF097984502FE3678ED /* fltkpng.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0C319222ADFDAF62E5EA7D8E /* CopyFiles */ = { + 0FE77883FA822DF6C36B9D68 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - E6DEE8222C33DBF65C9F7BEF /* fltk.framework in CopyFiles */, + 44AF8970609B4104729A7344 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 121AB794102B310F2E52E1CE /* CopyFiles */ = { + 14E5B69D233E965A05412D2F /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A47E0D7224B84D9BC6B50FD1 /* fltk.framework in CopyFiles */, - 7D0F906A51FCF8A9D7BF9442 /* fltk_images.framework in CopyFiles */, - 8701C8C99AA8DDE4F136040F /* fltk_jpeg.framework in CopyFiles */, - 5B9E84049BD8B14B8EEF8F26 /* fltk_png.framework in CopyFiles */, + ED569D0E1076A1B9C5C1573F /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 13389DE95322198D0677FB10 /* CopyFiles */ = { + 172B467C8B1930496A7B3161 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A7716363475EA8E6DB22BAC2 /* fltk.framework in CopyFiles */, + 658463C420AC0EE7E85DA0BA /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1410E4BA9682AAEB8C9067F4 /* CopyFiles */ = { + 1ACB35CCA6453807F3DCC78E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 26AB94CA03E8E22CB467780B /* fltk.framework in CopyFiles */, + 25F895D79459B575CE05FC57 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 169BB6F34D6883FD8B8E7328 /* CopyFiles */ = { + 1D1B29EC160067F620E6A5AA /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 19D95EA224F0BE342D2AE5CF /* fltk.framework in CopyFiles */, + D477F63E9C7BBC5D0EC47FAD /* fltk.framework in CopyFiles */, + BE551227C09F84E15CC0C0C2 /* fltkimages.framework in CopyFiles */, + 90E33AF0FC76F9A9DFC66F42 /* fltkjpeg.framework in CopyFiles */, + 85E0507A4744197C037E3F59 /* fltkpng.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 187EDFD4BE44D3FA18792D3E /* CopyFiles */ = { + 2248BB9936C9DE94E938F07B /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 91D1199016EF167A047B1190 /* fltk.framework in CopyFiles */, - E67915D86E40BB415B51E6C3 /* fltk_gl.framework in CopyFiles */, + EE6DD48B7F63B1FA901152B1 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1A0A8D94FC9692E3AB122756 /* CopyFiles */ = { + 230A2CE3F500487925313B91 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 238302783957A605F0BC04B3 /* fltk.framework in CopyFiles */, + 8384331C4FE8767494AFA0C6 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1B3E73B4EDD2FAF6D65E2D6D /* CopyFiles */ = { + 251F2C6804CA14D41C04B75B /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - F9D130593AA0B6BBEA7E22B3 /* fltk.framework in CopyFiles */, + 30B36B19F849C424ED6A8B44 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1CB5C697A402CC95351C27AD /* CopyFiles */ = { + 2523AFA5716DD2F7C490F289 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - D226D92DCB3EAFBBCC578986 /* fltk.framework in CopyFiles */, + 1A7B6B10B62CD2FC67EF89DD /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1D6C439B5B43F33237E0638F /* CopyFiles */ = { + 27371FC378B7D8674B23CBF4 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A605BEEFC0E0BDEA0C69C48E /* fltk.framework in CopyFiles */, - 94A0A16432C0D190869E4920 /* fltk_gl.framework in CopyFiles */, - 786AE2E2AA5A5A3E275BEC1A /* fltk_forms.framework in CopyFiles */, + 06C8D1D55E4D6484F3F6B528 /* fltk.framework in CopyFiles */, + 34AE7D247E22A9BCA8FAC786 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 21605C5940C3640CC1906EB3 /* CopyFiles */ = { + 30AF04C928C19F9CE8FA8AF0 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 231E99A2B4C77C008F075BEB /* fltk.framework in CopyFiles */, - 2D07A56536EC2D3922E4CF82 /* fltk_gl.framework in CopyFiles */, + 6B60AC844F736F15E2C3410B /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 216B6E7A2E1FB419997FF769 /* CopyFiles */ = { + 30BDC55FAD3BB0C7841C6802 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - B3752DB13D3990C103D5B8D7 /* fltk.framework in CopyFiles */, + D5C9951EEA7F4E22A93F178D /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 27B7B2ACE395C824AF039080 /* CopyFiles */ = { + 358CB20AD34F063C4D3DCEAC /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - E54F98CF5AB828F339D8B4CF /* fltk.framework in CopyFiles */, + 184D7EA71D3EB0936A183839 /* fltk.framework in CopyFiles */, + CCB545A340EAC1DE804BFBA7 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 280AFFCA75403A0BAA4FF299 /* CopyFiles */ = { + 3A05D8A34CEDEF4DDE119F20 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - DE2496AD90E47913B23D18C0 /* fltk.framework in CopyFiles */, + E59FDC5D52FD51885A38A7BD /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2BC11C142DA21BC7559402C0 /* CopyFiles */ = { + 3A7A78E391BB28FDC8DC565E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - E65316F61D4C4B464CC8500F /* fltk.framework in CopyFiles */, + 6601356DF14B3F4768BA86E4 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2FB670ACE66519BE0AD0AFF5 /* CopyFiles */ = { + 3AB0ED541FA5A893F91B8D79 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 0E00777CF40B350933DA366A /* fltk.framework in CopyFiles */, + C59427B890F0812FF6D158DC /* fltk.framework in CopyFiles */, + 3B96D47C2680EEDA5B0A9AA5 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B7B11135801832058F83E29 /* CopyFiles */ = { + 4183E69870C9AF9BE0870794 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 24C87691E0A11B3DAF2C6409 /* fltk.framework in CopyFiles */, + 3B69310A94BB1C1C1E625AFF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D85282CADC33C9CDAC691F8 /* CopyFiles */ = { + 434A86FB5C1CE9B2CF55EE03 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - F28E4B462EE411E7CF6D089F /* fltk.framework in CopyFiles */, - 17B2F04EAE21B4B8B154BE2F /* fltk_forms.framework in CopyFiles */, + DB7414515273F1BE95A8E643 /* fltk.framework in CopyFiles */, + 14517F8C12393740200AA4E7 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4492558DE8DA3F147175F86A /* CopyFiles */ = { + 4A709C114E906541B57052EA /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 17704356FE53B0E52650901B /* fltk.framework in CopyFiles */, + 1E57C5D678A16C5444BDD4DF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 507825BB3E92719C2C91C47A /* CopyFiles */ = { + 544D823FF556F6C82C25D979 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 208BDEBF27B3D8F53C4F4736 /* fltk.framework in CopyFiles */, + 494779CCE1AD3D6D194D17DE /* fltk.framework in CopyFiles */, + EC746AE038904E1510D7BDD0 /* fltkforms.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 52598CB6C3EEEE595985C991 /* CopyFiles */ = { + 590F3E28ED5A7133C2C60B14 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2ACF1B6FA6600F810D6F9ECD /* fltk.framework in CopyFiles */, + E824117FC38CF883BB82986E /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 53C8F106389F121EA5C92FD9 /* CopyFiles */ = { + 5A94201BB20742D5E64EA697 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - DFE0A20C0F27F12E50B3AA12 /* fltk.framework in CopyFiles */, + EE66B16B9393C0B0F72907E2 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 54B2F8BB599729599B90FEA8 /* CopyFiles */ = { + 6611006ED0D2702472178B15 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - E1257EEF4B049C4328581415 /* fltk.framework in CopyFiles */, + 97528502A14EF777F4D7D1AA /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5CA732176C423FEB3042E2C2 /* CopyFiles */ = { + 676665A61656C977C88800B8 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 7F8E9A43FD449E586632F639 /* fltk.framework in CopyFiles */, + EDDA61E9EDF5D5D7B98A11E6 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5E9452CCC1ED6DBA30E2827E /* CopyFiles */ = { + 6C96E3DDC9B1FD42BDD62EA6 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 15A71A05D1B9933033552158 /* fltk.framework in CopyFiles */, + 214E9115B5620F28CF32EB29 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66B92D4B2A2B7638EBF1C822 /* CopyFiles */ = { + 6E7D1812844A01A4B3AAAA3C /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 5815F7C718DBC4AC418AA62A /* fltk.framework in CopyFiles */, + 935CBF26197DE3E2C7FDD461 /* fltk.framework in CopyFiles */, + 317672BC48565DCB9A02D5A0 /* fltkimages.framework in CopyFiles */, + 7A503F1C8603ABE6FB0A232C /* fltkjpeg.framework in CopyFiles */, + F9149922AEB2A3DB5BB4FEBA /* fltkpng.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7549A4D80CA06A24BC36C468 /* CopyFiles */ = { + 708FD3778FC278FDC2222BBF /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 415101545BFDD3B8EBF50E70 /* fltk.framework in CopyFiles */, + 0A0CA7C3C38859B2F8D5D53E /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A38B38D997F6970EF2069A0 /* CopyFiles */ = { + 8A954DB3F122CED885CBA82C /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 71B32BA4779F258799852B95 /* fltk.framework in CopyFiles */, + 6C474875AF7CD01E3EBEECFE /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8171C46058C5B3B221CE8970 /* CopyFiles */ = { + 8D1C96F25759541BDA4DBB9E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - F54ED2965C61E03CC728D1FC /* fltk.framework in CopyFiles */, + 494C34DC37B3388DC0D79E4F /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8343FAABEEF3576E214EB109 /* CopyFiles */ = { + 8E0CBA83AFE055E57E9205C5 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - DB0BBD1D64323AFB6AC56F88 /* fltk.framework in CopyFiles */, - EB27F5B428A608348A0D2A55 /* fltk_forms.framework in CopyFiles */, + 171CF2272192F141E2ADB80D /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8349D269D5EA3E8241B878D1 /* CopyFiles */ = { + 94881E873E04ED0434655783 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 1A0044F2991DFE8A5DE39582 /* fltk.framework in CopyFiles */, + B5E08A9352E8C2E8C5C2662B /* fltk.framework in CopyFiles */, + C31AA70DDBF9F0D3A84536B7 /* fltkforms.framework in CopyFiles */, + 8367038E4E1618E8958D0A44 /* fltkimages.framework in CopyFiles */, + 4D71D626945A4013B1F3AD7E /* fltkjpeg.framework in CopyFiles */, + 7B36416B8A39AFDB68ABAC71 /* fltkpng.framework in CopyFiles */, + DD9A003AE357DBC0FFCED457 /* zlib.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 91D7C6815CB45B55C1E639A1 /* CopyFiles */ = { + 9513B59A2F788DC831EC0A6C /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 27E04A0AB5B1DE060F726E60 /* fltk.framework in CopyFiles */, + 1277803DEDAA3B4750BD2D88 /* fltk.framework in CopyFiles */, + B5C47D0C4DDB07B11C2F3128 /* fltkforms.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - 92E09E9E066AFE1F0092EADF /* CopyFiles */ = { + 9657D14D0331172B67281036 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2B0306FB29014F02ED5AAF7B /* fltk.framework in CopyFiles */, + B446D40D59351A5C9A43AF0D /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - A3197BE95F8D77373392B3B9 /* CopyFiles */ = { + A06BA7E204DA705095FEFEDA /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - BBA3D77B29970C19D69FE4D4 /* fltk.framework in CopyFiles */, + 4167A0EB914B3937456D774F /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - A9057C0F841C1C715821841B /* CopyFiles */ = { + A46E44943CB5048C36C1220D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 3FECECBF9DA0AB5AFDAF1BB5 /* fltk.framework in CopyFiles */, + 11BD7CFD2C07E857702DBBEF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - A986B932FB92E499B2DF5612 /* CopyFiles */ = { + A4B1225384025F79307D80C2 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - ECAD3CABAA705A46C0961B7E /* fltk.framework in CopyFiles */, - 0ED187D50EF5AF61D35E0B26 /* fltk_images.framework in CopyFiles */, - 6FCD58AE6EC965D06BC02E2C /* fltk_jpeg.framework in CopyFiles */, - AF7522EE96E123CFEF7F3D6F /* fltk_png.framework in CopyFiles */, + 2A5E382CB88AF66A80F661EC /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - ADA7B91867F82C599AC6095C /* CopyFiles */ = { + A647C3E1DF77E93E853EFDFE /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2769881FB24A476371728900 /* fltk.framework in CopyFiles */, + 992FD2E4275898587BAEC48E /* fltk.framework in CopyFiles */, + 5A3AD36DC9F09345BEF16A02 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - B1F426DAD171AC278F235A0B /* CopyFiles */ = { + A874FC9987DE75D76EC0319D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 4B4795C102475144452EA581 /* fltk.framework in CopyFiles */, + 113955CE20FF9496F60B43AF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - B5CD93310DFE9FA481835CF5 /* CopyFiles */ = { + ABD387A2230D727299D27577 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - D1AA3B0E3C541095483A19B3 /* fltk.framework in CopyFiles */, + 541FBE36F04E671EA2AF0DA3 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - B7076248B568724E2910189F /* CopyFiles */ = { + AF36D82D22BC768CEE1CC962 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - FD59338E5BBC58647C40B996 /* fltk.framework in CopyFiles */, + BBD908E6F7AB4CCE5B08E524 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - B903C11F196ADBAF08D6E304 /* CopyFiles */ = { + B8F81AAF7A3568C15B29CA34 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 9B1577D4BC5DC711D827EEB1 /* fltk.framework in CopyFiles */, - 2D8BF679D26EA15173064F4D /* fltk_gl.framework in CopyFiles */, + 36A397ADDA007148D3436F52 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - BA097DB47117456D7AE56FC5 /* CopyFiles */ = { + B92FFC0164B7D84F5F288AF7 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 3C3709FA84BB8D9A61E66C69 /* fltk.framework in CopyFiles */, + 82BA6293A8CD84EFA57F4CF7 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - BBFC4ED919A2197E85E87476 /* CopyFiles */ = { + BAB4672C573B4D561D90DAAD /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 6E3520ECCF40745A33A90572 /* fltk.framework in CopyFiles */, - 06A979D7081CD3AB625B33E6 /* fltk_images.framework in CopyFiles */, - 8D9BB43D6AB6DA19161999D6 /* fltk_jpeg.framework in CopyFiles */, - E196CDE8C541970CB876F614 /* fltk_png.framework in CopyFiles */, + 387BFD40D13DAD6DAF9A273E /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - BD0BF9C001A5FA7B350A4576 /* CopyFiles */ = { + BB11B9964AED213ABDF2CC6B /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 56C30BBA2D8BCDD68F464AB7 /* fltk.framework in CopyFiles */, - 0BC5184BFC8E6C5328B89AC4 /* fltk_forms.framework in CopyFiles */, + BE84C54C3D37A6A91C905917 /* fltk.framework in CopyFiles */, + 2337D1BD0C5A3C45179B08AE /* fltkgl.framework in CopyFiles */, + F4A87F7C1997DE8EF4DB2BD1 /* fltkforms.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - BDC11FF866277643C8E8489E /* CopyFiles */ = { + BEBDC1C86FDD4226BE733C51 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - EB7D6F15C30C181F2CE32E2A /* fltk.framework in CopyFiles */, + C77A3794E2C847952FB8AA6E /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - C6C0F665579BE94A89DA0862 /* CopyFiles */ = { + BED8C7ADF274702110316798 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - F151397F1F3F30186482E1D6 /* fltk.framework in CopyFiles */, + FDF1FB7A75A1181B6F1803F2 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - C730647A4AEFF8D6EA5E11A0 /* CopyFiles */ = { + C7E19C54C9087C5738B31696 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 4A9CE93BAE7C8440B61C6AC4 /* fltk.framework in CopyFiles */, + B419119B47FEFA2B99E1A41B /* fltk.framework in CopyFiles */, + F533EC1A7FB3D3FBE4B947D6 /* fltkimages.framework in CopyFiles */, + A6994789EE619EB7D8460940 /* fltkjpeg.framework in CopyFiles */, + D3DF50349A628A1DDB4F7883 /* fltkpng.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA0399FE0BDE0733C3D518C5 /* CopyFiles */ = { + CA895FA62154FFB6DA93E328 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - C2C7701583BB26FF6C885C0E /* fltk.framework in CopyFiles */, + 5826D10780DEB568AEB5231D /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - CB5600EEBBBFD3B2B484966B /* CopyFiles */ = { + CC51D6584CAFB4AF662B78B9 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A2861FBF58B935A1A9E4E8A6 /* fltk.framework in CopyFiles */, + 13CC7FA843BD4FDD7AC0667F /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - CB9C456D5DF77E3C82F3CEE8 /* CopyFiles */ = { + CDCB82F5BA25F341831B5920 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - C81B0CD87E78AAB60096B9AE /* fltk.framework in CopyFiles */, - 05DB69630635EA092932C713 /* fltk_images.framework in CopyFiles */, - D2E0FF267719E9CD62F7718D /* fltk_jpeg.framework in CopyFiles */, - 7E939F37D702B392D024FF64 /* fltk_png.framework in CopyFiles */, + F8294BD7720864142570971D /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - CBC10E6095682931D4E478EE /* CopyFiles */ = { + D229E05647E87A8CC04EFD6A /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 73CDBFC9EAB9740DCF025C2B /* fltk.framework in CopyFiles */, + 0EBD1225D89C4CCBFD7CD4B3 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - D7653E619FF03A1FA4C306B8 /* CopyFiles */ = { + D38793CE952A460698355D82 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - F1C7E016AC7EF50CDEE43486 /* fltk.framework in CopyFiles */, + F89D5C65FF578EFA43FA01AF /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - DA134775DCF13641D89B8984 /* CopyFiles */ = { + D4687C9A8B408CD652286B09 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 46E5BB2F7D71183456BD1385 /* fltk.framework in CopyFiles */, + D8F5EDC6E717768159499EE0 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - E03122E6287544C6BD3E64DA /* CopyFiles */ = { + D7493ACA0F16EB4E0DBC03A8 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 22AB65D6563D11452C764D5E /* fltk.framework in CopyFiles */, - E0C72F52B5508B5387B66A7C /* fltk_gl.framework in CopyFiles */, + 846DB2CB7C26B6ACCAAFDD2E /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - E30BEDE61A5C119B3E774493 /* CopyFiles */ = { + D92316B5FEABFFFCD4C47189 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 3954A3073F56621DDD746783 /* fltk.framework in CopyFiles */, + 523539CC9550695D571F7B88 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - E6A3A31AAB80F884F558B8A0 /* CopyFiles */ = { + E260FD5BEF8B77238C47E724 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - EFE879FF90193086E6B271A7 /* fltk.framework in CopyFiles */, - 353F127BEA2C45EC08C2BB73 /* fltk_images.framework in CopyFiles */, - 02752377235184690922A3A6 /* fltk_jpeg.framework in CopyFiles */, - CCBE3A9ABE188BEF53385477 /* fltk_png.framework in CopyFiles */, + 581A46907F7EBDA05C67AB5C /* fltk.framework in CopyFiles */, + B14E070DDC89CBBC9CC5B0C2 /* fltkgl.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - EC9C83AA93352B04FD8B64C9 /* CopyFiles */ = { + E38EFB3306DCFEB03C16DCBB /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2F0117C026481E4CF955DF0E /* fltk.framework in CopyFiles */, + E42F1D564E9626D947BDBB62 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - ED6ED74BEA11C7F42B73A590 /* CopyFiles */ = { + E47641ED7B978A5D2E2C0133 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - C628A2AE80BE8C2E30A7754E /* fltk.framework in CopyFiles */, + 1E958924B68A68D5C3EE2133 /* fltk.framework in CopyFiles */, + 119289124BA77B3202890F9B /* fltkforms.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - F084BC2DDC4E8FDA3E7B1252 /* CopyFiles */ = { + E97262F51802CE0C04271662 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 2D1C94E300267BE443F281DF /* fltk.framework in CopyFiles */, + D0EF5847391B71A3D543E600 /* fltk.framework in CopyFiles */, + D1C83E5E64E4D55A180BAF67 /* fltkforms.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - F0FF28FF329F2AF8D67CF104 /* CopyFiles */ = { + EEF287B5F80F4ADEE830001D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 9FEDC841F27A6AE5A530A798 /* fltk.framework in CopyFiles */, - 0BEBA771486E7FB195801170 /* fltk_gl.framework in CopyFiles */, + 766AE84794AF11F9F26B91DD /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - F28789D3C87F3EEA1124155A /* CopyFiles */ = { + F27517B3C920F5C9A3EF8BD8 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - A6355A922D3CA249D588A185 /* fltk.framework in CopyFiles */, + 2CC10F792D12DD978E966128 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; - FAC55709ADCCB58954627802 /* CopyFiles */ = { + FD93BB9282CE00B24D987639 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 9C114808005B549EC01038F6 /* fltk.framework in CopyFiles */, - B3950392773FB82068F96D2B /* fltk_gl.framework in CopyFiles */, + DE22C50A20752D0750AFEEE2 /* fltk.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 006B8132F13D4CD073FFC966 /* Fl_Window_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_Type.cxx; path = ../../fluid/Fl_Window_Type.cxx; sourceTree = SOURCE_ROOT; }; - 00C4760E884394020A7AF124 /* filename_isdir.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_isdir.cxx; path = ../../src/filename_isdir.cxx; sourceTree = SOURCE_ROOT; }; - 01365B2AB2D137E5FB0F2768 /* native-filechooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "native-filechooser.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 01E94DD6C95504481BE5D5CA /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = ../../png/pngrutil.c; sourceTree = SOURCE_ROOT; }; - 025D98ECFA261EEBB39564A4 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = ../../png/pngtrans.c; sourceTree = SOURCE_ROOT; }; - 027A524F9AB8BAD132D1F32A /* factory.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = factory.cxx; path = ../../fluid/factory.cxx; sourceTree = SOURCE_ROOT; }; - 04864C9A770EE2A88F9E3687 /* Fl_Group.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Group.cxx; path = ../../src/Fl_Group.cxx; sourceTree = SOURCE_ROOT; }; - 04BFEE1F0FB6C010728A7878 /* function_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = function_panel.cxx; path = ../../fluid/function_panel.cxx; sourceTree = SOURCE_ROOT; }; - 04DFD3E35EBF26D2252AF401 /* list_visuals.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = list_visuals.cxx; path = ../../test/list_visuals.cxx; sourceTree = SOURCE_ROOT; }; - 05E57241F7D4AC51E1258605 /* Fl_Preferences.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Preferences.cxx; path = ../../src/Fl_Preferences.cxx; sourceTree = SOURCE_ROOT; }; - 077DAFE43E44B25659E8FCB4 /* CubeView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CubeView.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 07B117D2228177E3F0726FD6 /* template_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = template_panel.cxx; path = ../../fluid/template_panel.cxx; sourceTree = SOURCE_ROOT; }; - 08923864A1A5C08548F5163F /* fast_slow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fast_slow.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0915BA8C74D8A14B77D456D7 /* fl_arci.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_arci.cxx; path = ../../src/fl_arci.cxx; sourceTree = SOURCE_ROOT; }; - 09DEC296EF1C6E4310ABF925 /* output.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = output.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A290063CD87D88B970ADC21 /* shape.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shape.cxx; path = ../../test/shape.cxx; sourceTree = SOURCE_ROOT; }; - 0AAB18665C9CAFE9DEDDBFA6 /* ask.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ask.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0B634A2E88B5A8B420A6C673 /* navigation.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = navigation.cxx; path = ../../test/navigation.cxx; sourceTree = SOURCE_ROOT; }; - 0C0193053580229E1EF2B23E /* mandelbrot.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mandelbrot.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0CE4DDAE6A6CC00F91B3E41A /* Fl_Function_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Function_Type.cxx; path = ../../fluid/Fl_Function_Type.cxx; sourceTree = SOURCE_ROOT; }; - 0E23F09ECC5F8B34B30C6434 /* Fl_x.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_x.cxx; path = ../../src/Fl_x.cxx; sourceTree = SOURCE_ROOT; }; - 0E2EE8E8CEA47E996094C1A0 /* buttons.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = buttons.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0E7217CFD07149DCC2C4A080 /* pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pixmap.cxx; path = ../../test/pixmap.cxx; sourceTree = SOURCE_ROOT; }; - 0EA61F9B1AA40EE1B9DB23AF /* Fl_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Button.cxx; path = ../../src/Fl_Button.cxx; sourceTree = SOURCE_ROOT; }; - 0EAD7D57EC521C8401A48665 /* Fl_abort.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_abort.cxx; path = ../../src/Fl_abort.cxx; sourceTree = SOURCE_ROOT; }; - 0F433F35F76034193610EE15 /* jidctred.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctred.c; path = ../../jpeg/jidctred.c; sourceTree = SOURCE_ROOT; }; - 0F498549F6AFAF378C15FF57 /* Fl_File_Icon.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Icon.cxx; path = ../../src/Fl_File_Icon.cxx; sourceTree = SOURCE_ROOT; }; - 0FD0682F5B72D31EE2483CDC /* preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 126C57E0D57C1E698C837F41 /* Fl_File_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Chooser.cxx; path = ../../src/Fl_File_Chooser.cxx; sourceTree = SOURCE_ROOT; }; - 12C993C2CD4C710D5F2E0A00 /* tile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tile.cxx; path = ../../test/tile.cxx; sourceTree = SOURCE_ROOT; }; - 12E600B6AC10863B6B394ABA /* Fl_grab.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_grab.cxx; path = ../../src/Fl_grab.cxx; sourceTree = SOURCE_ROOT; }; - 1301FD6C1D2DD0C3EB219678 /* Fl_get_system_colors.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_get_system_colors.cxx; path = ../../src/Fl_get_system_colors.cxx; sourceTree = SOURCE_ROOT; }; - 131A0F03B5E1726570350E0B /* pack.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pack.cxx; path = ../../test/pack.cxx; sourceTree = SOURCE_ROOT; }; - 13B89AA7B36EA506A2F009D5 /* Fl_Wizard.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Wizard.cxx; path = ../../src/Fl_Wizard.cxx; sourceTree = SOURCE_ROOT; }; - 13E2FC2C2DF31FB5D7D0140A /* threads.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = threads.cxx; path = ../../test/threads.cxx; sourceTree = SOURCE_ROOT; }; - 13E7EE50AC3A882F681C036B /* gl_overlay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = gl_overlay.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 14137B8818B6E7AB5A6BBCFF /* Fl_Overlay_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Overlay_Window.cxx; path = ../../src/Fl_Overlay_Window.cxx; sourceTree = SOURCE_ROOT; }; - 14ECCE0A4E1A704683214345 /* browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = browser.cxx; path = ../../test/browser.cxx; sourceTree = SOURCE_ROOT; }; - 14FB23F846B0D4A3F4740B62 /* jutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jutils.c; path = ../../jpeg/jutils.c; sourceTree = SOURCE_ROOT; }; - 15231FB9AED71D3C4188DB31 /* jdcolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdcolor.c; path = ../../jpeg/jdcolor.c; sourceTree = SOURCE_ROOT; }; - 1552E502422B989510E3E93F /* Fl_Multi_Label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Multi_Label.cxx; path = ../../src/Fl_Multi_Label.cxx; sourceTree = SOURCE_ROOT; }; - 15799B05273327418DD4B6E2 /* symbols.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = symbols.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 15C6D0B8D80661006E0633C1 /* jfdctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctint.c; path = ../../jpeg/jfdctint.c; sourceTree = SOURCE_ROOT; }; - 15F30DE372DDDE631694D474 /* fl_overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_overlay.cxx; path = ../../src/fl_overlay.cxx; sourceTree = SOURCE_ROOT; }; - 15FBA143C4C495499EEB3CCB /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = ../../png/pngwrite.c; sourceTree = SOURCE_ROOT; }; - 171C27815E60002D49217090 /* fl_open_uri.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_open_uri.cxx; path = ../../src/fl_open_uri.cxx; sourceTree = SOURCE_ROOT; }; - 17312C4E9284667516852865 /* freeglut_teapot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_teapot.cxx; path = ../../src/freeglut_teapot.cxx; sourceTree = SOURCE_ROOT; }; - 17ED734352A571D72E731236 /* jdhuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdhuff.c; path = ../../jpeg/jdhuff.c; sourceTree = SOURCE_ROOT; }; - 183AC9FD249D0E1D5CABF98F /* image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = image.cxx; path = ../../test/image.cxx; sourceTree = SOURCE_ROOT; }; - 1862D929ACBF8E5F5CA4D9B8 /* adjuster.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = adjuster.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 192F4C05F5A341C4A7F0AAFF /* menubar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = menubar.cxx; path = ../../test/menubar.cxx; sourceTree = SOURCE_ROOT; }; - 1A982F696AEB509341DCEA44 /* Fl_Choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Choice.cxx; path = ../../src/Fl_Choice.cxx; sourceTree = SOURCE_ROOT; }; - 1BBF4034988CC9D22FC1D037 /* fl_draw_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw_image.cxx; path = ../../src/fl_draw_image.cxx; sourceTree = SOURCE_ROOT; }; - 1C1B0736D90F0480F6757616 /* tiled_image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tiled_image.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1CFCD1734CDB65C5772153B7 /* jdcoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdcoefct.c; path = ../../jpeg/jdcoefct.c; sourceTree = SOURCE_ROOT; }; - 1DAA3C7AF3B2706C3E3C36C4 /* Fl_Text_Display.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Display.cxx; path = ../../src/Fl_Text_Display.cxx; sourceTree = SOURCE_ROOT; }; - 1E8395B056174C5E365985A4 /* Fl_Color_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Color_Chooser.cxx; path = ../../src/Fl_Color_Chooser.cxx; sourceTree = SOURCE_ROOT; }; - 1F3DAC98A8B1E4F022893671 /* fonts.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fonts.cxx; path = ../../test/fonts.cxx; sourceTree = SOURCE_ROOT; }; - 1FC2B8E20864BCAA0A6579BF /* doublebuffer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = doublebuffer.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 211BDD2EEFB09BCEFED889C0 /* fl_shortcut.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_shortcut.cxx; path = ../../src/fl_shortcut.cxx; sourceTree = SOURCE_ROOT; }; - 212C4A7E62B9690D56981949 /* boxtype.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = boxtype.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 217B17DE233D4AE84E78FEE6 /* gl_draw.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gl_draw.cxx; path = ../../src/gl_draw.cxx; sourceTree = SOURCE_ROOT; }; - 21B4595A150C88AAD1B156E4 /* radio.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = radio.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 2305AC4DEF55C1D38F48830C /* file_chooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = file_chooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 23CF21299411655E4E431350 /* jdmerge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmerge.c; path = ../../jpeg/jdmerge.c; sourceTree = SOURCE_ROOT; }; - 24407A5F94DCC2A4DF7DA26B /* button.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = button.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 2504BF73101D3855871F502E /* resizebox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = resizebox.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 25568F59BC14837E603F950F /* jcapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcapistd.c; path = ../../jpeg/jcapistd.c; sourceTree = SOURCE_ROOT; }; - 25C591B4B84F3360994D133D /* Fl_Text_Editor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Editor.cxx; path = ../../src/Fl_Text_Editor.cxx; sourceTree = SOURCE_ROOT; }; - 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk_forms.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 297BFE989C64F8A90749AB7B /* curve.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = curve.cxx; path = ../../test/curve.cxx; sourceTree = SOURCE_ROOT; }; - 29ACCF0D542BBD240575DCC7 /* mandelbrot_ui.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = mandelbrot_ui.fl; path = ../../test/mandelbrot_ui.fl; sourceTree = SOURCE_ROOT; }; - 2B4C00E2B1916AFD33D2E451 /* fl_color.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_color.cxx; path = ../../src/fl_color.cxx; sourceTree = SOURCE_ROOT; }; - 2C68262415ACC80C9B83CDBD /* Fl_File_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Input.cxx; path = ../../src/Fl_File_Input.cxx; sourceTree = SOURCE_ROOT; }; - 2C75D80D61EF5AA9D6F6D20C /* pixmap_browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pixmap_browser.cxx; path = ../../test/pixmap_browser.cxx; sourceTree = SOURCE_ROOT; }; - 2D6C05D43C86B09E3164D05F /* jdatasrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdatasrc.c; path = ../../jpeg/jdatasrc.c; sourceTree = SOURCE_ROOT; }; - 2E0E252384745B8573FF2167 /* scroll.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = scroll.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 308F8D4F983EED6D7CEB1C89 /* line_style.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = line_style.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 30E1621F00DCDBA7278E65B2 /* Fl_Window_iconize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_iconize.cxx; path = ../../src/Fl_Window_iconize.cxx; sourceTree = SOURCE_ROOT; }; - 3133AD3972BCA0DEAE3776AA /* line_style.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = line_style.cxx; path = ../../test/line_style.cxx; sourceTree = SOURCE_ROOT; }; - 3187F87965135EFF54AFEA91 /* fl_round_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_round_box.cxx; path = ../../src/fl_round_box.cxx; sourceTree = SOURCE_ROOT; }; - 31D2A125A7383255F1B3B6DD /* jdatadst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdatadst.c; path = ../../jpeg/jdatadst.c; sourceTree = SOURCE_ROOT; }; - 31EDDCEE6A210D28E5A8E32B /* forms_pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_pixmap.cxx; path = ../../src/forms_pixmap.cxx; sourceTree = SOURCE_ROOT; }; - 32E9D9C84B758E1BFF4B193B /* fltk.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 340B41275505B931FCE93765 /* Fluid.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fluid.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 348105746B4CA76C2FE4D58C /* freeglut_stroke_mono_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_stroke_mono_roman.cxx; path = ../../src/freeglut_stroke_mono_roman.cxx; sourceTree = SOURCE_ROOT; }; - 35987C4FF9B8A69B2387DE8D /* fl_utf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fl_utf.c; path = ../../src/fl_utf.c; sourceTree = SOURCE_ROOT; }; - 36278E9586F61D5B2906C4BC /* demo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = demo.cxx; path = ../../test/demo.cxx; sourceTree = SOURCE_ROOT; }; - 369612254156FC117310507F /* jchuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jchuff.c; path = ../../jpeg/jchuff.c; sourceTree = SOURCE_ROOT; }; - 36B11CCC68011DA1D0F5FBC0 /* fl_encoding_latin1.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_encoding_latin1.cxx; path = ../../src/fl_encoding_latin1.cxx; sourceTree = SOURCE_ROOT; }; - 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk_gl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 37B771B27F0F632C0D7767E7 /* hello.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hello.cxx; path = ../../test/hello.cxx; sourceTree = SOURCE_ROOT; }; - 38F361BF1E7C395D4A11E1D9 /* Fl_Tooltip.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tooltip.cxx; path = ../../src/Fl_Tooltip.cxx; sourceTree = SOURCE_ROOT; }; - 3A3035779AF8686D7C87ED37 /* Fl_Tree_Item_Array.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Item_Array.cxx; path = ../../src/Fl_Tree_Item_Array.cxx; sourceTree = SOURCE_ROOT; }; - 3AED75686FA9DD54FABFA201 /* code.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = code.cxx; path = ../../fluid/code.cxx; sourceTree = SOURCE_ROOT; }; - 3B89D0BE576EABA142C41FF2 /* Fluid_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fluid_Image.cxx; path = ../../fluid/Fluid_Image.cxx; sourceTree = SOURCE_ROOT; }; - 3BAD8814F1DE341F2D95633D /* jfdctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctflt.c; path = ../../jpeg/jfdctflt.c; sourceTree = SOURCE_ROOT; }; - 3BE808A00A08B54EBE4D91C7 /* Fl_add_idle.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_add_idle.cxx; path = ../../src/Fl_add_idle.cxx; sourceTree = SOURCE_ROOT; }; - 3D6F18464508058BC640C526 /* Fl_Window_fullscreen.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_fullscreen.cxx; path = ../../src/Fl_Window_fullscreen.cxx; sourceTree = SOURCE_ROOT; }; - 3D906DDE7337A8686D55C166 /* Fl_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Image.cxx; path = ../../src/Fl_Image.cxx; sourceTree = SOURCE_ROOT; }; - 3DC07D853784FD027183D6D1 /* fl_set_fonts.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_set_fonts.cxx; path = ../../src/fl_set_fonts.cxx; sourceTree = SOURCE_ROOT; }; - 3E9E5E9692EE3282ACD67CF7 /* Fl_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser.cxx; path = ../../src/Fl_Browser.cxx; sourceTree = SOURCE_ROOT; }; - 3EB4EBCD2999AAA821F77EAD /* Fl_compose.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_compose.cxx; path = ../../src/Fl_compose.cxx; sourceTree = SOURCE_ROOT; }; - 3F3574163B31A59E09B343D2 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = ../../png/pngwtran.c; sourceTree = SOURCE_ROOT; }; - 3F42D7B98D5B393BE5A55824 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = ../../png/pngwutil.c; sourceTree = SOURCE_ROOT; }; - 3F9BC24D073C9FF305985BC9 /* jcapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcapimin.c; path = ../../jpeg/jcapimin.c; sourceTree = SOURCE_ROOT; }; - 3F9CB6B80D8684747057C3EA /* keyboard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = keyboard.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 3FA4B9D7EBEA9CAD9B761A0B /* Fl_Pack.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Pack.cxx; path = ../../src/Fl_Pack.cxx; sourceTree = SOURCE_ROOT; }; - 40161D5C3EAE7EAE6117222D /* filename_setext.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_setext.cxx; path = ../../src/filename_setext.cxx; sourceTree = SOURCE_ROOT; }; - 4073168695516C78C3336202 /* fractals.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fractals.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 4164938B1DB745A556EBD928 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 41A381353C10CC3AA4000D5E /* fl_cursor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_cursor.cxx; path = ../../src/fl_cursor.cxx; sourceTree = SOURCE_ROOT; }; - 41D32A0F5F910157CA0EDAEB /* Fl_XPM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_XPM_Image.cxx; path = ../../src/Fl_XPM_Image.cxx; sourceTree = SOURCE_ROOT; }; - 421C693680CFF1721046B3C6 /* blocks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blocks.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 432ED699D6627B62DB7C654D /* Fl_Dial.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Dial.cxx; path = ../../src/Fl_Dial.cxx; sourceTree = SOURCE_ROOT; }; - 441F165658B18D12116B4E83 /* subwindow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = subwindow.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 44E7B6140A60156610B7CBB6 /* sudoku.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sudoku.cxx; path = ../../test/sudoku.cxx; sourceTree = SOURCE_ROOT; }; - 453D93F2DC2D34F9E06D05E2 /* ide_support.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_support.cxx; path = ../../fluid/ide_support.cxx; sourceTree = SOURCE_ROOT; }; - 468EEA179CD383CB6B1F3550 /* ask.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ask.cxx; path = ../../test/ask.cxx; sourceTree = SOURCE_ROOT; }; - 4A50BD5B8CD36A16394784F4 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = ../../png/pngread.c; sourceTree = SOURCE_ROOT; }; - 4D27D021D96146BC09DF2AF0 /* alignment_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignment_panel.cxx; path = ../../fluid/alignment_panel.cxx; sourceTree = SOURCE_ROOT; }; - 4E7FECB107AEA8E0317EC50E /* Fl_Roller.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Roller.cxx; path = ../../src/Fl_Roller.cxx; sourceTree = SOURCE_ROOT; }; - 4EBFC1E6013F082A16F92307 /* fluid.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = fluid.icns; path = icons/fluid.icns; sourceTree = "<group>"; }; - 4FB7F7A395DAD718B3B1D14E /* Fl_Menu_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Window.cxx; path = ../../src/Fl_Menu_Window.cxx; sourceTree = SOURCE_ROOT; }; - 512CF49F02508FD593E30537 /* native-filechooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "native-filechooser.cxx"; path = "../../test/native-filechooser.cxx"; sourceTree = SOURCE_ROOT; }; - 51724D2BABE7CA34E3631C06 /* fl_ask.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_ask.cxx; path = ../../src/fl_ask.cxx; sourceTree = SOURCE_ROOT; }; - 51D405E51D174960F3E5B1F1 /* menubar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = menubar.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 520A45DC9E3712C4E0E418EF /* jdpostct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdpostct.c; path = ../../jpeg/jdpostct.c; sourceTree = SOURCE_ROOT; }; - 54AF7CCC7D24BFCBD6174960 /* Fl_PNG_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_PNG_Image.cxx; path = ../../src/Fl_PNG_Image.cxx; sourceTree = SOURCE_ROOT; }; - 552D5A386F1F288E1BE42AFB /* cube.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cube.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 56086674A453C66479633CA1 /* fl_file_dir.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_file_dir.cxx; path = ../../src/fl_file_dir.cxx; sourceTree = SOURCE_ROOT; }; - 563404F01D0E97643530A7D2 /* Fl_Progress.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Progress.cxx; path = ../../src/Fl_Progress.cxx; sourceTree = SOURCE_ROOT; }; - 56AC13BEB20C2BC97B3578EC /* image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = image.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 57D779AF16FCD09EACF1FA2D /* jdphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdphuff.c; path = ../../jpeg/jdphuff.c; sourceTree = SOURCE_ROOT; }; - 585F1A5822DCC418EAD08712 /* vsnprintf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vsnprintf.c; path = ../../src/vsnprintf.c; sourceTree = SOURCE_ROOT; }; - 593DCEC0E5DC54FE98083546 /* Fl_get_key.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_get_key.cxx; path = ../../src/Fl_get_key.cxx; sourceTree = SOURCE_ROOT; }; - 597B5CCCAC3582AD79D536DF /* help.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = help.cxx; path = ../../test/help.cxx; sourceTree = SOURCE_ROOT; }; - 599940F73103849B55527062 /* Fl_JPEG_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_JPEG_Image.cxx; path = ../../src/Fl_JPEG_Image.cxx; sourceTree = SOURCE_ROOT; }; - 599BE82C41DEDF4BEE1E0E15 /* colbrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = colbrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5A595462690D4951B2BA5163 /* undo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = undo.cxx; path = ../../fluid/undo.cxx; sourceTree = SOURCE_ROOT; }; - 5CC07C8FD2DF10B922023335 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; }; - 5CF13271948E173B082C8996 /* Fl_Text_Buffer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Buffer.cxx; path = ../../src/Fl_Text_Buffer.cxx; sourceTree = SOURCE_ROOT; }; - 5D3B2C30820278CEACA33BA0 /* glut_compatability.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glut_compatability.cxx; path = ../../src/glut_compatability.cxx; sourceTree = SOURCE_ROOT; }; - 5DFBC09A94977AE732CBD5A4 /* filename_match.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_match.cxx; path = ../../src/filename_match.cxx; sourceTree = SOURCE_ROOT; }; - 5DFDA8AAD388B20884FF274E /* Fl_File_Icon2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Icon2.cxx; path = ../../src/Fl_File_Icon2.cxx; sourceTree = SOURCE_ROOT; }; - 5E2552A7B79A96A541DF8D61 /* cube.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cube.cxx; path = ../../test/cube.cxx; sourceTree = SOURCE_ROOT; }; - 5E8DD6C75B876B84A836BF4E /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = ../../png/pngpread.c; sourceTree = SOURCE_ROOT; }; - 5E9FCB589E628A4900844078 /* align_widget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = align_widget.cxx; path = ../../fluid/align_widget.cxx; sourceTree = SOURCE_ROOT; }; - 5FBB7F4C12EDAECF785BCDCA /* buttons.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = buttons.cxx; path = ../../test/buttons.cxx; sourceTree = SOURCE_ROOT; }; - 605882E4AD97D020A048CDC6 /* tabs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tabs.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 60A0690D80E542DBAB1B92F0 /* jcprepct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcprepct.c; path = ../../jpeg/jcprepct.c; sourceTree = SOURCE_ROOT; }; - 62538F87ADEA55FD337D4FFC /* jcmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmainct.c; path = ../../jpeg/jcmainct.c; sourceTree = SOURCE_ROOT; }; - 62BCF76876268046199B5EF3 /* jccolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jccolor.c; path = ../../jpeg/jccolor.c; sourceTree = SOURCE_ROOT; }; - 64734FBED1814C5697E91E50 /* scroll.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scroll.cxx; path = ../../test/scroll.cxx; sourceTree = SOURCE_ROOT; }; - 648CB40303699FED03DCF57A /* CubeViewUI.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = CubeViewUI.fl; path = ../../test/CubeViewUI.fl; sourceTree = SOURCE_ROOT; }; - 64F033E40ACA66F0F2AD0C2C /* fl_plastic.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_plastic.cxx; path = ../../src/fl_plastic.cxx; sourceTree = SOURCE_ROOT; }; - 6515106B16440A75939E909C /* editor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = editor.cxx; path = ../../test/editor.cxx; sourceTree = SOURCE_ROOT; }; - 655A51FDC9E818AB55E85CCD /* fluid.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fluid.cxx; path = ../../fluid/fluid.cxx; sourceTree = SOURCE_ROOT; }; - 65A381CAD35967325DB9C2A7 /* filename_expand.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_expand.cxx; path = ../../src/filename_expand.cxx; sourceTree = SOURCE_ROOT; }; - 65C177E94F3F8D1E6E505BB6 /* Fl_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Input.cxx; path = ../../src/Fl_Input.cxx; sourceTree = SOURCE_ROOT; }; - 65C36846BAFAAE91FA57D9CE /* Fl_Menu.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu.cxx; path = ../../src/Fl_Menu.cxx; sourceTree = SOURCE_ROOT; }; - 66CDBDAEE9F3D94926F046B7 /* jdapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdapistd.c; path = ../../jpeg/jdapistd.c; sourceTree = SOURCE_ROOT; }; - 66E57EC7354F1E63E57B5F2C /* table.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = table.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 677601EECDC258BFDF96C03F /* jcmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmarker.c; path = ../../jpeg/jcmarker.c; sourceTree = SOURCE_ROOT; }; - 67C5378B1AE0074297A9E904 /* mandelbrot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mandelbrot.cxx; path = ../../test/mandelbrot.cxx; sourceTree = SOURCE_ROOT; }; - 67DCC4407C9B2B57219196AF /* Fl_Value_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Input.cxx; path = ../../src/Fl_Value_Input.cxx; sourceTree = SOURCE_ROOT; }; - 67EA7F444836D11CB93EFD43 /* jcmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmaster.c; path = ../../jpeg/jcmaster.c; sourceTree = SOURCE_ROOT; }; - 692F2E83E2A9A4BC92B3E8C3 /* list_visuals.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = list_visuals.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 69660715EAED86DB3748F69D /* jidctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctint.c; path = ../../jpeg/jidctint.c; sourceTree = SOURCE_ROOT; }; - 6B24D5E6450DE397B6D44C4D /* Fl_Gl_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Window.cxx; path = ../../src/Fl_Gl_Window.cxx; sourceTree = SOURCE_ROOT; }; - 6B5CD0A8B60A3ABDD37170B0 /* minimum.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimum.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CB7782140DBEAC6DD4D8E16 /* forms_bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_bitmap.cxx; path = ../../src/forms_bitmap.cxx; sourceTree = SOURCE_ROOT; }; - 6DC387ECEBD670647E6AD996 /* editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = editor.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6DD5696076F26D445032AB89 /* Fl_Widget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Widget.cxx; path = ../../src/Fl_Widget.cxx; sourceTree = SOURCE_ROOT; }; - 6E595AFFEFD226EA2CFEC608 /* clock.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = clock.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6E8FD8D7A7D39ADF4CC2F3EB /* jcsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcsample.c; path = ../../jpeg/jcsample.c; sourceTree = SOURCE_ROOT; }; - 6E990AA0E26D50C68DE4DDC3 /* keyboard.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = keyboard.cxx; path = ../../test/keyboard.cxx; sourceTree = SOURCE_ROOT; }; - 6EFF9A379B843ED7DD70CE26 /* fracviewer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fracviewer.cxx; path = ../../test/fracviewer.cxx; sourceTree = SOURCE_ROOT; }; - 6F65DC8D64DD94BB3E0501F4 /* Fl_Menu_global.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_global.cxx; path = ../../src/Fl_Menu_global.cxx; sourceTree = SOURCE_ROOT; }; - 6FBF714EE246590286601991 /* label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = label.cxx; path = ../../test/label.cxx; sourceTree = SOURCE_ROOT; }; - 718790843CF73EE2D3C375C2 /* Fl_Value_Slider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Slider.cxx; path = ../../src/Fl_Value_Slider.cxx; sourceTree = SOURCE_ROOT; }; - 71967C618718914304B0D083 /* resize.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = resize.fl; path = ../../test/resize.fl; sourceTree = SOURCE_ROOT; }; - 71ED40371ACA21CF1400341D /* filename_absolute.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_absolute.cxx; path = ../../src/filename_absolute.cxx; sourceTree = SOURCE_ROOT; }; - 7280A80CD370B4CA3122BD56 /* jdinput.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdinput.c; path = ../../jpeg/jdinput.c; sourceTree = SOURCE_ROOT; }; - 72B96882B0F2B2ADF6FB5D37 /* Fl_Bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Bitmap.cxx; path = ../../src/Fl_Bitmap.cxx; sourceTree = SOURCE_ROOT; }; - 7316A0ACB97C141B6A7871EC /* Fl_Shared_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Shared_Image.cxx; path = ../../src/Fl_Shared_Image.cxx; sourceTree = SOURCE_ROOT; }; - 74E329D27AD4B3F6BE981F36 /* forms_timer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_timer.cxx; path = ../../src/forms_timer.cxx; sourceTree = SOURCE_ROOT; }; - 7748503008783832BE45FB3A /* Fl_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window.cxx; path = ../../src/Fl_Window.cxx; sourceTree = SOURCE_ROOT; }; - 77517F605B386C1C8E2F0823 /* fl_vertex.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_vertex.cxx; path = ../../src/fl_vertex.cxx; sourceTree = SOURCE_ROOT; }; - 77FD44D2FC9A715199356272 /* jdsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdsample.c; path = ../../jpeg/jdsample.c; sourceTree = SOURCE_ROOT; }; - 7824CB011DC51C23EADBEEF4 /* adjuster.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adjuster.cxx; path = ../../test/adjuster.cxx; sourceTree = SOURCE_ROOT; }; - 7828B8B7CD178AEADA7C3F44 /* valuators.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = valuators.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 78FF25D978D62F3237E718E2 /* Fl_Scrollbar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Scrollbar.cxx; path = ../../src/Fl_Scrollbar.cxx; sourceTree = SOURCE_ROOT; }; - 7C5592AEBBB66BE8185FC44C /* jddctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jddctmgr.c; path = ../../jpeg/jddctmgr.c; sourceTree = SOURCE_ROOT; }; - 7D1FC16484F0F770345B3C8C /* jdmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmarker.c; path = ../../jpeg/jdmarker.c; sourceTree = SOURCE_ROOT; }; - 7DA72420B1D66A85CE07DC62 /* overlay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = overlay.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 7FB8508E0A9E7CDCFB056253 /* Fl_GIF_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_GIF_Image.cxx; path = ../../src/Fl_GIF_Image.cxx; sourceTree = SOURCE_ROOT; }; - 7FDBF74B42ED429C483ADB02 /* input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = input.cxx; path = ../../test/input.cxx; sourceTree = SOURCE_ROOT; }; - 80E76DB1F28B0B7C21C5637C /* Fl_Gl_Overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Overlay.cxx; path = ../../src/Fl_Gl_Overlay.cxx; sourceTree = SOURCE_ROOT; }; - 8333AA27E0FB02539D816884 /* browser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = browser.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 84A05074CBE831E14D569AB1 /* fltk_png.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk_png.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 84D33075C6CC3BB4065B836D /* curve.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = curve.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8516D6F3E5A31808745D42E0 /* pixmap_browser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pixmap_browser.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 85420CACC628172C19E1798D /* fl_diamond_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_diamond_box.cxx; path = ../../src/fl_diamond_box.cxx; sourceTree = SOURCE_ROOT; }; - 8598277264E98B9714CC3429 /* Fl_PNM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_PNM_Image.cxx; path = ../../src/Fl_PNM_Image.cxx; sourceTree = SOURCE_ROOT; }; - 8674555579200760C252E7B2 /* is_spacing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = is_spacing.c; path = ../../src/xutf8/is_spacing.c; sourceTree = SOURCE_ROOT; }; - 874F301915E3C53087AA2719 /* jmemnobs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jmemnobs.c; path = ../../jpeg/jmemnobs.c; sourceTree = SOURCE_ROOT; }; - 88BEBAEBE0376D4FCEEF6C33 /* Fl_Clock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Clock.cxx; path = ../../src/Fl_Clock.cxx; sourceTree = SOURCE_ROOT; }; - 88CE6318892A3C0FE1E2119F /* CodeEditor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditor.cxx; path = ../../fluid/CodeEditor.cxx; sourceTree = SOURCE_ROOT; }; - 89C0712572C88756C70E0AE8 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; - 89F6ECD74912EEFDB5959F45 /* jdtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdtrans.c; path = ../../jpeg/jdtrans.c; sourceTree = SOURCE_ROOT; }; - 8C787FCB83D52D7B7E775DED /* glpuzzle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = glpuzzle.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F64FB14EB14A7FF9B6AB35D /* fonts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fonts.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 90A1E913CEFCB594F6F88FE1 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = ../../png/pngrio.c; sourceTree = SOURCE_ROOT; }; - 9111F85985403A59B698FA7A /* pixmap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pixmap.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 914054299F1AE43D8F7B1108 /* Fl_Chart.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Chart.cxx; path = ../../src/Fl_Chart.cxx; sourceTree = SOURCE_ROOT; }; - 915E61FDECD2C6FA49EBD43D /* Fl_Light_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Light_Button.cxx; path = ../../src/Fl_Light_Button.cxx; sourceTree = SOURCE_ROOT; }; - 91A6677FF26C8D96D2A7D83E /* checkers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = checkers.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 92E18EF2ECC64784D5CD5D84 /* Fl_own_colormap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_own_colormap.cxx; path = ../../src/Fl_own_colormap.cxx; sourceTree = SOURCE_ROOT; }; - 935E11DEF5204DEF0F86E2D6 /* fl_utf8.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_utf8.cxx; path = ../../src/fl_utf8.cxx; sourceTree = SOURCE_ROOT; }; - 9398864A8845134249F37BB5 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = ../../png/pngset.c; sourceTree = SOURCE_ROOT; }; - 93EA3089A0FC294B436CB073 /* Fl_Tile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tile.cxx; path = ../../src/Fl_Tile.cxx; sourceTree = SOURCE_ROOT; }; - 94F01CFBB540C15DBEA92301 /* fl_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_font.cxx; path = ../../src/fl_font.cxx; sourceTree = SOURCE_ROOT; }; - 9535CF244B09BDB7AEE028C1 /* radio.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = radio.fl; path = ../../test/radio.fl; sourceTree = SOURCE_ROOT; }; - 95FCDCE16BD65071A6041141 /* fl_rect.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_rect.cxx; path = ../../src/fl_rect.cxx; sourceTree = SOURCE_ROOT; }; - 96C48C27F16B958B1F72D32A /* help.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = help.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97D44909E7527D07D17EDD7B /* input_choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = input_choice.cxx; path = ../../test/input_choice.cxx; sourceTree = SOURCE_ROOT; }; - 99984E60E2B72885F8F0181A /* Fl_Tabs.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tabs.cxx; path = ../../src/Fl_Tabs.cxx; sourceTree = SOURCE_ROOT; }; - 9A572E6A22AED26E9EDD7AB8 /* jidctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctfst.c; path = ../../jpeg/jidctfst.c; sourceTree = SOURCE_ROOT; }; - 9A78A7EED4D9C705036C2949 /* fl_scroll_area.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_scroll_area.cxx; path = ../../src/fl_scroll_area.cxx; sourceTree = SOURCE_ROOT; }; - 9AAFA567D45968A0F10D0608 /* freeglut_geometry.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_geometry.cxx; path = ../../src/freeglut_geometry.cxx; sourceTree = SOURCE_ROOT; }; - 9B0ED264FCC7E2DB36DB46DA /* keyboard_ui.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = keyboard_ui.fl; path = ../../test/keyboard_ui.fl; sourceTree = SOURCE_ROOT; }; - 9B7C9F16CC5BB6C66930A0E1 /* jcparam.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcparam.c; path = ../../jpeg/jcparam.c; sourceTree = SOURCE_ROOT; }; - 9BD0CE881B3DADCA4721C2BE /* Fl_lock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_lock.cxx; path = ../../src/Fl_lock.cxx; sourceTree = SOURCE_ROOT; }; - 9BDD6EC95A89749323591993 /* subwindow.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subwindow.cxx; path = ../../test/subwindow.cxx; sourceTree = SOURCE_ROOT; }; - 9C347D9548836C873F1AF66C /* Fl_Table.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Table.cxx; path = ../../src/Fl_Table.cxx; sourceTree = SOURCE_ROOT; }; - 9CD0E7B68283EA5661B8EA33 /* Fl_Valuator.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Valuator.cxx; path = ../../src/Fl_Valuator.cxx; sourceTree = SOURCE_ROOT; }; - 9CDEF9A85B797C263FAED25F /* fl_dnd.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_dnd.cxx; path = ../../src/fl_dnd.cxx; sourceTree = SOURCE_ROOT; }; - 9D417F33AE3CE1236AB21D36 /* utf8.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = utf8.cxx; path = ../../test/utf8.cxx; sourceTree = SOURCE_ROOT; }; - 9EE0768CDBF3E7933C5D8A22 /* Fl_Menu_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_.cxx; path = ../../src/Fl_Menu_.cxx; sourceTree = SOURCE_ROOT; }; - 9F16FE14EADD81BFB39C8B2E /* Fl_Scroll.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Scroll.cxx; path = ../../src/Fl_Scroll.cxx; sourceTree = SOURCE_ROOT; }; - 9F664AA9DD1140AB46E80029 /* tile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tile.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 9F7D0E19DE366928B6B4E7B6 /* file.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file.cxx; path = ../../fluid/file.cxx; sourceTree = SOURCE_ROOT; }; - 9FA834CBB1763A142B8E4680 /* forms_compatability.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_compatability.cxx; path = ../../src/forms_compatability.cxx; sourceTree = SOURCE_ROOT; }; - A0028D4EA26298213B0557DF /* button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = button.cxx; path = ../../test/button.cxx; sourceTree = SOURCE_ROOT; }; - A022392881FC542667D65114 /* Fl_Help_View.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Help_View.cxx; path = ../../src/Fl_Help_View.cxx; sourceTree = SOURCE_ROOT; }; - A0DF04E096FC0899B96DA20D /* inactive.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = inactive.fl; path = ../../test/inactive.fl; sourceTree = SOURCE_ROOT; }; - A17C9348AE5DD4169E62D8E9 /* filename_list.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_list.cxx; path = ../../src/filename_list.cxx; sourceTree = SOURCE_ROOT; }; - A2311BA8A7F68CDA2F6A3CC0 /* fl_symbols.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_symbols.cxx; path = ../../src/fl_symbols.cxx; sourceTree = SOURCE_ROOT; }; - A25152AA368B0BDF75AC2447 /* is_right2left.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = is_right2left.c; path = ../../src/xutf8/is_right2left.c; sourceTree = SOURCE_ROOT; }; - A2CF9AA10337F84A67E822CD /* fl_rounded_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_rounded_box.cxx; path = ../../src/fl_rounded_box.cxx; sourceTree = SOURCE_ROOT; }; - A2DAAEAA8E2EC53139D363C5 /* jcdctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcdctmgr.c; path = ../../jpeg/jcdctmgr.c; sourceTree = SOURCE_ROOT; }; - A34521D41085E352DDB8369A /* Fl_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Type.cxx; path = ../../fluid/Fl_Type.cxx; sourceTree = SOURCE_ROOT; }; - A453337C3A1907E834E6F229 /* Fl_Browser_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser_.cxx; path = ../../src/Fl_Browser_.cxx; sourceTree = SOURCE_ROOT; }; - A49EFDF82F7035F706DF87BF /* arc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = arc.app; sourceTree = BUILT_PRODUCTS_DIR; }; - A4D208DA2B4CCF6236D356F2 /* shape.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = shape.app; sourceTree = BUILT_PRODUCTS_DIR; }; - A56FCB4432A6570B6BD0B47B /* Fl_display.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_display.cxx; path = ../../src/Fl_display.cxx; sourceTree = SOURCE_ROOT; }; - A6F06EA31E2564F571DDB8EC /* tabs.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = tabs.fl; path = ../../test/tabs.fl; sourceTree = SOURCE_ROOT; }; - A8D2708D82C7AE5057B7A218 /* iconize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = iconize.cxx; path = ../../test/iconize.cxx; sourceTree = SOURCE_ROOT; }; - A902E4221CF3CA89B01A503E /* Fl_Tiled_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tiled_Image.cxx; path = ../../src/Fl_Tiled_Image.cxx; sourceTree = SOURCE_ROOT; }; - A903BE876D9041267FBF1FFC /* Fl_Counter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Counter.cxx; path = ../../src/Fl_Counter.cxx; sourceTree = SOURCE_ROOT; }; - A9082FB93282A3C905A52435 /* table.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = table.cxx; path = ../../test/table.cxx; sourceTree = SOURCE_ROOT; }; - A96A9A4FCCE5EA22F75C9502 /* inactive.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = inactive.app; sourceTree = BUILT_PRODUCTS_DIR; }; - AA1651D4F55C6B6B622D2601 /* jidctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctflt.c; path = ../../jpeg/jidctflt.c; sourceTree = SOURCE_ROOT; }; - AA1E0327C6E47CDF30B99285 /* Fl_Menu_add.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_add.cxx; path = ../../src/Fl_Menu_add.cxx; sourceTree = SOURCE_ROOT; }; - ABE0810F674AD2268C861174 /* Fl_Pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Pixmap.cxx; path = ../../src/Fl_Pixmap.cxx; sourceTree = SOURCE_ROOT; }; - AC7394F41633A6F784B0B5CF /* Fl_Positioner.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Positioner.cxx; path = ../../src/Fl_Positioner.cxx; sourceTree = SOURCE_ROOT; }; - ACC2A32740F9B8F4039BAE89 /* flstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = flstring.c; path = ../../src/flstring.c; sourceTree = SOURCE_ROOT; }; - ACF30C85C9B90AE57880F770 /* overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = overlay.cxx; path = ../../test/overlay.cxx; sourceTree = SOURCE_ROOT; }; - ADF2F9827605EA47460B8065 /* utf8.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = utf8.app; sourceTree = BUILT_PRODUCTS_DIR; }; - AE0707A8F8BE92355D0A785D /* glpuzzle.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glpuzzle.cxx; path = ../../test/glpuzzle.cxx; sourceTree = SOURCE_ROOT; }; - AE1C3869C28E3305E03EA955 /* numericsort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = numericsort.c; path = ../../src/numericsort.c; sourceTree = SOURCE_ROOT; }; - AE3960991333621F09652776 /* screen_xywh.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screen_xywh.cxx; path = ../../src/screen_xywh.cxx; sourceTree = SOURCE_ROOT; }; - AEF2B31C9F4DF4042A8EE7BF /* Fl_Menu_Bar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Bar.cxx; path = ../../src/Fl_Menu_Bar.cxx; sourceTree = SOURCE_ROOT; }; - AF01FA9F1CA9138ACEC68735 /* fl_draw_pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw_pixmap.cxx; path = ../../src/fl_draw_pixmap.cxx; sourceTree = SOURCE_ROOT; }; - AFF76DD70E64220B7E4E418D /* resize.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = resize.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B00ADAB06FB9BED544CD297F /* fullscreen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fullscreen.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B0DB258D5DB3830E329CE910 /* fl_engraved_label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_engraved_label.cxx; path = ../../src/fl_engraved_label.cxx; sourceTree = SOURCE_ROOT; }; - B12DDDF65A7FC57B20533CE2 /* jdmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmaster.c; path = ../../jpeg/jdmaster.c; sourceTree = SOURCE_ROOT; }; - B1DF08897B6003DFE34B9DA2 /* fl_curve.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_curve.cxx; path = ../../src/fl_curve.cxx; sourceTree = SOURCE_ROOT; }; - B223A7470D42873896D30673 /* freeglut_stroke_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_stroke_roman.cxx; path = ../../src/freeglut_stroke_roman.cxx; sourceTree = SOURCE_ROOT; }; - B494CCC68A464A8EDF0EDD3C /* CubeMain.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CubeMain.cxx; path = ../../test/CubeMain.cxx; sourceTree = SOURCE_ROOT; }; - B4DE6BCDE481B6E8831F0815 /* Fl_Window_hotspot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_hotspot.cxx; path = ../../src/Fl_Window_hotspot.cxx; sourceTree = SOURCE_ROOT; }; - B50FE2FD3783821AC433CC48 /* jdapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdapimin.c; path = ../../jpeg/jdapimin.c; sourceTree = SOURCE_ROOT; }; - B6470C00BB263B6B424D0A64 /* jfdctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctfst.c; path = ../../jpeg/jfdctfst.c; sourceTree = SOURCE_ROOT; }; - B6E03B269677343477D4BA25 /* Fl_File_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Browser.cxx; path = ../../src/Fl_File_Browser.cxx; sourceTree = SOURCE_ROOT; }; - B70300A241EBB0F17C776E2C /* Fl_Table_Row.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Table_Row.cxx; path = ../../src/Fl_Table_Row.cxx; sourceTree = SOURCE_ROOT; }; - B85B2006E11A0CB54BAF4880 /* Fl_Native_File_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Fl_Native_File_Chooser.cxx; path = ../../src/Fl_Native_File_Chooser.cxx; sourceTree = SOURCE_ROOT; }; - B8F649295E66EE60AD640EF8 /* fl_overlay_visual.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_overlay_visual.cxx; path = ../../src/fl_overlay_visual.cxx; sourceTree = SOURCE_ROOT; }; - B934C1ECFA0B22007A48ECBE /* fl_set_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_set_font.cxx; path = ../../src/fl_set_font.cxx; sourceTree = SOURCE_ROOT; }; - B957263FF7839E1CA746A8C5 /* pack.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pack.app; sourceTree = BUILT_PRODUCTS_DIR; }; - BBA782D738978F32F062BBCB /* color_chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = color_chooser.cxx; path = ../../test/color_chooser.cxx; sourceTree = SOURCE_ROOT; }; - BC2627A0984E8D8FFAE972EE /* fl_call_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fl_call_main.c; path = ../../src/fl_call_main.c; sourceTree = SOURCE_ROOT; }; - BCA7B5A67AEEE975E3B9CE86 /* Fl_Double_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Double_Window.cxx; path = ../../src/Fl_Double_Window.cxx; sourceTree = SOURCE_ROOT; }; - BD345A838B384C5718B96A5C /* message.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = message.app; sourceTree = BUILT_PRODUCTS_DIR; }; - BDA1E60F669DB0DF005A55E9 /* Fl.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Fl.cxx; path = ../../src/Fl.cxx; sourceTree = SOURCE_ROOT; }; - BE29E3E640429139DAF1FD5E /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = ../../png/pngget.c; sourceTree = SOURCE_ROOT; }; - BEC698CFE4350A503095BBF0 /* fl_show_colormap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_show_colormap.cxx; path = ../../src/fl_show_colormap.cxx; sourceTree = SOURCE_ROOT; }; - BEE295959CEC2DF14F702F2E /* fl_shadow_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_shadow_box.cxx; path = ../../src/fl_shadow_box.cxx; sourceTree = SOURCE_ROOT; }; - BF3E2FA7BDA254A3A1CB3655 /* Fl_Slider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Slider.cxx; path = ../../src/Fl_Slider.cxx; sourceTree = SOURCE_ROOT; }; - BFCDF515013252A08871EA41 /* Fl_Browser_load.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser_load.cxx; path = ../../src/Fl_Browser_load.cxx; sourceTree = SOURCE_ROOT; }; - C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk_jpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C0946BF38997A0D45287C996 /* forms_fselect.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_fselect.cxx; path = ../../src/forms_fselect.cxx; sourceTree = SOURCE_ROOT; }; - C179DA24CE8AF615E7FD417C /* iconize.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iconize.app; sourceTree = BUILT_PRODUCTS_DIR; }; - C253FB663884FED9D198EC16 /* forms_free.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_free.cxx; path = ../../src/forms_free.cxx; sourceTree = SOURCE_ROOT; }; - C2F27B8C7B6D54033013C16E /* Fl_Input_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Input_.cxx; path = ../../src/Fl_Input_.cxx; sourceTree = SOURCE_ROOT; }; - C316E395122E538112F1A405 /* scandir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scandir.c; path = ../../src/scandir.c; sourceTree = SOURCE_ROOT; }; - C3C5831554739B9B9366913E /* fl_draw.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw.cxx; path = ../../src/fl_draw.cxx; sourceTree = SOURCE_ROOT; }; - C433DD08ED9F1ED01FD35130 /* label.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = label.app; sourceTree = BUILT_PRODUCTS_DIR; }; - C4B680B7305DB5F21104A0A1 /* fl_arc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_arc.cxx; path = ../../src/fl_arc.cxx; sourceTree = SOURCE_ROOT; }; - C54C3041289F293E4A4CEEE1 /* doublebuffer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = doublebuffer.cxx; path = ../../test/doublebuffer.cxx; sourceTree = SOURCE_ROOT; }; - C552A0F172B2294DBC4CDDEA /* input_choice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = input_choice.app; sourceTree = BUILT_PRODUCTS_DIR; }; - C5769A50C089065787E89A90 /* Fl_Adjuster.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Adjuster.cxx; path = ../../src/Fl_Adjuster.cxx; sourceTree = SOURCE_ROOT; }; - C7C7A3E518EC9CC267D99386 /* jquant2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jquant2.c; path = ../../jpeg/jquant2.c; sourceTree = SOURCE_ROOT; }; - C80243BAC8AF0160E065F01B /* fl_oval_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_oval_box.cxx; path = ../../src/fl_oval_box.cxx; sourceTree = SOURCE_ROOT; }; - C8230289EC48B8FAF425F041 /* Fl_visual.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_visual.cxx; path = ../../src/Fl_visual.cxx; sourceTree = SOURCE_ROOT; }; - C900669DCA16FEB3A1A2AA9D /* jcinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcinit.c; path = ../../jpeg/jcinit.c; sourceTree = SOURCE_ROOT; }; - C9E67C73326DCC9D485B2026 /* Fl_arg.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_arg.cxx; path = ../../src/Fl_arg.cxx; sourceTree = SOURCE_ROOT; }; - CA890E4711EA8B0DFFF7535E /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = ../../png/pngmem.c; sourceTree = SOURCE_ROOT; }; - CBCC80D99845C7D15B103458 /* tree.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tree.app; sourceTree = BUILT_PRODUCTS_DIR; }; - CC1C933854A12B43A4C2A7AB /* Fl_XBM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_XBM_Image.cxx; path = ../../src/Fl_XBM_Image.cxx; sourceTree = SOURCE_ROOT; }; - CC23E16FFABCAC8E8B9BDFD7 /* resizebox.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = resizebox.cxx; path = ../../test/resizebox.cxx; sourceTree = SOURCE_ROOT; }; - CC5281B2ADF7148ED7682A5F /* cmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmap.cxx; path = ../../src/cmap.cxx; sourceTree = SOURCE_ROOT; }; - CF893432E87B670B27C67234 /* Fl_Menu_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Type.cxx; path = ../../fluid/Fl_Menu_Type.cxx; sourceTree = SOURCE_ROOT; }; - CFC7F82E5B116703E0F24C13 /* file_chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_chooser.cxx; path = ../../test/file_chooser.cxx; sourceTree = SOURCE_ROOT; }; - D17A7F55FE5E4C9A7EE7B2F8 /* fl_read_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_read_image.cxx; path = ../../src/fl_read_image.cxx; sourceTree = SOURCE_ROOT; }; - D186CB6ABCFB0B0278421716 /* hello.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = hello.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D1F18A0CB39D025B3C2D3D1C /* filename_ext.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_ext.cxx; path = ../../src/filename_ext.cxx; sourceTree = SOURCE_ROOT; }; - D2201F1D79F23FB60ACC9A56 /* bitmap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bitmap.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D292B66FD355DD21DC3A2D4A /* cursor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cursor.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D2FCD8F81A0500C004EA477A /* widget_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = widget_panel.cxx; path = ../../fluid/widget_panel.cxx; sourceTree = SOURCE_ROOT; }; - D59104E4E4627226E9295FDE /* colbrowser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = colbrowser.cxx; path = ../../test/colbrowser.cxx; sourceTree = SOURCE_ROOT; }; - D5A8CF4FE156002AFC6C5DF6 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = ../../png/pngrtran.c; sourceTree = SOURCE_ROOT; }; - D660173A80C7341BCD4E70EC /* Fl_Single_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Single_Window.cxx; path = ../../src/Fl_Single_Window.cxx; sourceTree = SOURCE_ROOT; }; - D67E1FE84B01C2D6F3636390 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; - D71F4F5DB6563AD9F44453DC /* checkers.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkers.cxx; path = ../../test/checkers.cxx; sourceTree = SOURCE_ROOT; }; - D73119EF353C80A3E4F521DD /* Fl_Tree.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree.cxx; path = ../../src/Fl_Tree.cxx; sourceTree = SOURCE_ROOT; }; - D77FCC1FB90A10ED78EB2BBC /* Fl_Group_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Group_Type.cxx; path = ../../fluid/Fl_Group_Type.cxx; sourceTree = SOURCE_ROOT; }; - D84E870A48943137CECB643D /* Fl_Check_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Check_Button.cxx; path = ../../src/Fl_Check_Button.cxx; sourceTree = SOURCE_ROOT; }; - D9DEC9401E06489438366AE4 /* CubeView.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CubeView.cxx; path = ../../test/CubeView.cxx; sourceTree = SOURCE_ROOT; }; - DAE45EDDBC48D1A845C02094 /* tree.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cxx; path = ../../test/tree.cxx; sourceTree = SOURCE_ROOT; }; - DBA4649BAC4F38651F2B6BDB /* Fl_Sys_Menu_Bar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Sys_Menu_Bar.cxx; path = ../../src/Fl_Sys_Menu_Bar.cxx; sourceTree = SOURCE_ROOT; }; - DC28EEEC9DEFFF1CE5E71385 /* symbols.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = symbols.cxx; path = ../../test/symbols.cxx; sourceTree = SOURCE_ROOT; }; - DD8D2DC8E04CDF6730DCA7E4 /* ide_xcode.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_xcode.cxx; path = ../../fluid/ide_xcode.cxx; sourceTree = SOURCE_ROOT; }; - DDC919BF1247DFF0FDC58278 /* fl_line_style.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_line_style.cxx; path = ../../src/fl_line_style.cxx; sourceTree = SOURCE_ROOT; }; - DF49833BB11BD071F6E97CFE /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = ../../png/pngerror.c; sourceTree = SOURCE_ROOT; }; - E13141ED6D9EA7246D3A61EC /* jcomapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcomapi.c; path = ../../jpeg/jcomapi.c; sourceTree = SOURCE_ROOT; }; - E1A7917B7ED5261DC009C9D4 /* Fl_Gl_Choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Choice.cxx; path = ../../src/Fl_Gl_Choice.cxx; sourceTree = SOURCE_ROOT; }; - E2C0DBCBB3E201B02A1D20B9 /* valuators.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = valuators.fl; path = ../../test/valuators.fl; sourceTree = SOURCE_ROOT; }; - E2F920D4083CD47660FD72CD /* about_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = about_panel.cxx; path = ../../fluid/about_panel.cxx; sourceTree = SOURCE_ROOT; }; - E3B22D5B110D8E7DE2FE7270 /* Fl_Repeat_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Repeat_Button.cxx; path = ../../src/Fl_Repeat_Button.cxx; sourceTree = SOURCE_ROOT; }; - E41EACE55118D934F48B41FB /* threads.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = threads.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E4673006F20C07B42F649455 /* Fl_Check_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Check_Browser.cxx; path = ../../src/Fl_Check_Browser.cxx; sourceTree = SOURCE_ROOT; }; - E4FCD8F39CAE444BC8543AD2 /* blocks.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blocks.cxx; path = ../../test/blocks.cxx; sourceTree = SOURCE_ROOT; }; - E5264FD6B5B1DD00F2EF9287 /* case.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = case.c; path = ../../src/xutf8/case.c; sourceTree = SOURCE_ROOT; }; - E565E9F884B5E5ABC436F55D /* input.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = input.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E5B70E5C4667ECA2C88E8C0D /* navigation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = navigation.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E5BC133F66836817B690C80C /* Fl_Return_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Return_Button.cxx; path = ../../src/Fl_Return_Button.cxx; sourceTree = SOURCE_ROOT; }; - E69A04BCFDE0DE43FE7B83B9 /* color_chooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = color_chooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E75CAA9A41DE07FA11D5178D /* fltk_images.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk_images.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E886BAF2D6CACFDFD35226B7 /* tiled_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tiled_image.cxx; path = ../../test/tiled_image.cxx; sourceTree = SOURCE_ROOT; }; - E95B6AE3EFBC9E7ED6C6CFD5 /* Fl_Value_Output.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Output.cxx; path = ../../src/Fl_Value_Output.cxx; sourceTree = SOURCE_ROOT; }; - E9B2E409ABB01EDE5DD150A5 /* Fl_Menu_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Button.cxx; path = ../../src/Fl_Menu_Button.cxx; sourceTree = SOURCE_ROOT; }; - EA44DEAC4B486AC57FC8EA94 /* Fl_Help_Dialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Help_Dialog.cxx; path = ../../src/Fl_Help_Dialog.cxx; sourceTree = SOURCE_ROOT; }; - EADF00199DCF4116211C49F0 /* output.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = output.cxx; path = ../../test/output.cxx; sourceTree = SOURCE_ROOT; }; - EB5DF0D7FD515BD6B509E1C2 /* Fl_File_Chooser2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Chooser2.cxx; path = ../../src/Fl_File_Chooser2.cxx; sourceTree = SOURCE_ROOT; }; - EB8C745F40507BD7ACD781FA /* fl_boxtype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_boxtype.cxx; path = ../../src/fl_boxtype.cxx; sourceTree = SOURCE_ROOT; }; - EBD54D13C65C8C8D131210D4 /* fl_gtk.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_gtk.cxx; path = ../../src/fl_gtk.cxx; sourceTree = SOURCE_ROOT; }; - EC24519DFFF0CC11BB839595 /* sudoku.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sudoku.app; sourceTree = BUILT_PRODUCTS_DIR; }; - EC76415A1D9EE789AC61909C /* bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bitmap.cxx; path = ../../test/bitmap.cxx; sourceTree = SOURCE_ROOT; }; - ECD7786C37A2B9AE31EAD9AD /* preferences.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = preferences.fl; path = ../../test/preferences.fl; sourceTree = SOURCE_ROOT; }; - ED14B514968D8A1C063E811F /* Fl_Box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Box.cxx; path = ../../src/Fl_Box.cxx; sourceTree = SOURCE_ROOT; }; - EE0E090626D9C256B746CEFB /* Fl_Round_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Round_Button.cxx; path = ../../src/Fl_Round_Button.cxx; sourceTree = SOURCE_ROOT; }; - EE7DD8260B3F30BACE7EEDC4 /* forms.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms.cxx; path = ../../test/forms.cxx; sourceTree = SOURCE_ROOT; }; - EEB1D13B3181FFA9E2753209 /* Fl_Tree_Item.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Item.cxx; path = ../../src/Fl_Tree_Item.cxx; sourceTree = SOURCE_ROOT; }; - EFADA3E45D52A8B4B22E132A /* jctrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jctrans.c; path = ../../jpeg/jctrans.c; sourceTree = SOURCE_ROOT; }; - EFB40C1018082233358B3D14 /* cursor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = ../../test/cursor.cxx; sourceTree = SOURCE_ROOT; }; - EFC16A8903CD075C95B013C3 /* fl_images_core.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_images_core.cxx; path = ../../src/fl_images_core.cxx; sourceTree = SOURCE_ROOT; }; - F14D1D9764616507905212E6 /* jdmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmainct.c; path = ../../jpeg/jdmainct.c; sourceTree = SOURCE_ROOT; }; - F21B13DEC2D1C547B4142045 /* Fl_Tree_Prefs.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Prefs.cxx; path = ../../src/Fl_Tree_Prefs.cxx; sourceTree = SOURCE_ROOT; }; - F3F68A0F296C2FAD96E515EC /* gl_overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gl_overlay.cxx; path = ../../test/gl_overlay.cxx; sourceTree = SOURCE_ROOT; }; - F464F2E7A49C086EF87866A6 /* minimum.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = minimum.cxx; path = ../../test/minimum.cxx; sourceTree = SOURCE_ROOT; }; - F4D30F3B89FF0380B153F3BF /* fractals.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fractals.cxx; path = ../../test/fractals.cxx; sourceTree = SOURCE_ROOT; }; - F6DD5A449A11DE823E916430 /* jccoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jccoefct.c; path = ../../jpeg/jccoefct.c; sourceTree = SOURCE_ROOT; }; - F7229F027B6DC852E122AB1B /* clock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clock.cxx; path = ../../test/clock.cxx; sourceTree = SOURCE_ROOT; }; - F739DAA836360A0E9C4BA022 /* forms.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = forms.app; sourceTree = BUILT_PRODUCTS_DIR; }; - F8287CE3827A92C3880711D1 /* Fl_Widget_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Widget_Type.cxx; path = ../../fluid/Fl_Widget_Type.cxx; sourceTree = SOURCE_ROOT; }; - F829EF6163DD9E1FAE644972 /* arc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = arc.cxx; path = ../../test/arc.cxx; sourceTree = SOURCE_ROOT; }; - F8D179FDAEBC042EE05C4706 /* fast_slow.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = fast_slow.fl; path = ../../test/fast_slow.fl; sourceTree = SOURCE_ROOT; }; - F9CC3B8A3BF105CFABC59E66 /* jerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jerror.c; path = ../../jpeg/jerror.c; sourceTree = SOURCE_ROOT; }; - FAFCDC0465623C626D21059D /* glut_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glut_font.cxx; path = ../../src/glut_font.cxx; sourceTree = SOURCE_ROOT; }; - FC27F5A16B47E54960AD574E /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = png.c; path = ../../png/png.c; sourceTree = SOURCE_ROOT; }; - FCCB332426889F50689D2B09 /* Fl_BMP_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_BMP_Image.cxx; path = ../../src/Fl_BMP_Image.cxx; sourceTree = SOURCE_ROOT; }; - FD7906F3AD6BD233D9C0FD21 /* boxtype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boxtype.cxx; path = ../../test/boxtype.cxx; sourceTree = SOURCE_ROOT; }; - FD9D9CB718E07F053E84A457 /* message.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = message.cxx; path = ../../test/message.cxx; sourceTree = SOURCE_ROOT; }; - FDD32E535395D3F4ADF37613 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = ../../png/pngwio.c; sourceTree = SOURCE_ROOT; }; - FF3F4AEABD66F243D29F8A3B /* jquant1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jquant1.c; path = ../../jpeg/jquant1.c; sourceTree = SOURCE_ROOT; }; - FF550B4E214C661778FC33D3 /* jcphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcphuff.c; path = ../../jpeg/jcphuff.c; sourceTree = SOURCE_ROOT; }; - FFBD813D30774DD4BF6282CF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; }; - FFC8C75ABD5458508F0EBCD9 /* jmemmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jmemmgr.c; path = ../../jpeg/jmemmgr.c; sourceTree = SOURCE_ROOT; }; - FFDD4513FD635DBCC15C2A1A /* fl_labeltype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_labeltype.cxx; path = ../../src/fl_labeltype.cxx; sourceTree = SOURCE_ROOT; }; - FFDEAA408238372A5B4784D9 /* fl_encoding_mac_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_encoding_mac_roman.cxx; path = ../../src/fl_encoding_mac_roman.cxx; sourceTree = SOURCE_ROOT; }; - FFE0CF7E67C717907DCCFD5B /* fullscreen.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fullscreen.cxx; path = ../../test/fullscreen.cxx; sourceTree = SOURCE_ROOT; }; + 008AD0D87938CCE7A0355A29 /* Fl_Tile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tile.cxx; path = ../../src/Fl_Tile.cxx; sourceTree = SOURCE_ROOT; }; + 00AA3B2F984655DBC26C8642 /* jfdctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctfst.c; path = ../../jpeg/jfdctfst.c; sourceTree = SOURCE_ROOT; }; + 01016FD8CE8FD21B9E578130 /* pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pixmap.cxx; path = ../../test/pixmap.cxx; sourceTree = SOURCE_ROOT; }; + 01A1584AFFDEAAC3C4ED8DC4 /* colbrowser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = colbrowser.cxx; path = ../../test/colbrowser.cxx; sourceTree = SOURCE_ROOT; }; + 034780EC03F56B32C7D3B77C /* jmemmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jmemmgr.c; path = ../../jpeg/jmemmgr.c; sourceTree = SOURCE_ROOT; }; + 036687FF37FDF7B62BD600DA /* navigation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = navigation.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0405CEA0954B193ECCB38C98 /* resizebox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = resizebox.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0485489800BBA41E8DCDE3CB /* ask.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ask.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0544E8AF5B0E35FF9FAB311D /* fl_plastic.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_plastic.cxx; path = ../../src/fl_plastic.cxx; sourceTree = SOURCE_ROOT; }; + 05654690EC1265CC2034D106 /* Fl_Scroll.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Scroll.cxx; path = ../../src/Fl_Scroll.cxx; sourceTree = SOURCE_ROOT; }; + 06655314CFE796A3C6D4554C /* keyboard.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = keyboard.cxx; path = ../../test/keyboard.cxx; sourceTree = SOURCE_ROOT; }; + 075001DABCA2CEC484BEA886 /* jdphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdphuff.c; path = ../../jpeg/jdphuff.c; sourceTree = SOURCE_ROOT; }; + 08F2B5E871C681CDF76EA43E /* jutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jutils.c; path = ../../jpeg/jutils.c; sourceTree = SOURCE_ROOT; }; + 098F87E2623357C27840969B /* valuators.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = valuators.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 09A8949B119C4C19B6901140 /* jfdctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctflt.c; path = ../../jpeg/jfdctflt.c; sourceTree = SOURCE_ROOT; }; + 09E779132673CDC3A5DF1A22 /* jidctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctfst.c; path = ../../jpeg/jidctfst.c; sourceTree = SOURCE_ROOT; }; + 0A2B29625BC0EBA82B97A711 /* keyboard_ui.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = keyboard_ui.fl; path = ../../test/keyboard_ui.fl; sourceTree = SOURCE_ROOT; }; + 0A68ECC0AB8253D979516F2B /* jddctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jddctmgr.c; path = ../../jpeg/jddctmgr.c; sourceTree = SOURCE_ROOT; }; + 0ACE38FB4608C5E17B2BA7CD /* Fl_Tabs.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tabs.cxx; path = ../../src/Fl_Tabs.cxx; sourceTree = SOURCE_ROOT; }; + 0BAAEBF34C21F6962DAFAA00 /* cmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmap.cxx; path = ../../src/cmap.cxx; sourceTree = SOURCE_ROOT; }; + 0D81FA2F9B8FE29F6D3D1399 /* Fl_File_Icon2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Icon2.cxx; path = ../../src/Fl_File_Icon2.cxx; sourceTree = SOURCE_ROOT; }; + 0DF74B872CC6D5619CB04946 /* bitmap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bitmap.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0E3F7ADF138A572D6EF5BC4B /* Fl_Light_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Light_Button.cxx; path = ../../src/Fl_Light_Button.cxx; sourceTree = SOURCE_ROOT; }; + 0FC5103969BEBB2904208670 /* label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = label.cxx; path = ../../test/label.cxx; sourceTree = SOURCE_ROOT; }; + 10F68F2C24A9EEE43434ACCB /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = ../../png/pngwtran.c; sourceTree = SOURCE_ROOT; }; + 1133C438387960CAD6B92B90 /* tiled_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tiled_image.cxx; path = ../../test/tiled_image.cxx; sourceTree = SOURCE_ROOT; }; + 146A7CE111600F30F9F5D86F /* case.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = case.c; path = ../../src/xutf8/case.c; sourceTree = SOURCE_ROOT; }; + 147E5C00E359784B8312A786 /* blocks.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blocks.cxx; path = ../../test/blocks.cxx; sourceTree = SOURCE_ROOT; }; + 14AA43157013ED99FB6B2FDD /* Fl_Gl_Choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Choice.cxx; path = ../../src/Fl_Gl_Choice.cxx; sourceTree = SOURCE_ROOT; }; + 1515321DD1813E6AE4D6D137 /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gzio.c; path = ../../zlib/gzio.c; sourceTree = SOURCE_ROOT; }; + 15306906553F88E69EB76190 /* demo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = demo.cxx; path = ../../test/demo.cxx; sourceTree = SOURCE_ROOT; }; + 16DD88B850A3F9B4FB993B22 /* fl_ask.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_ask.cxx; path = ../../src/fl_ask.cxx; sourceTree = SOURCE_ROOT; }; + 173A4BC03FD7AF047B7A9AA5 /* CubeView.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CubeView.cxx; path = ../../test/CubeView.cxx; sourceTree = SOURCE_ROOT; }; + 185EFBD2987792ED23D8A5C0 /* zlib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = zlib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 18EC68C85179109EEB444178 /* fluid.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fluid.cxx; path = ../../fluid/fluid.cxx; sourceTree = SOURCE_ROOT; }; + 194F541A70A6399CF8EF784C /* overlay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = overlay.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A207527A709A25570A941AE /* resize.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = resize.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A47CE072AE8525B5D100266 /* jdmerge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmerge.c; path = ../../jpeg/jdmerge.c; sourceTree = SOURCE_ROOT; }; + 1C35BC5202EC23ACFCA6E074 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = ../../png/pngtrans.c; sourceTree = SOURCE_ROOT; }; + 1C69C9E6314CEA844DC64276 /* image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = image.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E1795F67D6DCB865D35B738 /* Fl_Text_Editor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Editor.cxx; path = ../../src/Fl_Text_Editor.cxx; sourceTree = SOURCE_ROOT; }; + 1E5BE2C62F0F23D38A2BD577 /* forms.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = forms.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FD0C5FD7B6CEE60768424AE /* fl_set_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_set_font.cxx; path = ../../src/fl_set_font.cxx; sourceTree = SOURCE_ROOT; }; + 1FE3FFBD87788A2EF69FE261 /* shape.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = shape.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 20D281EDD453FAEC76CC4B85 /* symbols.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = symbols.cxx; path = ../../test/symbols.cxx; sourceTree = SOURCE_ROOT; }; + 2123F1DB99CA1F5495677497 /* cursor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cursor.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 21364B4CE2A54F30FDBF7607 /* utf8.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = utf8.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 22AF211FAE63FEA1A852A6DB /* jchuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jchuff.c; path = ../../jpeg/jchuff.c; sourceTree = SOURCE_ROOT; }; + 22F343FAD05C9A2DFCE780BD /* forms_timer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_timer.cxx; path = ../../src/forms_timer.cxx; sourceTree = SOURCE_ROOT; }; + 252D3520B8564732819F4DA8 /* glut_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glut_font.cxx; path = ../../src/glut_font.cxx; sourceTree = SOURCE_ROOT; }; + 255B34D5A45579EF0DEED6C9 /* label.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = label.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 25925677D767AE53A8FF903E /* input_choice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = input_choice.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 25E282390000AADBD118C3AF /* Fl_Tree_Prefs.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Prefs.cxx; path = ../../src/Fl_Tree_Prefs.cxx; sourceTree = SOURCE_ROOT; }; + 274DFBC41B65FBAC01455B65 /* fl_draw_pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw_pixmap.cxx; path = ../../src/fl_draw_pixmap.cxx; sourceTree = SOURCE_ROOT; }; + 2792CF3F406D6A6CBD3E0163 /* valuators.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = valuators.fl; path = ../../test/valuators.fl; sourceTree = SOURCE_ROOT; }; + 27B6232C11814B71722DA318 /* Fl_Widget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Widget.cxx; path = ../../src/Fl_Widget.cxx; sourceTree = SOURCE_ROOT; }; + 29215652255BE339229E8CA0 /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = ../../zlib/inffast.c; sourceTree = SOURCE_ROOT; }; + 2A2B6FE24867FC2B8CB17D6A /* fluid.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = fluid.icns; path = icons/fluid.icns; sourceTree = "<group>"; }; + 2A4D37D9692F02381159650B /* jdmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmarker.c; path = ../../jpeg/jdmarker.c; sourceTree = SOURCE_ROOT; }; + 2A85DA5B7DB303D60BE9B1E7 /* is_spacing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = is_spacing.c; path = ../../src/xutf8/is_spacing.c; sourceTree = SOURCE_ROOT; }; + 2AC741368445C7E943ADB047 /* fl_arc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_arc.cxx; path = ../../src/fl_arc.cxx; sourceTree = SOURCE_ROOT; }; + 2B1DC223F245B02159E7F2CD /* gl_draw.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gl_draw.cxx; path = ../../src/gl_draw.cxx; sourceTree = SOURCE_ROOT; }; + 2B66D7502F1A36CE20BA1EA3 /* fl_diamond_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_diamond_box.cxx; path = ../../src/fl_diamond_box.cxx; sourceTree = SOURCE_ROOT; }; + 2BDACD391DB4C8051FFF8C02 /* forms_bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_bitmap.cxx; path = ../../src/forms_bitmap.cxx; sourceTree = SOURCE_ROOT; }; + 2C43473F7FDE5082B1876108 /* help.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = help.cxx; path = ../../test/help.cxx; sourceTree = SOURCE_ROOT; }; + 2C5D222478F7D3EFC8FFF038 /* color_chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = color_chooser.cxx; path = ../../test/color_chooser.cxx; sourceTree = SOURCE_ROOT; }; + 2D8CD58BE0F4E8A6CA17E995 /* filename_ext.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_ext.cxx; path = ../../src/filename_ext.cxx; sourceTree = SOURCE_ROOT; }; + 2DCC5CFFC72A5AF2ACE81B31 /* fractals.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fractals.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 2DFE6BFD8F7CC6FC6EB92BDF /* fl_read_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_read_image.cxx; path = ../../src/fl_read_image.cxx; sourceTree = SOURCE_ROOT; }; + 2EC67B2F979DE8D7E96AACB9 /* jidctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctint.c; path = ../../jpeg/jidctint.c; sourceTree = SOURCE_ROOT; }; + 2ECBC27BDB4E300FD9DD361A /* Fl_PNG_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_PNG_Image.cxx; path = ../../src/Fl_PNG_Image.cxx; sourceTree = SOURCE_ROOT; }; + 2F2B08554CD68262191F204E /* Fl_Input_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Input_.cxx; path = ../../src/Fl_Input_.cxx; sourceTree = SOURCE_ROOT; }; + 2F4FBEA5BABA190CE995ED32 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = ../../png/pngset.c; sourceTree = SOURCE_ROOT; }; + 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltkgl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 326961D689AC057C77D9D18D /* filename_absolute.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_absolute.cxx; path = ../../src/filename_absolute.cxx; sourceTree = SOURCE_ROOT; }; + 32AFD7DE0406006B98C0D9F5 /* Fl_Menu.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu.cxx; path = ../../src/Fl_Menu.cxx; sourceTree = SOURCE_ROOT; }; + 32C99E7D01FA73C0366D0AA9 /* gl_overlay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = gl_overlay.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 337EFEA3F2DC232D5121ECF1 /* factory.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = factory.cxx; path = ../../fluid/factory.cxx; sourceTree = SOURCE_ROOT; }; + 33C3DFF2481F639303E4E8C6 /* ide_support.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_support.cxx; path = ../../fluid/ide_support.cxx; sourceTree = SOURCE_ROOT; }; + 33D7D37C355303B95FD05A6B /* Fl_Gl_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Window.cxx; path = ../../src/Fl_Gl_Window.cxx; sourceTree = SOURCE_ROOT; }; + 345919B411130DF04168AD82 /* blocks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blocks.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 34F95875683EDDBAE528542E /* CubeViewUI.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = CubeViewUI.fl; path = ../../test/CubeViewUI.fl; sourceTree = SOURCE_ROOT; }; + 3568EE8EF2E14E2F2993F529 /* Fl_GIF_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_GIF_Image.cxx; path = ../../src/Fl_GIF_Image.cxx; sourceTree = SOURCE_ROOT; }; + 365FEC47A7EACC0D5FD1100A /* fl_file_dir.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_file_dir.cxx; path = ../../src/fl_file_dir.cxx; sourceTree = SOURCE_ROOT; }; + 36A13449EB08BA4495010FFC /* Fl_XPM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_XPM_Image.cxx; path = ../../src/Fl_XPM_Image.cxx; sourceTree = SOURCE_ROOT; }; + 382C4B473D091FDFBEDADF47 /* Fl_Menu_Bar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Bar.cxx; path = ../../src/Fl_Menu_Bar.cxx; sourceTree = SOURCE_ROOT; }; + 38C04AC514204C9CD452247F /* pixmap_browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pixmap_browser.cxx; path = ../../test/pixmap_browser.cxx; sourceTree = SOURCE_ROOT; }; + 3925E4AC673F05352A536451 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = ../../png/pngwio.c; sourceTree = SOURCE_ROOT; }; + 3A241D4E3F511F6F182F86C9 /* boxtype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boxtype.cxx; path = ../../test/boxtype.cxx; sourceTree = SOURCE_ROOT; }; + 3D195C4AE5CA1E4EEB206F54 /* Fl_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser.cxx; path = ../../src/Fl_Browser.cxx; sourceTree = SOURCE_ROOT; }; + 3E40381937DAE28D3B2E3597 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = ../../png/pngwutil.c; sourceTree = SOURCE_ROOT; }; + 3E836F32AFA6B47C318B4D05 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = ../../png/pngget.c; sourceTree = SOURCE_ROOT; }; + 3F331E4807AA412E355815D0 /* Fl_Help_View.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Help_View.cxx; path = ../../src/Fl_Help_View.cxx; sourceTree = SOURCE_ROOT; }; + 3F76C54C9063484CB6413ADD /* tiled_image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tiled_image.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 40631A5E9DEA37176BFE1D76 /* bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bitmap.cxx; path = ../../test/bitmap.cxx; sourceTree = SOURCE_ROOT; }; + 40861EBACAED733EB9D8ABA0 /* fl_labeltype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_labeltype.cxx; path = ../../src/fl_labeltype.cxx; sourceTree = SOURCE_ROOT; }; + 41369D9084132F8B7269C17D /* Fl_Dial.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Dial.cxx; path = ../../src/Fl_Dial.cxx; sourceTree = SOURCE_ROOT; }; + 413C9AF427EA847417B791C7 /* fl_oval_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_oval_box.cxx; path = ../../src/fl_oval_box.cxx; sourceTree = SOURCE_ROOT; }; + 4192A14DA682E5D0CF68BDFB /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; }; + 423A82984987409C28CC348A /* fl_cursor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_cursor.cxx; path = ../../src/fl_cursor.cxx; sourceTree = SOURCE_ROOT; }; + 434FF4B25A59C522158B6A07 /* Fl_Multi_Label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Multi_Label.cxx; path = ../../src/Fl_Multi_Label.cxx; sourceTree = SOURCE_ROOT; }; + 441793B8B9139C8D2DE55A10 /* fl_call_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fl_call_main.c; path = ../../src/fl_call_main.c; sourceTree = SOURCE_ROOT; }; + 445F9C33C6623729144BEA19 /* minimum.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimum.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 44A153054028216FCC0E5D31 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = ../../png/pngerror.c; sourceTree = SOURCE_ROOT; }; + 44C25920D685A11A2C5B36A5 /* Fl_Menu_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_.cxx; path = ../../src/Fl_Menu_.cxx; sourceTree = SOURCE_ROOT; }; + 45AFDD1E0203F885A5EC2ACB /* Fl_JPEG_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_JPEG_Image.cxx; path = ../../src/Fl_JPEG_Image.cxx; sourceTree = SOURCE_ROOT; }; + 45E52D8E15FEB8F738464AF6 /* image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = image.cxx; path = ../../test/image.cxx; sourceTree = SOURCE_ROOT; }; + 468DA2119FF73BB93B61B2C6 /* Fl_Sys_Menu_Bar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Sys_Menu_Bar.cxx; path = ../../src/Fl_Sys_Menu_Bar.cxx; sourceTree = SOURCE_ROOT; }; + 46A60612FC3D6447618D2B38 /* fl_round_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_round_box.cxx; path = ../../src/fl_round_box.cxx; sourceTree = SOURCE_ROOT; }; + 4796BFD126F8D228E39B98C2 /* forms_pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_pixmap.cxx; path = ../../src/forms_pixmap.cxx; sourceTree = SOURCE_ROOT; }; + 48665890BC93C1682F3F62E8 /* table.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = table.cxx; path = ../../test/table.cxx; sourceTree = SOURCE_ROOT; }; + 48CC71500633E3C895700C48 /* tabs.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = tabs.fl; path = ../../test/tabs.fl; sourceTree = SOURCE_ROOT; }; + 491794C3158CEBFFE57674A3 /* mandelbrot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mandelbrot.cxx; path = ../../test/mandelbrot.cxx; sourceTree = SOURCE_ROOT; }; + 491AA5F11AD0E384DAA14A89 /* Fl_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Button.cxx; path = ../../src/Fl_Button.cxx; sourceTree = SOURCE_ROOT; }; + 498DDC2B38E70B10D44A8777 /* jccolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jccolor.c; path = ../../jpeg/jccolor.c; sourceTree = SOURCE_ROOT; }; + 4A128CA74ED13424DDC5D324 /* clock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clock.cxx; path = ../../test/clock.cxx; sourceTree = SOURCE_ROOT; }; + 4A13E1F6661BCD35262D044D /* Fl_arg.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_arg.cxx; path = ../../src/Fl_arg.cxx; sourceTree = SOURCE_ROOT; }; + 4A3FB69B7F21494BCC0CD723 /* Fl_Tree_Item.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Item.cxx; path = ../../src/Fl_Tree_Item.cxx; sourceTree = SOURCE_ROOT; }; + 4B7D500210F15D01749B2B0A /* Fl_Single_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Single_Window.cxx; path = ../../src/Fl_Single_Window.cxx; sourceTree = SOURCE_ROOT; }; + 4C0FFFBC2AC7DB7F70EE6594 /* menubar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = menubar.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4C30FAA5A51ACD301E9FB8B1 /* Fl_Menu_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Button.cxx; path = ../../src/Fl_Menu_Button.cxx; sourceTree = SOURCE_ROOT; }; + 4E082B48AE43CC00E6B5E09F /* doublebuffer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = doublebuffer.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltkimages.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4EDB9F58E71DC5E7C7EE5A21 /* Fl_Table_Row.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Table_Row.cxx; path = ../../src/Fl_Table_Row.cxx; sourceTree = SOURCE_ROOT; }; + 4F506DC516D510F04D4043B3 /* Fl_Preferences.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Preferences.cxx; path = ../../src/Fl_Preferences.cxx; sourceTree = SOURCE_ROOT; }; + 50CAC767A4531B69F3D1C716 /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = ../../zlib/crc32.c; sourceTree = SOURCE_ROOT; }; + 517FACD2FE8B2C8145D4EE32 /* Fl_Progress.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Progress.cxx; path = ../../src/Fl_Progress.cxx; sourceTree = SOURCE_ROOT; }; + 5269F85F8324DA4455F32DDE /* Fl_Check_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Check_Button.cxx; path = ../../src/Fl_Check_Button.cxx; sourceTree = SOURCE_ROOT; }; + 54A61846BEB48778FDD421F0 /* navigation.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = navigation.cxx; path = ../../test/navigation.cxx; sourceTree = SOURCE_ROOT; }; + 5550F5A879E5F0116DE4C829 /* pack.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pack.cxx; path = ../../test/pack.cxx; sourceTree = SOURCE_ROOT; }; + 5557C0392112E3629B19F603 /* gl_overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gl_overlay.cxx; path = ../../test/gl_overlay.cxx; sourceTree = SOURCE_ROOT; }; + 561329923AA63D5B8374CCBF /* alignment_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignment_panel.cxx; path = ../../fluid/alignment_panel.cxx; sourceTree = SOURCE_ROOT; }; + 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltkjpeg.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 569C64BDCD70421662F06FC9 /* Fl_Shared_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Shared_Image.cxx; path = ../../src/Fl_Shared_Image.cxx; sourceTree = SOURCE_ROOT; }; + 57E90481C931A0B32ED88D34 /* fl_rect.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_rect.cxx; path = ../../src/fl_rect.cxx; sourceTree = SOURCE_ROOT; }; + 58008F018B8346DB75D5123A /* preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 59232612C7AF67DB015A2117 /* curve.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = curve.cxx; path = ../../test/curve.cxx; sourceTree = SOURCE_ROOT; }; + 5976F19B8F9709B6E73445C3 /* tile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tile.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 59A04683ABECDFBE2ACB9771 /* Fl_Color_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Color_Chooser.cxx; path = ../../src/Fl_Color_Chooser.cxx; sourceTree = SOURCE_ROOT; }; + 59E1AC3FB8FD45F5C6592835 /* Fl_Pixmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Pixmap.cxx; path = ../../src/Fl_Pixmap.cxx; sourceTree = SOURCE_ROOT; }; + 59FD7FC800744EEE1BEE091A /* color_chooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = color_chooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 5A7595AFE0375835AA036385 /* Fl_display.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_display.cxx; path = ../../src/Fl_display.cxx; sourceTree = SOURCE_ROOT; }; + 5AB832A58206DF76B2E8F42B /* scandir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scandir.c; path = ../../src/scandir.c; sourceTree = SOURCE_ROOT; }; + 5B2A4D6EABCDB150F4683830 /* jdpostct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdpostct.c; path = ../../jpeg/jdpostct.c; sourceTree = SOURCE_ROOT; }; + 5B3E6ECA6332E225ACA9C400 /* jcphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcphuff.c; path = ../../jpeg/jcphuff.c; sourceTree = SOURCE_ROOT; }; + 5C3433DB3D7CC49ADD23D0BD /* jdinput.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdinput.c; path = ../../jpeg/jdinput.c; sourceTree = SOURCE_ROOT; }; + 5E8EBAA7D3989D6966E0F417 /* arc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = arc.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 5EBFD66803B25C2E96D983C2 /* cursor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = ../../test/cursor.cxx; sourceTree = SOURCE_ROOT; }; + 5F36673B0B0763EFD101A0D2 /* threads.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = threads.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F78519FE05AB5E18689A766 /* Fl_Text_Buffer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Buffer.cxx; path = ../../src/Fl_Text_Buffer.cxx; sourceTree = SOURCE_ROOT; }; + 6187B5FB81739ED34A25437D /* fonts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fonts.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 6191FBD5E8AFAC1B8CD298D5 /* Fl_Window_fullscreen.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_fullscreen.cxx; path = ../../src/Fl_Window_fullscreen.cxx; sourceTree = SOURCE_ROOT; }; + 627DB93BB175B97156CC4E24 /* jdcoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdcoefct.c; path = ../../jpeg/jdcoefct.c; sourceTree = SOURCE_ROOT; }; + 62B73B469E27B970CCD31FC2 /* fltkforms.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltkforms.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 62D9062B7EFDF978BAFBF3D8 /* Fl_Scrollbar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Scrollbar.cxx; path = ../../src/Fl_Scrollbar.cxx; sourceTree = SOURCE_ROOT; }; + 62DC4DF2A51E25F384A219F2 /* overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = overlay.cxx; path = ../../test/overlay.cxx; sourceTree = SOURCE_ROOT; }; + 632A17C1E9CD91F3396DD86E /* Fl_Clock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Clock.cxx; path = ../../src/Fl_Clock.cxx; sourceTree = SOURCE_ROOT; }; + 6360FE4F864D425C6F33F1E5 /* undo.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = undo.cxx; path = ../../fluid/undo.cxx; sourceTree = SOURCE_ROOT; }; + 654D6DA7E2268C63783DAA1D /* fractals.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fractals.cxx; path = ../../test/fractals.cxx; sourceTree = SOURCE_ROOT; }; + 6715AA471FA56990C83C6F62 /* Fl_Window_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_Type.cxx; path = ../../fluid/Fl_Window_Type.cxx; sourceTree = SOURCE_ROOT; }; + 67F493B02F17ABB18EB71D62 /* freeglut_stroke_mono_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_stroke_mono_roman.cxx; path = ../../src/freeglut_stroke_mono_roman.cxx; sourceTree = SOURCE_ROOT; }; + 6835FB0E68DA29BFCDF3E702 /* jdcolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdcolor.c; path = ../../jpeg/jdcolor.c; sourceTree = SOURCE_ROOT; }; + 68EA4AAA4A786DD51871D04B /* fl_symbols.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_symbols.cxx; path = ../../src/fl_symbols.cxx; sourceTree = SOURCE_ROOT; }; + 692B96671256344B31191DB6 /* shape.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shape.cxx; path = ../../test/shape.cxx; sourceTree = SOURCE_ROOT; }; + 69ADE51DF8AB29DEBE22CE9F /* Fl_Overlay_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Overlay_Window.cxx; path = ../../src/Fl_Overlay_Window.cxx; sourceTree = SOURCE_ROOT; }; + 6AB630FB48ACD735BB9490AC /* fast_slow.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = fast_slow.fl; path = ../../test/fast_slow.fl; sourceTree = SOURCE_ROOT; }; + 6BC7E2FE6D77051839106781 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = ../../png/pngrutil.c; sourceTree = SOURCE_ROOT; }; + 6BEA482EA9654714B9DF5AEA /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = ../../png/pngmem.c; sourceTree = SOURCE_ROOT; }; + 6C8A97E421833686A0A02A92 /* function_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = function_panel.cxx; path = ../../fluid/function_panel.cxx; sourceTree = SOURCE_ROOT; }; + 6D301A54F24944FC076FB9F1 /* Fl_abort.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_abort.cxx; path = ../../src/Fl_abort.cxx; sourceTree = SOURCE_ROOT; }; + 6F039FED7A1DD023D061FC9A /* Fl_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Image.cxx; path = ../../src/Fl_Image.cxx; sourceTree = SOURCE_ROOT; }; + 6F23C9438C25340F03C08514 /* Fl_BMP_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_BMP_Image.cxx; path = ../../src/Fl_BMP_Image.cxx; sourceTree = SOURCE_ROOT; }; + 6F7CB792E0BAB974B184F918 /* jmemnobs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jmemnobs.c; path = ../../jpeg/jmemnobs.c; sourceTree = SOURCE_ROOT; }; + 6FFEC7DF8125BC50372943EF /* scroll.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = scroll.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 705BEB0B77B3D9F154D77A5B /* subwindow.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subwindow.cxx; path = ../../test/subwindow.cxx; sourceTree = SOURCE_ROOT; }; + 708A9A7CA29DF521D9925B43 /* table.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = table.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 70BA11EC07FF11F3118C1195 /* Fl_Menu_global.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_global.cxx; path = ../../src/Fl_Menu_global.cxx; sourceTree = SOURCE_ROOT; }; + 7141C031A205E25984C4AEEF /* input_choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = input_choice.cxx; path = ../../test/input_choice.cxx; sourceTree = SOURCE_ROOT; }; + 7242DE1DC02D39870F4CDA64 /* Fl_File_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Chooser.cxx; path = ../../src/Fl_File_Chooser.cxx; sourceTree = SOURCE_ROOT; }; + 725A09D3C48BE455CA8C3B52 /* forms_compatability.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_compatability.cxx; path = ../../src/forms_compatability.cxx; sourceTree = SOURCE_ROOT; }; + 72849BE2A90CA79FDBAAA13D /* fl_boxtype.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_boxtype.cxx; path = ../../src/fl_boxtype.cxx; sourceTree = SOURCE_ROOT; }; + 72985726BB00122BDB279EC5 /* Fl_File_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Input.cxx; path = ../../src/Fl_File_Input.cxx; sourceTree = SOURCE_ROOT; }; + 74A761A2D9A8E1CD8C8FFB2F /* about_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = about_panel.cxx; path = ../../fluid/about_panel.cxx; sourceTree = SOURCE_ROOT; }; + 74D4BD5B54ABE98508A3180C /* editor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = editor.cxx; path = ../../test/editor.cxx; sourceTree = SOURCE_ROOT; }; + 75A89D6B0D9EA8EC078A28BE /* ide_xcode.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_xcode.cxx; path = ../../fluid/ide_xcode.cxx; sourceTree = SOURCE_ROOT; }; + 75EC9596CA92062CB28A48D8 /* button.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = button.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 765AAC4ADDD49F3C19F6A69A /* Fl_Group.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Group.cxx; path = ../../src/Fl_Group.cxx; sourceTree = SOURCE_ROOT; }; + 76BBD3176AF8B72DCA612C01 /* filename_match.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_match.cxx; path = ../../src/filename_match.cxx; sourceTree = SOURCE_ROOT; }; + 7759862559768EA95F490914 /* Fl_PNM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_PNM_Image.cxx; path = ../../src/Fl_PNM_Image.cxx; sourceTree = SOURCE_ROOT; }; + 776562CA7D3D888AB9B93674 /* Fl_add_idle.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_add_idle.cxx; path = ../../src/Fl_add_idle.cxx; sourceTree = SOURCE_ROOT; }; + 77DAC9E7B786E32B56EDFB4C /* jquant1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jquant1.c; path = ../../jpeg/jquant1.c; sourceTree = SOURCE_ROOT; }; + 78561D6D650B3FE187C3488D /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = ../../png/pngread.c; sourceTree = SOURCE_ROOT; }; + 79AA10C0D3441E65F1B91437 /* jcsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcsample.c; path = ../../jpeg/jcsample.c; sourceTree = SOURCE_ROOT; }; + 79CE3861F0D06A9710E9DF05 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; }; + 7A242B0CBF687189D5410715 /* fullscreen.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fullscreen.cxx; path = ../../test/fullscreen.cxx; sourceTree = SOURCE_ROOT; }; + 7A4E5F0B234B007E6D2F15EC /* tree.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tree.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 7A512CB1934AB4F14E026450 /* scroll.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scroll.cxx; path = ../../test/scroll.cxx; sourceTree = SOURCE_ROOT; }; + 7AEAF837949D883BD0BB4F76 /* filename_setext.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_setext.cxx; path = ../../src/filename_setext.cxx; sourceTree = SOURCE_ROOT; }; + 7AF036AF00344E50157CD770 /* code.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = code.cxx; path = ../../fluid/code.cxx; sourceTree = SOURCE_ROOT; }; + 7BADC142B84B2151E7C6F7E5 /* fl_open_uri.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_open_uri.cxx; path = ../../src/fl_open_uri.cxx; sourceTree = SOURCE_ROOT; }; + 7BE7ACEF9516387C2FEE1153 /* colbrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = colbrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 7C1640B6DF8BEA075A3F236B /* jcmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmainct.c; path = ../../jpeg/jcmainct.c; sourceTree = SOURCE_ROOT; }; + 7D97E4FC84040CBEDDB6D98D /* Fl_compose.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_compose.cxx; path = ../../src/Fl_compose.cxx; sourceTree = SOURCE_ROOT; }; + 7E7ED25EFF56AE65C22365BB /* fl_overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_overlay.cxx; path = ../../src/fl_overlay.cxx; sourceTree = SOURCE_ROOT; }; + 7E82B4FD79468DD856A79065 /* mandelbrot_ui.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = mandelbrot_ui.fl; path = ../../test/mandelbrot_ui.fl; sourceTree = SOURCE_ROOT; }; + 7E88160608C7CB879006E073 /* pack.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pack.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 7EBC79A54A211C630838F6F0 /* Fl_Roller.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Roller.cxx; path = ../../src/Fl_Roller.cxx; sourceTree = SOURCE_ROOT; }; + 7EC96D78F9BF68E8BBA990EA /* fl_encoding_mac_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_encoding_mac_roman.cxx; path = ../../src/fl_encoding_mac_roman.cxx; sourceTree = SOURCE_ROOT; }; + 7F1A2CFB7A25CF8B3FBB4587 /* forms.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms.cxx; path = ../../test/forms.cxx; sourceTree = SOURCE_ROOT; }; + 805EA6C24BA53C0E41070CB3 /* Fl_Menu_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Window.cxx; path = ../../src/Fl_Menu_Window.cxx; sourceTree = SOURCE_ROOT; }; + 80647D2446E02742AD1F7C2F /* jdmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmainct.c; path = ../../jpeg/jdmainct.c; sourceTree = SOURCE_ROOT; }; + 80BB4710D8CEEC29E578145C /* Fl_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Type.cxx; path = ../../fluid/Fl_Type.cxx; sourceTree = SOURCE_ROOT; }; + 819C9A32C42FB9DECF4538D3 /* filename_expand.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_expand.cxx; path = ../../src/filename_expand.cxx; sourceTree = SOURCE_ROOT; }; + 819ED4532E9E7A2A4042F6FA /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = ../../zlib/adler32.c; sourceTree = SOURCE_ROOT; }; + 81C8FDD68905D980B9A63914 /* output.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = output.cxx; path = ../../test/output.cxx; sourceTree = SOURCE_ROOT; }; + 828945C3EE18B67D893D513A /* Fl_Tree.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree.cxx; path = ../../src/Fl_Tree.cxx; sourceTree = SOURCE_ROOT; }; + 82BBC07AF1119176B9368A76 /* fl_curve.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_curve.cxx; path = ../../src/fl_curve.cxx; sourceTree = SOURCE_ROOT; }; + 82EEE6869D8E1C2012B63E9F /* forms_fselect.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_fselect.cxx; path = ../../src/forms_fselect.cxx; sourceTree = SOURCE_ROOT; }; + 84AB930044C468138D7F044E /* Fl_Gl_Overlay.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Gl_Overlay.cxx; path = ../../src/Fl_Gl_Overlay.cxx; sourceTree = SOURCE_ROOT; }; + 857B417B9FE92C5AFBD7B834 /* ide_visualc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_visualc.cxx; path = ../../fluid/ide_visualc.cxx; sourceTree = SOURCE_ROOT; }; + 86104A70B67CEE721E748B29 /* hello.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = hello.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 86226048C7D3B6286A5E3752 /* resize.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = resize.fl; path = ../../test/resize.fl; sourceTree = SOURCE_ROOT; }; + 8638804DFA2EB9B210E5774F /* fl_vertex.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_vertex.cxx; path = ../../src/fl_vertex.cxx; sourceTree = SOURCE_ROOT; }; + 863C7739547CF7DDA9380E7C /* fl_shadow_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_shadow_box.cxx; path = ../../src/fl_shadow_box.cxx; sourceTree = SOURCE_ROOT; }; + 8672B59B289549EAA3C1D407 /* fl_images_core.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_images_core.cxx; path = ../../src/fl_images_core.cxx; sourceTree = SOURCE_ROOT; }; + 86E9AAFF54C084932969A8F7 /* Fl_Wizard.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Wizard.cxx; path = ../../src/Fl_Wizard.cxx; sourceTree = SOURCE_ROOT; }; + 89180545F1731F60AFA5AA6D /* Fl_Chart.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Chart.cxx; path = ../../src/Fl_Chart.cxx; sourceTree = SOURCE_ROOT; }; + 898F05F84EDB0FD9DAD468BC /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../../zlib/compress.c; sourceTree = SOURCE_ROOT; }; + 8A852E79F8A15A33118F6DD4 /* Fl_Group_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Group_Type.cxx; path = ../../fluid/Fl_Group_Type.cxx; sourceTree = SOURCE_ROOT; }; + 8B54B13BFA0939A6312B2AE9 /* editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = editor.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8B6DB44A23BF11EA74A326D0 /* tree.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cxx; path = ../../test/tree.cxx; sourceTree = SOURCE_ROOT; }; + 8DD7ACF842B141031F99D93E /* filename_isdir.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_isdir.cxx; path = ../../src/filename_isdir.cxx; sourceTree = SOURCE_ROOT; }; + 8EF14A6F6CCA3A3237F36589 /* Fl.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Fl.cxx; path = ../../src/Fl.cxx; sourceTree = SOURCE_ROOT; }; + 8F48447C60A087362434E78E /* list_visuals.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = list_visuals.cxx; path = ../../test/list_visuals.cxx; sourceTree = SOURCE_ROOT; }; + 8FF17703C4D07D696B237E26 /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trees.c; path = ../../zlib/trees.c; sourceTree = SOURCE_ROOT; }; + 90106C51BAA56E969E361583 /* fonts.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fonts.cxx; path = ../../test/fonts.cxx; sourceTree = SOURCE_ROOT; }; + 90CD81C12F47C3C39057DB24 /* Fl_own_colormap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_own_colormap.cxx; path = ../../src/Fl_own_colormap.cxx; sourceTree = SOURCE_ROOT; }; + 91108E18F6CB870D4F4CCEE7 /* file_chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_chooser.cxx; path = ../../test/file_chooser.cxx; sourceTree = SOURCE_ROOT; }; + 913E57072966509EA7337504 /* Fl_Widget_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Widget_Type.cxx; path = ../../fluid/Fl_Widget_Type.cxx; sourceTree = SOURCE_ROOT; }; + 91938B26A8B4667926B4D26C /* Fl_Round_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Round_Button.cxx; path = ../../src/Fl_Round_Button.cxx; sourceTree = SOURCE_ROOT; }; + 91E65AA1F15BF6E030E2B27B /* Fl_Adjuster.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Adjuster.cxx; path = ../../src/Fl_Adjuster.cxx; sourceTree = SOURCE_ROOT; }; + 9225B4214E00704BC41B1A05 /* Fl_x.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_x.cxx; path = ../../src/Fl_x.cxx; sourceTree = SOURCE_ROOT; }; + 9230F6B9156BCDD7BD71F66E /* jcinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcinit.c; path = ../../jpeg/jcinit.c; sourceTree = SOURCE_ROOT; }; + 92B126E6C4AE4447C4516F92 /* Fl_Text_Display.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Text_Display.cxx; path = ../../src/Fl_Text_Display.cxx; sourceTree = SOURCE_ROOT; }; + 935459BE544E4BF7F6DEB5B8 /* Fl_Table.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Table.cxx; path = ../../src/Fl_Table.cxx; sourceTree = SOURCE_ROOT; }; + 9481B22D154B9BD8690C0146 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 94BB2CE55074531353F7C2EA /* jccoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jccoefct.c; path = ../../jpeg/jccoefct.c; sourceTree = SOURCE_ROOT; }; + 95DED4ECD231A8830ACBC296 /* jcprepct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcprepct.c; path = ../../jpeg/jcprepct.c; sourceTree = SOURCE_ROOT; }; + 95E78580E805BD50448B1CE7 /* boxtype.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = boxtype.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 97509DF7C98797B36FDF1D46 /* Fl_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window.cxx; path = ../../src/Fl_Window.cxx; sourceTree = SOURCE_ROOT; }; + 9771F1FAF4D4C866C17225A4 /* utf8.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = utf8.cxx; path = ../../test/utf8.cxx; sourceTree = SOURCE_ROOT; }; + 97E8B6FBE2AC4D38F6F3DB74 /* checkers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = checkers.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 98FB5ED625A78F959FCD4EE3 /* fullscreen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fullscreen.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 999C0498774D656F5560C0B5 /* cube.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cube.cxx; path = ../../test/cube.cxx; sourceTree = SOURCE_ROOT; }; + 99B9C453972CBCF3F42EC7D4 /* fl_encoding_latin1.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_encoding_latin1.cxx; path = ../../src/fl_encoding_latin1.cxx; sourceTree = SOURCE_ROOT; }; + 99E930B0AE6423C5DE21A844 /* fl_shortcut.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_shortcut.cxx; path = ../../src/fl_shortcut.cxx; sourceTree = SOURCE_ROOT; }; + 9A73130FE8A6FE7F13F441C5 /* inactive.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = inactive.fl; path = ../../test/inactive.fl; sourceTree = SOURCE_ROOT; }; + 9A9145C1DD7A08CE12F488C5 /* Fl_Choice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Choice.cxx; path = ../../src/Fl_Choice.cxx; sourceTree = SOURCE_ROOT; }; + 9C9E47378CE2AD50EE425295 /* fltkpng.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltkpng.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9DCB7F4E2320E0CB93B3047A /* Fl_Window_hotspot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_hotspot.cxx; path = ../../src/Fl_Window_hotspot.cxx; sourceTree = SOURCE_ROOT; }; + 9E227A3D75F4BCB54B4EBD76 /* fl_utf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fl_utf.c; path = ../../src/fl_utf.c; sourceTree = SOURCE_ROOT; }; + 9E328920FCD4F9AFA864F335 /* radio.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = radio.fl; path = ../../test/radio.fl; sourceTree = SOURCE_ROOT; }; + 9E5C99567980416184EAA866 /* fast_slow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fast_slow.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9EAFC961992A58085CBEE8FD /* jdapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdapimin.c; path = ../../jpeg/jdapimin.c; sourceTree = SOURCE_ROOT; }; + 9EFA5B7B93E62DD057DA4EAA /* jquant2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jquant2.c; path = ../../jpeg/jquant2.c; sourceTree = SOURCE_ROOT; }; + 9F09F8777D65E047A6A1EE62 /* message.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = message.cxx; path = ../../test/message.cxx; sourceTree = SOURCE_ROOT; }; + 9F8ACB3D1022D4A96A25B9F2 /* jdatadst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdatadst.c; path = ../../jpeg/jdatadst.c; sourceTree = SOURCE_ROOT; }; + 9FC0D69ED67CB0DA9786B073 /* Fl_Tooltip.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tooltip.cxx; path = ../../src/Fl_Tooltip.cxx; sourceTree = SOURCE_ROOT; }; + A07C221377861EAFC73C6A11 /* Fl_Tree_Item_Array.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tree_Item_Array.cxx; path = ../../src/Fl_Tree_Item_Array.cxx; sourceTree = SOURCE_ROOT; }; + A096B0BD91ADB3574E936548 /* jcmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmaster.c; path = ../../jpeg/jcmaster.c; sourceTree = SOURCE_ROOT; }; + A18A17E28836273070B1B55C /* screen_xywh.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screen_xywh.cxx; path = ../../src/screen_xywh.cxx; sourceTree = SOURCE_ROOT; }; + A25BAEC5829027E10A75F62D /* glpuzzle.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glpuzzle.cxx; path = ../../test/glpuzzle.cxx; sourceTree = SOURCE_ROOT; }; + A2673684C8E5B90B4D886F36 /* menubar.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = menubar.cxx; path = ../../test/menubar.cxx; sourceTree = SOURCE_ROOT; }; + A3CF4CE461C951A35B3C7D90 /* native-filechooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "native-filechooser.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + A43281340EBD12F81B6C7490 /* hello.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hello.cxx; path = ../../test/hello.cxx; sourceTree = SOURCE_ROOT; }; + A50589F6C956C1DBA3DC2CF7 /* fl_arci.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_arci.cxx; path = ../../src/fl_arci.cxx; sourceTree = SOURCE_ROOT; }; + A60D88D3B7C62A5102EFB357 /* subwindow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = subwindow.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A6F12BD38FCACDF22A316879 /* Fl_File_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Browser.cxx; path = ../../src/Fl_File_Browser.cxx; sourceTree = SOURCE_ROOT; }; + A7064A501DC9E20B2C7CED33 /* Fl_Repeat_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Repeat_Button.cxx; path = ../../src/Fl_Repeat_Button.cxx; sourceTree = SOURCE_ROOT; }; + A7803F98B95E01013F8C3BB5 /* Fl_Native_File_Chooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Fl_Native_File_Chooser.cxx; path = ../../src/Fl_Native_File_Chooser.cxx; sourceTree = SOURCE_ROOT; }; + A79060EFC3D113CF526C9063 /* Fl_Valuator.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Valuator.cxx; path = ../../src/Fl_Valuator.cxx; sourceTree = SOURCE_ROOT; }; + A7BCB56C06C2E9ABFE5721B9 /* jcparam.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcparam.c; path = ../../jpeg/jcparam.c; sourceTree = SOURCE_ROOT; }; + A7D94A5101FE8A5659763246 /* Fl_Tiled_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Tiled_Image.cxx; path = ../../src/Fl_Tiled_Image.cxx; sourceTree = SOURCE_ROOT; }; + A828F8F512162D83D7D19516 /* jdhuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdhuff.c; path = ../../jpeg/jdhuff.c; sourceTree = SOURCE_ROOT; }; + A860B70E58F77098631086AB /* Fl_Menu_add.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_add.cxx; path = ../../src/Fl_Menu_add.cxx; sourceTree = SOURCE_ROOT; }; + A86711A0B9804C81EE18F868 /* Fl_Box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Box.cxx; path = ../../src/Fl_Box.cxx; sourceTree = SOURCE_ROOT; }; + A8A61970E11D4285E34A339C /* tabs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tabs.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A8F62AA629E8F0AC6D09D4A8 /* filename_list.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filename_list.cxx; path = ../../src/filename_list.cxx; sourceTree = SOURCE_ROOT; }; + A927CDF5A856470A91A5DE8D /* jcapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcapimin.c; path = ../../jpeg/jcapimin.c; sourceTree = SOURCE_ROOT; }; + A93B017C179B244926871FDA /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = png.c; path = ../../png/png.c; sourceTree = SOURCE_ROOT; }; + A9D41D15950D94B099BA3A7B /* Fl_Double_Window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Double_Window.cxx; path = ../../src/Fl_Double_Window.cxx; sourceTree = SOURCE_ROOT; }; + AA1F82ED890B00899303F37B /* preferences.fl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fluid; name = preferences.fl; path = ../../test/preferences.fl; sourceTree = SOURCE_ROOT; }; + AA377813848DEBCCCA1949C6 /* native-filechooser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "native-filechooser.cxx"; path = "../../test/native-filechooser.cxx"; sourceTree = SOURCE_ROOT; }; + AA8574AA5C120FD3D1465CB7 /* jdsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdsample.c; path = ../../jpeg/jdsample.c; sourceTree = SOURCE_ROOT; }; + ACE12D5B20B5AF32E4571F5C /* glut_compatability.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = glut_compatability.cxx; path = ../../src/glut_compatability.cxx; sourceTree = SOURCE_ROOT; }; + AD66E3372D96FFF59C7F9B97 /* forms_free.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forms_free.cxx; path = ../../src/forms_free.cxx; sourceTree = SOURCE_ROOT; }; + ADAE8E23151B0A02D58A1CC7 /* line_style.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = line_style.cxx; path = ../../test/line_style.cxx; sourceTree = SOURCE_ROOT; }; + AED8851845D14730C2AD577E /* radio.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = radio.app; sourceTree = BUILT_PRODUCTS_DIR; }; + AF79DED0125C1CDC01EAEFE3 /* curve.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = curve.app; sourceTree = BUILT_PRODUCTS_DIR; }; + AFBBEB09209DB6AEC0E90C04 /* jidctred.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctred.c; path = ../../jpeg/jidctred.c; sourceTree = SOURCE_ROOT; }; + B01384DD8776A46F1EA597BC /* Fl_visual.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_visual.cxx; path = ../../src/Fl_visual.cxx; sourceTree = SOURCE_ROOT; }; + B128C4132646551295C1FB1C /* Fl_File_Chooser2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Chooser2.cxx; path = ../../src/Fl_File_Chooser2.cxx; sourceTree = SOURCE_ROOT; }; + B1A6AF3DABFD1AA11A271A3A /* fl_line_style.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_line_style.cxx; path = ../../src/fl_line_style.cxx; sourceTree = SOURCE_ROOT; }; + B2CB8AAE3E7CEB4C0EEAA233 /* jidctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jidctflt.c; path = ../../jpeg/jidctflt.c; sourceTree = SOURCE_ROOT; }; + B362B8540EED1AC85D9A794A /* jdapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdapistd.c; path = ../../jpeg/jdapistd.c; sourceTree = SOURCE_ROOT; }; + B3EBCFDEB4701E9B57090515 /* fl_set_fonts.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_set_fonts.cxx; path = ../../src/fl_set_fonts.cxx; sourceTree = SOURCE_ROOT; }; + B51FB8FEBE77C237DC2A8612 /* jfdctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jfdctint.c; path = ../../jpeg/jfdctint.c; sourceTree = SOURCE_ROOT; }; + B5D5508F5A3C7F638F2EFFCE /* template_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = template_panel.cxx; path = ../../fluid/template_panel.cxx; sourceTree = SOURCE_ROOT; }; + B60FBC9ECC0C2F2569202B09 /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = ../../zlib/inftrees.c; sourceTree = SOURCE_ROOT; }; + B628A9824F09FFC463DCEA74 /* Fl_get_key.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_get_key.cxx; path = ../../src/Fl_get_key.cxx; sourceTree = SOURCE_ROOT; }; + B662903E1CF86DCB671243C7 /* minimum.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = minimum.cxx; path = ../../test/minimum.cxx; sourceTree = SOURCE_ROOT; }; + B6DB30FE6BDA0FC6064D6D14 /* doublebuffer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = doublebuffer.cxx; path = ../../test/doublebuffer.cxx; sourceTree = SOURCE_ROOT; }; + B70453600CC8CCB191F4735F /* clock.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = clock.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B72B249182D39EF4184D64E4 /* Fl_Return_Button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Return_Button.cxx; path = ../../src/Fl_Return_Button.cxx; sourceTree = SOURCE_ROOT; }; + B7438834551DE2DB243ECC36 /* Fluid.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fluid.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B765C51174BBA18ECF5730E0 /* Fl_lock.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_lock.cxx; path = ../../src/Fl_lock.cxx; sourceTree = SOURCE_ROOT; }; + B7FDB6C70159AFC77D44E63C /* symbols.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = symbols.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B93641ABB0E6EE54BD460746 /* Fl_Pack.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Pack.cxx; path = ../../src/Fl_Pack.cxx; sourceTree = SOURCE_ROOT; }; + B9618DB6C8D397557E696DA4 /* ask.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ask.cxx; path = ../../test/ask.cxx; sourceTree = SOURCE_ROOT; }; + B990D116850433AB9897341D /* Fl_Positioner.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Positioner.cxx; path = ../../src/Fl_Positioner.cxx; sourceTree = SOURCE_ROOT; }; + B9B9E05468133689B6636BD6 /* adjuster.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adjuster.cxx; path = ../../test/adjuster.cxx; sourceTree = SOURCE_ROOT; }; + BAE995F2E02F1122295125CE /* Fl_Value_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Input.cxx; path = ../../src/Fl_Value_Input.cxx; sourceTree = SOURCE_ROOT; }; + BB33CA3399806F5EACA801A0 /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = ../../zlib/deflate.c; sourceTree = SOURCE_ROOT; }; + BB8199D1E9406E519166B049 /* align_widget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = align_widget.cxx; path = ../../fluid/align_widget.cxx; sourceTree = SOURCE_ROOT; }; + BC98689521780F0753B38050 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = ../../png/pngrtran.c; sourceTree = SOURCE_ROOT; }; + BCCAF3409FCED15CF324C624 /* Fl_Help_Dialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Help_Dialog.cxx; path = ../../src/Fl_Help_Dialog.cxx; sourceTree = SOURCE_ROOT; }; + BCD66CB8B61847D5E6D8D23A /* fl_show_colormap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_show_colormap.cxx; path = ../../src/fl_show_colormap.cxx; sourceTree = SOURCE_ROOT; }; + BCDA2691FE7FDAB6B431B627 /* is_right2left.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = is_right2left.c; path = ../../src/xutf8/is_right2left.c; sourceTree = SOURCE_ROOT; }; + BE8C90C1BD8B14DDBDA3B931 /* Fl_Browser_.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser_.cxx; path = ../../src/Fl_Browser_.cxx; sourceTree = SOURCE_ROOT; }; + BED4C9D4A90A50A52AA52FAA /* threads.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = threads.cxx; path = ../../test/threads.cxx; sourceTree = SOURCE_ROOT; }; + BF32ED96EBCE555E2F575E58 /* fl_gtk.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_gtk.cxx; path = ../../src/fl_gtk.cxx; sourceTree = SOURCE_ROOT; }; + C070CD0455CB8D13C451F71D /* jdtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdtrans.c; path = ../../jpeg/jdtrans.c; sourceTree = SOURCE_ROOT; }; + C17D5D6F9776B3D6E79E0EE2 /* freeglut_teapot.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_teapot.cxx; path = ../../src/freeglut_teapot.cxx; sourceTree = SOURCE_ROOT; }; + C1E3389E26C97594AB49F165 /* arc.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = arc.cxx; path = ../../test/arc.cxx; sourceTree = SOURCE_ROOT; }; + C2D814150250C4A995C11C04 /* Fl_Counter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Counter.cxx; path = ../../src/Fl_Counter.cxx; sourceTree = SOURCE_ROOT; }; + C327C04CC241FB150651488A /* tile.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tile.cxx; path = ../../test/tile.cxx; sourceTree = SOURCE_ROOT; }; + C3B6F3D891A93351B6F688BA /* fl_draw.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw.cxx; path = ../../src/fl_draw.cxx; sourceTree = SOURCE_ROOT; }; + C71C0EE647330B360D134072 /* Fl_Bitmap.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Bitmap.cxx; path = ../../src/Fl_Bitmap.cxx; sourceTree = SOURCE_ROOT; }; + C83819604C65C6311A0F4F5D /* jcdctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcdctmgr.c; path = ../../jpeg/jcdctmgr.c; sourceTree = SOURCE_ROOT; }; + C8636707DF40C2D82EF0DDE7 /* Fl_XBM_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_XBM_Image.cxx; path = ../../src/Fl_XBM_Image.cxx; sourceTree = SOURCE_ROOT; }; + C9A13D7B81575B126270CD90 /* file.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file.cxx; path = ../../fluid/file.cxx; sourceTree = SOURCE_ROOT; }; + CBBEDAD7574C65BF7AA31230 /* mandelbrot.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mandelbrot.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CD0FB6FECD72F543E3BE8F31 /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = ../../zlib/uncompr.c; sourceTree = SOURCE_ROOT; }; + CD6C027A41BFEB236B8FA674 /* fracviewer.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fracviewer.cxx; path = ../../test/fracviewer.cxx; sourceTree = SOURCE_ROOT; }; + CD960B4A0C2AF9FF6FAEC811 /* input.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = input.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CE2C1955F023D480B46E3CB8 /* glpuzzle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = glpuzzle.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CFE5F8646C688E47F60C547C /* jctrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jctrans.c; path = ../../jpeg/jctrans.c; sourceTree = SOURCE_ROOT; }; + CFF6B2F8AC0CEF77F7A70C2E /* pixmap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pixmap.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D004530AE01B0D47F73BEE5E /* pixmap_browser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pixmap_browser.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D04119EBC68AA32B2880BA4D /* fl_draw_image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_draw_image.cxx; path = ../../src/fl_draw_image.cxx; sourceTree = SOURCE_ROOT; }; + D0E2555C7AA71EDAF2212A58 /* file_chooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = file_chooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D1C7FD0EBCD34055D3D7CEA9 /* Fl_grab.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_grab.cxx; path = ../../src/Fl_grab.cxx; sourceTree = SOURCE_ROOT; }; + D1F5F488BAEA10B9D5E69395 /* iconize.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iconize.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D2575AABEC77E8A4E0175439 /* browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = browser.cxx; path = ../../test/browser.cxx; sourceTree = SOURCE_ROOT; }; + D2C95CA3527C491F975D3735 /* flstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = flstring.c; path = ../../src/flstring.c; sourceTree = SOURCE_ROOT; }; + D49B07167EE15A527FC59CA5 /* CodeEditor.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditor.cxx; path = ../../fluid/CodeEditor.cxx; sourceTree = SOURCE_ROOT; }; + D4E8CAFE9A773259BFBFE5B0 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = ../../png/pngrio.c; sourceTree = SOURCE_ROOT; }; + D538327239DC5DD5F610988D /* jdatasrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdatasrc.c; path = ../../jpeg/jdatasrc.c; sourceTree = SOURCE_ROOT; }; + D6C0F30CAD68163231B482ED /* Fl_Slider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Slider.cxx; path = ../../src/Fl_Slider.cxx; sourceTree = SOURCE_ROOT; }; + D6C35534C2D18A237FDEB6C3 /* list_visuals.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = list_visuals.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D6FF33C8C06EF82AF3FBE859 /* resizebox.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = resizebox.cxx; path = ../../test/resizebox.cxx; sourceTree = SOURCE_ROOT; }; + D8824B573135A09BD85BF49D /* message.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = message.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D91439C460E7284DEB7E2372 /* checkers.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkers.cxx; path = ../../test/checkers.cxx; sourceTree = SOURCE_ROOT; }; + D9947DA0968D9B0C4949635C /* Fl_Window_iconize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Window_iconize.cxx; path = ../../src/Fl_Window_iconize.cxx; sourceTree = SOURCE_ROOT; }; + DA24A78C6F1AC02600AB9FC1 /* Fl_Value_Output.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Output.cxx; path = ../../src/Fl_Value_Output.cxx; sourceTree = SOURCE_ROOT; }; + DAA7501B483B780B3B6F1459 /* fl_dnd.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_dnd.cxx; path = ../../src/fl_dnd.cxx; sourceTree = SOURCE_ROOT; }; + DBF7AA5678DBFE53DA089967 /* adjuster.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = adjuster.app; sourceTree = BUILT_PRODUCTS_DIR; }; + DCF998DFB6FC41F095EE48CE /* Fl_Input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Input.cxx; path = ../../src/Fl_Input.cxx; sourceTree = SOURCE_ROOT; }; + DD0FA89E5741B87F7E702749 /* fl_engraved_label.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_engraved_label.cxx; path = ../../src/fl_engraved_label.cxx; sourceTree = SOURCE_ROOT; }; + DE9E0ADDD54B4B712EA7CA36 /* output.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = output.app; sourceTree = BUILT_PRODUCTS_DIR; }; + DF06C5087D2E93C5F737BA58 /* fl_overlay_visual.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_overlay_visual.cxx; path = ../../src/fl_overlay_visual.cxx; sourceTree = SOURCE_ROOT; }; + E2F30B41F85A3E2F2F1DC82D /* fltk.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = fltk.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E340F6741B194B3774702646 /* help.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = help.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E3FA839E1510720D0C03B432 /* numericsort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = numericsort.c; path = ../../src/numericsort.c; sourceTree = SOURCE_ROOT; }; + E6151F0374803D189EE99A4F /* cube.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cube.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E65F6FCEC8B411B5D14AEA97 /* Fl_Menu_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Menu_Type.cxx; path = ../../fluid/Fl_Menu_Type.cxx; sourceTree = SOURCE_ROOT; }; + E76A2CF35689D04CBEAC1D36 /* Fl_File_Icon.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_File_Icon.cxx; path = ../../src/Fl_File_Icon.cxx; sourceTree = SOURCE_ROOT; }; + E969139CBECFA54CE88E4AE4 /* input.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = input.cxx; path = ../../test/input.cxx; sourceTree = SOURCE_ROOT; }; + EA0D0A4270DCB9F0096622F3 /* fl_scroll_area.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_scroll_area.cxx; path = ../../src/fl_scroll_area.cxx; sourceTree = SOURCE_ROOT; }; + EA9015EDC4A0E3E4925C0AB3 /* browser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = browser.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EAE03966FABCF04E0CBBB724 /* jcapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcapistd.c; path = ../../jpeg/jcapistd.c; sourceTree = SOURCE_ROOT; }; + EB84CADCACA8D909E220387A /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zutil.c; path = ../../zlib/zutil.c; sourceTree = SOURCE_ROOT; }; + EBA6876403C90E50978F4926 /* Fluid_Image.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fluid_Image.cxx; path = ../../fluid/Fluid_Image.cxx; sourceTree = SOURCE_ROOT; }; + EBB9283D022BB72446B34BFA /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = ../../zlib/inflate.c; sourceTree = SOURCE_ROOT; }; + EBDCAA6F8A0E7ED782896F65 /* Fl_Function_Type.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Function_Type.cxx; path = ../../fluid/Fl_Function_Type.cxx; sourceTree = SOURCE_ROOT; }; + EBF88D2B0D86A7BBBABDEC31 /* buttons.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = buttons.app; sourceTree = BUILT_PRODUCTS_DIR; }; + ECCDEAC34DF5E08899AAD0C4 /* fl_font.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_font.cxx; path = ../../src/fl_font.cxx; sourceTree = SOURCE_ROOT; }; + ED22000EE73911670B4B590E /* vsnprintf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vsnprintf.c; path = ../../src/vsnprintf.c; sourceTree = SOURCE_ROOT; }; + EE167AB173E4855BA45E849E /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = ../../png/pngpread.c; sourceTree = SOURCE_ROOT; }; + EE924392D7978AAF0219711F /* widget_panel.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = widget_panel.cxx; path = ../../fluid/widget_panel.cxx; sourceTree = SOURCE_ROOT; }; + EF5907A5D5E336B581C7B4AD /* line_style.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = line_style.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EF9B45EDFB9D3C7D944F47CB /* freeglut_stroke_roman.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_stroke_roman.cxx; path = ../../src/freeglut_stroke_roman.cxx; sourceTree = SOURCE_ROOT; }; + F2862EED023131900DA6A422 /* inactive.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = inactive.app; sourceTree = BUILT_PRODUCTS_DIR; }; + F301E999D96819DF33AC68B3 /* CubeMain.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CubeMain.cxx; path = ../../test/CubeMain.cxx; sourceTree = SOURCE_ROOT; }; + F50678E21235AB57B4512477 /* sudoku.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sudoku.app; sourceTree = BUILT_PRODUCTS_DIR; }; + F5076A60AD0B30088079059A /* jdmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jdmaster.c; path = ../../jpeg/jdmaster.c; sourceTree = SOURCE_ROOT; }; + F58E87D1A08704AEDC96DCA1 /* button.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = button.cxx; path = ../../test/button.cxx; sourceTree = SOURCE_ROOT; }; + F61CB0296A07EC62A460ED31 /* iconize.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = iconize.cxx; path = ../../test/iconize.cxx; sourceTree = SOURCE_ROOT; }; + F653ECFC09BD177B0499DDB3 /* Fl_Value_Slider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Value_Slider.cxx; path = ../../src/Fl_Value_Slider.cxx; sourceTree = SOURCE_ROOT; }; + F6CB2A32B8A69583D0C22CD9 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = ../../png/pngwrite.c; sourceTree = SOURCE_ROOT; }; + F7547C1FD19CBDF38222E369 /* fl_rounded_box.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_rounded_box.cxx; path = ../../src/fl_rounded_box.cxx; sourceTree = SOURCE_ROOT; }; + F80C7C3A8E5477EA8034CB51 /* jcomapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcomapi.c; path = ../../jpeg/jcomapi.c; sourceTree = SOURCE_ROOT; }; + FA5270436F6250072E22EC03 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; + FAC06E013AB2070B98C476D9 /* sudoku.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sudoku.cxx; path = ../../test/sudoku.cxx; sourceTree = SOURCE_ROOT; }; + FC281A59B69969FD0436AEA0 /* jerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jerror.c; path = ../../jpeg/jerror.c; sourceTree = SOURCE_ROOT; }; + FC657B125BF360403EA0F4D3 /* fl_utf8.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_utf8.cxx; path = ../../src/fl_utf8.cxx; sourceTree = SOURCE_ROOT; }; + FD4381BF476F9B227D9977FA /* CubeView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CubeView.app; sourceTree = BUILT_PRODUCTS_DIR; }; + FD7AD791EBE0CCBF5E9DF828 /* Fl_Browser_load.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Browser_load.cxx; path = ../../src/Fl_Browser_load.cxx; sourceTree = SOURCE_ROOT; }; + FE10C917AA0AAF56C20FF717 /* Fl_Check_Browser.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_Check_Browser.cxx; path = ../../src/Fl_Check_Browser.cxx; sourceTree = SOURCE_ROOT; }; + FE714582D745704C6D29DE83 /* freeglut_geometry.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = freeglut_geometry.cxx; path = ../../src/freeglut_geometry.cxx; sourceTree = SOURCE_ROOT; }; + FEA6F80407A593A0AE15AE71 /* fl_color.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fl_color.cxx; path = ../../src/fl_color.cxx; sourceTree = SOURCE_ROOT; }; + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; + FED445583C536BEC1AA2640E /* keyboard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = keyboard.app; sourceTree = BUILT_PRODUCTS_DIR; }; + FEF7396EC015CD2E06234390 /* Fl_get_system_colors.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Fl_get_system_colors.cxx; path = ../../src/Fl_get_system_colors.cxx; sourceTree = SOURCE_ROOT; }; + FF31D73C1B63E412417DDC34 /* jcmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmarker.c; path = ../../jpeg/jcmarker.c; sourceTree = SOURCE_ROOT; }; + FFFB925E4352E48A50D3807F /* buttons.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = buttons.cxx; path = ../../test/buttons.cxx; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 011597044D874F8380F9377B /* Frameworks */ = { + 0234CE040FF0750B38604AFE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5922F5CB34FC80396CCB9009 /* fltk.framework in Frameworks */, - 8BA5232E67EA5AEBCAEDDE2B /* fltk_forms.framework in Frameworks */, + 2C261676DDADF056B8D4AA1A /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0D69E256EED247A4EA854444 /* Frameworks */ = { + 03EBB1CA9348190A9BE83A6C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B7B09881165D08ABE0BCC002 /* fltk.framework in Frameworks */, + D4A2947FD37D0A4544B30652 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 110C0BC1A4BE4C7CCADB15FC /* Frameworks */ = { + 03F20CC479B321B0506DA764 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2122A262A24A5511E638B45D /* fltk.framework in Frameworks */, - E9DA4F17541A5C10CFE2AA85 /* fltk_gl.framework in Frameworks */, - 23E559BAA4BAC587429D5205 /* OpenGL.framework in Frameworks */, - D2E20ADAA4E362E219A224D7 /* AGL.framework in Frameworks */, + 43D0DC6E3CC588987FB4909F /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 15CE23ACB2B3C1B14894E8EF /* Frameworks */ = { + 051D95952C5D8DAD65C76325 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5266D84EE4F095B477361410 /* fltk.framework in Frameworks */, - CF64757223ACCE6D0143A7DC /* CoreAudio.framework in Frameworks */, + 118C300C7345B9C1DA7FFA26 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 15F3926929548BFABBDD2FBC /* Frameworks */ = { + 0A3DC13DC2BDD594FB9ADD29 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0BF7D0CF32888FA0B10EE95D /* fltk.framework in Frameworks */, + 1A3DC16957078494A4701CFF /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 16E5725CDA047FAE00F51406 /* Frameworks */ = { + 0AA46B812572B992E5B6F3A1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F48F03443D622AA6F0AC0BC9 /* fltk.framework in Frameworks */, - 0A268C47F8455B5B2D8004A4 /* fltk_gl.framework in Frameworks */, - 7B7C7DC7F8A6CB10DCAA3D2A /* OpenGL.framework in Frameworks */, - 6B6180A096B647C4927BF43E /* AGL.framework in Frameworks */, + A7F8C87960372CF16A6C1AB3 /* fltk.framework in Frameworks */, + 3C7C9A807AFD65AABADF7DEB /* OpenGL.framework in Frameworks */, + 3595C8EF19D5E98200A15077 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 186534789623FC4624D7A6FE /* Frameworks */ = { + 10DE0C31873978624F09D9E6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 628D3D8F906B3DED86469181 /* fltk.framework in Frameworks */, + 29BA2487F06F20E4222C4EB7 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 18AFCD582AB0F903BBB0E355 /* Frameworks */ = { + 161BA3AA2157F7827EF0E26C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2F67A68E6007AED4FEB55927 /* fltk.framework in Frameworks */, + C62E3238590AD12C503B6136 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 254456E570EFDA85A9C2E491 /* Frameworks */ = { + 1725F80523DCFBB3E64EA8CC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0DF1682B4DE6F492DFEFB5F8 /* fltk.framework in Frameworks */, + 8F2E7F2E9A0BD12AF7FE327B /* fltk.framework in Frameworks */, + 892B4EBE1F9722CBCA452370 /* fltkgl.framework in Frameworks */, + 2BBA146D5D72BEDE91630E9B /* OpenGL.framework in Frameworks */, + 297681D9F297D31D4C6F7D41 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 293E7761B9FACF8EB83FC72B /* Frameworks */ = { + 17C9162E9690887BAFC3DB03 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 56BC65003C837B2AFEC9F151 /* fltk.framework in Frameworks */, + B8FEEBFBFA52052E6B18D300 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 318AF2EE9A3B46E7354BC7B7 /* Frameworks */ = { + 1902C5EE12B61C1C29B23033 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 14B3AF60552BEF42F3986806 /* fltk.framework in Frameworks */, + 139DCDC6B630CD12AEF6878E /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 31B29CAF8B50F27C9DB5DF8B /* Frameworks */ = { + 1E52B5D2C83A7FD56FC6DBE0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BA33BF737F3AEDDDF974D7A2 /* fltk.framework in Frameworks */, + 5D6BEB18FFF078CF77F1B871 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3221EF142010DC5961015247 /* Frameworks */ = { + 1EEC5D99CDFFD6312C308019 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CE5691775F019CFE535F7D90 /* fltk.framework in Frameworks */, + 4CE386515B4CBA20550BC8C2 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3315155B792131E726B6471E /* Frameworks */ = { + 20E26C1B489CF03F568A1315 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B765A6505805EA31279ADDEC /* fltk.framework in Frameworks */, - FB9FCB019308E88F17F9F418 /* fltk_images.framework in Frameworks */, - 0241CBB193AC608F8F566179 /* fltk_jpeg.framework in Frameworks */, - 305726B0EDAEA494385F746F /* fltk_png.framework in Frameworks */, + B01553933380624D6DF1F25B /* fltk.framework in Frameworks */, + FD4769430FB29C4A0C6A3D16 /* fltkforms.framework in Frameworks */, + 73E56A0BDCC5C28B774AAAD7 /* fltkimages.framework in Frameworks */, + 9712CE8B5F41AEBB9EC29C4B /* fltkjpeg.framework in Frameworks */, + E59A79DB481AA4E00EB721E5 /* fltkpng.framework in Frameworks */, + 5A333FD1B25ABB8793A0675B /* zlib.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 33DABB28659B6EBDE8DE56A5 /* Frameworks */ = { + 21B5A066857B52418EE6E319 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 883DB1E9AD4D91EC51E8D127 /* fltk.framework in Frameworks */, + B38A47204C0AA54D851A8B42 /* fltk.framework in Frameworks */, + 68F54E2F63BC88B26ECF2FBB /* fltkimages.framework in Frameworks */, + 1FD5E88DA81569C90E42EA6A /* fltkjpeg.framework in Frameworks */, + B3128D3BD3E4A0DB29276AF8 /* fltkpng.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 363FD393BA21B7A66AA6F35F /* Frameworks */ = { + 238A75F2BBCE51CADA05440A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5E95AFF6BDDFDD45C5C0984D /* fltk.framework in Frameworks */, - 4C6AF8C16EDAADA5D6804173 /* fltk_forms.framework in Frameworks */, + 7CCCC770354032335224144D /* fltk.framework in Frameworks */, + 48F61BA5D96D4205AE16B714 /* fltkgl.framework in Frameworks */, + 3BC72A4DA28A502E4C11B6DA /* OpenGL.framework in Frameworks */, + 020D3C1E5244F0691CCDCBA8 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 366E9885ED37B4D86AFADDD8 /* Frameworks */ = { + 2839E294EECD0BD55FDE4ACA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 160F0111D429D99B3E06EB54 /* fltk.framework in Frameworks */, + 168CFEB4DBAA9FD45951A489 /* fltk.framework in Frameworks */, + 99B35CFC7E1169D77A88B8ED /* fltkforms.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39F60F5A2932ADCA1FA08CD0 /* Frameworks */ = { + 2AD9365912B049C798F22C3E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 339B8B253BD3E20BB3226904 /* fltk.framework in Frameworks */, - 4840DFB4708EF3AD5DEBE808 /* fltk_gl.framework in Frameworks */, - A7CE9C5B1A5F0F9025C45484 /* OpenGL.framework in Frameworks */, - D51247C17FB2EA319D900588 /* AGL.framework in Frameworks */, + D4F392730DB4B9C156CCB450 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3FA44DEA7E505153EE6805BE /* Frameworks */ = { + 2B17A2208A562A545788666F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D03276954DF0476E24525FCD /* fltk.framework in Frameworks */, - E367636CA02A02A47E726793 /* fltk_images.framework in Frameworks */, - AEB7FFFD2CE0CED23B13530C /* fltk_jpeg.framework in Frameworks */, - E2FA6445ADA81B1DF5576C1A /* fltk_png.framework in Frameworks */, + 370F7FFCB6D805CBAEE4556B /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 432BD9EB9205E57BA76D625A /* Frameworks */ = { + 2C9E31F313AAC823E73F4836 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3EB8E49B5EB99D886019ABD9 /* fltk.framework in Frameworks */, + 0DC52898B1647EA65A57B67C /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 46082B412C91706D557FF939 /* Frameworks */ = { + 2CEC8F3AE5150E0B5580D4F5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7D7DBA03EDB6A49C4CE92A92 /* fltk.framework in Frameworks */, + 06E8D166E0906FB2A9A86C37 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 46872697FDB6B2FBE56CCB0B /* Frameworks */ = { + 2EAE91029AAB9C15F6194D8E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DB75798841B6351437D4A49D /* fltk.framework in Frameworks */, - A48F0DCC222A3406027101C9 /* fltk_images.framework in Frameworks */, - 8376A994780949814D5911AF /* fltk_jpeg.framework in Frameworks */, - 9401725CF2A5BB95BEBE9D61 /* fltk_png.framework in Frameworks */, + 89054C8A3E9D8C6A3267433A /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 472D7A2674D9BD3C9EB4765B /* Frameworks */ = { + 31A47C6B9FCE9F52A82C8773 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3734E3D8C30DB30BD0886971 /* fltk.framework in Frameworks */, + 4E6309738D071B3B0E9725FD /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 48598617012F4C149876F980 /* Frameworks */ = { + 33D6C08A758DB498C2792BD7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B90EF0DAD37D96DE05373BF8 /* fltk.framework in Frameworks */, + 69BDCDE023FEAD143BF360D1 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 48DE35C6C954E7987505EFAF /* Frameworks */ = { + 356AE3AC72EE6E2872794FBF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E458F48ED335CEB320135091 /* fltk.framework in Frameworks */, + 93AC49199F0319BF995F6B40 /* zlib.framework in Frameworks */, + 0367BF17947149FB1BD8C69F /* libz.dylib in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4B8AD57349C54E58DE3A0577 /* Frameworks */ = { + 3633FD78CFD8827F050F638C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ED938C2C6E1E10BA5F751A62 /* fltk.framework in Frameworks */, + 81ADA4CE4FABDC379F36DC5D /* fltk.framework in Frameworks */, + 769D78C057A40198314F559D /* fltkgl.framework in Frameworks */, + 6B6B4EB47540667EA1B00829 /* OpenGL.framework in Frameworks */, + 0E86E4F75AB3F346F18E55BD /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4D6ACB7FDFAAE0B3990123B0 /* Frameworks */ = { + 377C1D01551A914FA003B749 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5AC556E40AD20B1C1807FDFD /* fltk.framework in Frameworks */, - 33578585D894EB69999CAB37 /* fltk_gl.framework in Frameworks */, - 65378165FF3AF540341F619E /* OpenGL.framework in Frameworks */, - 4402D8E706D12A7468D3B362 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 53440AB9FA01D692F905CF76 /* Frameworks */ = { + 4914615CF877F52593E9F7E4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5DA9BF4AB5E0F66CFB95D091 /* fltk.framework in Frameworks */, + 54C2582D6A1CC377E31AEE4D /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 54A21E0239EC7BFEF3E4A11E /* Frameworks */ = { + 51A67C52AC88BA04B5575DE1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 35D6752ADBF7F6A8D49DEB0D /* fltk.framework in Frameworks */, - 5B87321B788E299BD81D04AA /* fltk_forms.framework in Frameworks */, + 6B85931F5BF8E5BED80C631A /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 565BBB060BECC667FC0DD478 /* Frameworks */ = { + 533468078DD2218E616B9569 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2758733EB9C86A38F714DCA6 /* fltk.framework in Frameworks */, + 2A8BA72AF1027BDBE9BD0A8B /* fltk.framework in Frameworks */, + CC44C28C73FA521A751FB77B /* fltkgl.framework in Frameworks */, + F5CFF43D805B1F9C59D993F9 /* OpenGL.framework in Frameworks */, + 01F70FCEF10704A9F9942E36 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 599725997CF01F300F5D56EE /* Frameworks */ = { + 540937BDAB7D5EE7A8A28C86 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 23F6324B31458C5E46CA77F0 /* fltk.framework in Frameworks */, + 63639EB13DCDEFD9283A573C /* fltk.framework in Frameworks */, + 2BC5E08E955A6A8ED27F8ECC /* fltkimages.framework in Frameworks */, + 7A0CDC5C596BED9392D1337E /* fltkjpeg.framework in Frameworks */, + 8594F75DD8E53AE773E30DF4 /* fltkpng.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5B16E5273110AEB3774A8925 /* Frameworks */ = { + 560802AAB90FB5E4AC65DF55 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 78BAAD30FFECE1DA304BE438 /* fltk.framework in Frameworks */, - 4668D46C6CFB5FE6FFC48D9E /* fltk_gl.framework in Frameworks */, - 3D6766A160EC6BB304118AE2 /* fltk_forms.framework in Frameworks */, - 5EF652781552A2B6925DE1DD /* OpenGL.framework in Frameworks */, - 5E2DC73BF1AFC6E05614332E /* AGL.framework in Frameworks */, + 50EA71DDD5376D06EAB4B437 /* fltk.framework in Frameworks */, + CEA71954C4DE5D21AF0B57C9 /* fltkimages.framework in Frameworks */, + 214422C0C8DA9C90DBA92138 /* fltkjpeg.framework in Frameworks */, + FCD08748B35355173132CD16 /* fltkpng.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6192DB4AFFBD3954DD7A5F06 /* Frameworks */ = { + 5CDB2F9451F4FE80F60A17DC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D41BB814E8D8C9646DB3C199 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66478819C0BD323F5BB84311 /* Frameworks */ = { + 5E70893626F82141842D1C1B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B36B0FB830948A5FE94339E0 /* fltk.framework in Frameworks */, + B9EA697C9D21A244E0E5B30B /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 67CCE06BA42D25B8EEC7DBD2 /* Frameworks */ = { + 6055C1D3E6F269E266520D47 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 18DD4DC4542BCEFC818670A7 /* fltk.framework in Frameworks */, + 01A646E67B0211F894CFC85A /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6884707FE112D6B7B33AC53B /* Frameworks */ = { + 618CBA7BFD02C528F4E58D7D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 12EE7805790C3D15B23D2ABE /* fltk.framework in Frameworks */, + B399DB1139010D1F540F4973 /* fltk.framework in Frameworks */, + 263C8C297A47312A19D236BC /* fltkforms.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6D156E47CBE3C34CEEF50ED0 /* Frameworks */ = { + 70486E1D7618A0E615ED9A48 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6C19A11170E3D79114A85993 /* fltk.framework in Frameworks */, + 83593B9A88A86E1541CB5C64 /* fltk.framework in Frameworks */, + 361C6817C30DC682E272622C /* fltkpng.framework in Frameworks */, + 4C3EEB40FC0973A534820FF2 /* fltkjpeg.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6F5129078606BC9ADB21F766 /* Frameworks */ = { + 75F08BCF71C1DBB9D248C5CB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E0D8186D1A7FDA4639522646 /* fltk.framework in Frameworks */, + EF88CDFA84E60B9AA7CE02D7 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 703392E440ECCD695FF5EBEC /* Frameworks */ = { + 779F989B0247EE21A9FC758C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 39B0DD18D2976CFEEC13B374 /* fltk.framework in Frameworks */, - 70B0035FC13826ADFEC53F32 /* fltk_png.framework in Frameworks */, - 2579AF3D601D91851547262C /* fltk_jpeg.framework in Frameworks */, + 9FF8E50B5D2E1F621A143DF5 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 773576E02874A6431E5E71E3 /* Frameworks */ = { + 7851989F10856F93A1E85CDE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 193B41C16931E15A57CFC658 /* fltk.framework in Frameworks */, + 101655ACA603A93AB943A977 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7DC1C30FDE96ADE5B1DF4DA0 /* Frameworks */ = { + 7BCB42B8ABA347253E3D8E4A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C4FAC192EAC723EA7883444F /* fltk.framework in Frameworks */, + F8A1238420150CE477717CE0 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7E42FF6E6AA1B766F1DB3FC4 /* Frameworks */ = { + 7DCC89478721659E292E2A57 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DAE519D2F51DEB780DB6FBB7 /* fltk.framework in Frameworks */, - 896FF5B9411DA5106485F89E /* fltk_images.framework in Frameworks */, - 9B99156F0D340760DAEE6989 /* fltk_jpeg.framework in Frameworks */, - B6E778CD7A88D3EF7178EE14 /* fltk_png.framework in Frameworks */, + 7D5AF018DE9928C9563887DB /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8422A4216C19CF11D94FA2AD /* Frameworks */ = { + 8070FC6DA7615472A2668F9D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F44C66946D13374E8F32EED3 /* fltk.framework in Frameworks */, + 113CBA1AEE042127529BFACF /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87436D6D30999785CB3995F9 /* Frameworks */ = { + 82C921A8F7C282BD15ABCABB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 62403F812BD805F2BC4DA180 /* fltk.framework in Frameworks */, - B6913436103CC2C7BC1A29D8 /* fltk_gl.framework in Frameworks */, - B8A0D1FCA5FEB85D0105EFAE /* OpenGL.framework in Frameworks */, - 9359A874AB3178BA3B2C5711 /* AGL.framework in Frameworks */, + 1FA3ACB984231EA486900BE6 /* fltk.framework in Frameworks */, + 0BE6EC5ACEAFEDB8BBAFB6CA /* CoreAudio.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9127BD9426C9795A9B962545 /* Frameworks */ = { + 85E0845FCDB9BFAB49C8DA3F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5B7805276D0E688A02EB64C2 /* fltk.framework in Frameworks */, + E53DCF4C18DC4A7CF482A5E7 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 918D4D49813B316F39829AB2 /* Frameworks */ = { + 97B4715DCF8F905B1BD1B967 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 44DDDD11ACC4B43A8474266E /* fltk.framework in Frameworks */, + D57ED1DDBDE71C82B3368C07 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9209893D34156CF74255B7B9 /* Frameworks */ = { + 99E2F4C58FE093DD9D39CD12 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 61F1774BB6E4FB9B6BAE91FC /* fltk.framework in Frameworks */, + 6D82830ABB04BD3734E0DC2F /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95C9121365F1688EDF2E4B7B /* Frameworks */ = { + A1F3C283C9DA17BB586AF767 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DD10C45C91391C985C45B8FC /* fltk.framework in Frameworks */, + 5609EF902446C9315B228879 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A171B4DA424BC0C5C55097B5 /* Frameworks */ = { + A66E2CD6F838A0B15C73016B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3249F1464490BFC40D7DB237 /* fltk.framework in Frameworks */, + EAAC1C11E754E1953220CB1E /* fltk.framework in Frameworks */, + 6693D63BAC6047D8E09CBAD0 /* fltkgl.framework in Frameworks */, + B63019856E9E8A8485A5EFAE /* OpenGL.framework in Frameworks */, + A007FB92DCDC74206B5974F0 /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A47644E43FFAD00F413D4E64 /* Frameworks */ = { + A691EB99BCDC91B7B140113D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E1EEA71B9837271D4A60C1D1 /* fltk.framework in Frameworks */, + DB5D0EC7A848D002FBCAD88C /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AEC25A229C37E37F57D39446 /* Frameworks */ = { + AB72E35B3ED34BE291BC4135 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D71B20BDE9DCC08AEED16422 /* fltk.framework in Frameworks */, + 5319C9E6B538FAF3DC25D16E /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AFA840821599F4922225870A /* Frameworks */ = { + AEC4E96BB91B43F55AB4D14C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B6F337CF0092C73EF3DD0A04 /* fltk.framework in Frameworks */, - 415F7DF426D65263C5EADD78 /* fltk_forms.framework in Frameworks */, + 5B40AA540F127D6A2F2D0AC6 /* fltk.framework in Frameworks */, + 37AB77E9F3302BADADEEEFE2 /* fltkimages.framework in Frameworks */, + 3BB8244B85F8D311D94F8D70 /* fltkjpeg.framework in Frameworks */, + D4D7B5A7546323B40E607B09 /* fltkpng.framework in Frameworks */, + F75AC0966CD860FE5DF675E2 /* CoreAudio.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - AFDBCFDE7C12763AE25FEB4D /* Frameworks */ = { + B17E71383442C47F3716D141 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ECC4E49FD15DDF161D81E428 /* fltk.framework in Frameworks */, + DF49C2EF83C584442560DE9F /* fltk.framework in Frameworks */, + 7639F8FC2931E47768424928 /* fltkforms.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B08D86108EC0B7D6D0162474 /* Frameworks */ = { + B50A92A6EB965176B75DBE94 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BC4D20C3ABF2D68D79645EFD /* fltk.framework in Frameworks */, + 2FFAB5C787140E66CC8658E7 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B5335F604BF969A26A3C19B7 /* Frameworks */ = { + B52046894C9F41B0301EBCF5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F75CC819DCDEC9D1C4CB77FC /* fltk.framework in Frameworks */, + E99C3C32F5B9E7548B701E87 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B5432A0C0F0B2320F7846754 /* Frameworks */ = { + B56C28AB4DDB487F7D22C988 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BD86276ABB1D5627EEF392B7 /* fltk.framework in Frameworks */, + 42FD2E519BDBB8433C98AAE0 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - BD8F894D0E7E39AF2ADE6F0B /* Frameworks */ = { + B7BA5ADE09FF045C2906A638 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5ECAE864287819D30B76FCB6 /* fltk.framework in Frameworks */, + 9744A093F12B7DD327054AE4 /* fltk.framework in Frameworks */, + 2F45EC71627255A7A5C450E8 /* fltkforms.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C28E3F932A56C7A5A78F5F0B /* Frameworks */ = { + BACC297C1FE462CADF9519E7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 63313F318B68DAE45DBCAD24 /* fltk.framework in Frameworks */, + C6B89EADA25C0E1AB68C6470 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C6ACE69E1B59E0E107A71102 /* Frameworks */ = { + BCAB98AA269B22B9B149E3C7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5338EDC43CB7C222B15D4DBE /* fltk.framework in Frameworks */, + 251DA7FE9B85870E32410B0E /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CDEDF6953BED13F6481723A5 /* Frameworks */ = { + C50CAE5261DA0A288C0E97D1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 090919FE1DBDF217597AB4CA /* fltk.framework in Frameworks */, + F8705C56FB4CCD5BF98BC78D /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CEA7595CE0A0BBE0BEEBD8F8 /* Frameworks */ = { + C546B15F0D207D2C50475F16 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 942CBEA7978E919C4D372A4D /* libz.dylib in Frameworks */, + E4D1F1990C6C1965626BAED9 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D554CC639C277FE8519A656A /* Frameworks */ = { + C6429C1439264277064C6426 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AF2F5B3330265AE75532EA55 /* fltk.framework in Frameworks */, + 68C388700ABCF8CE0E2A4BC0 /* fltk.framework in Frameworks */, + 071F86EB6819AAA65A26C8A0 /* fltkimages.framework in Frameworks */, + 2260F8C1AEAA332205840C95 /* fltkjpeg.framework in Frameworks */, + 1ECAE1093037A0208D801E72 /* fltkpng.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DB43467A5FC2F04B74C4F116 /* Frameworks */ = { + C79FCEC8BC681CD2E5B9850E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D627DAA3692AF89A36A16BC0 /* fltk.framework in Frameworks */, + F1ACF852439AF6529BB8CF2B /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DDF70168FAE234F1B5A0A661 /* Frameworks */ = { + CD57633491A50E46EA850807 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A860665738557C497B9FB1C3 /* fltk.framework in Frameworks */, + 90B7E373C34F118B28493B2E /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - DEF1DE2387F855EAD0B5ECE9 /* Frameworks */ = { + CDA06A98176E29D8AD65635A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 51A301EB68C0CE98AF51F834 /* fltk.framework in Frameworks */, - 93B5FDF52EDE1D116D33C40A /* fltk_gl.framework in Frameworks */, - 7FF2E0C0C7DD9BD79158287D /* OpenGL.framework in Frameworks */, - 90C6291D3EB183E8B9A5C92A /* AGL.framework in Frameworks */, + A4D6D0E2BF9D0AC969C905EA /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E09318D08CF758388956E7C6 /* Frameworks */ = { + D02DAAE7BAF586138EE4BE41 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7BD0968BCD4E8D0AC173349B /* fltk.framework in Frameworks */, - DC3622C86D2A2806914929C0 /* fltk_forms.framework in Frameworks */, - BD5424AE3F9286D4A37137C6 /* fltk_images.framework in Frameworks */, - 1597D09BBDD094E237CC19DA /* fltk_jpeg.framework in Frameworks */, - 39EBD1C64B9AA842088D76C3 /* fltk_png.framework in Frameworks */, + 0B624AB92C44C63DB0FDCAEB /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E397522F91FE690FF8576DC4 /* Frameworks */ = { + D573C8CA16130EED3AAE3123 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + AFDBA5CD3DA79360CF58AD98 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E9B5AE6C701C5AD07BBCE475 /* Frameworks */ = { + DC756F51E40ABC90A391EBA9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B16A701909A68523986A3451 /* fltk.framework in Frameworks */, + 3BA50F279D7EEF5A8D003C3D /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE2A5FA17018B7CFEA9E0C93 /* Frameworks */ = { + DE6FEDBCE0A6FB4D050FD168 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3AC1CEF70780F84549B9F04E /* fltk.framework in Frameworks */, + 8E8BAB2575652D6E0A7D5570 /* fltk.framework in Frameworks */, + EADAF002F5292C3524646D48 /* fltkgl.framework in Frameworks */, + 22DC2151687D9486F374871B /* fltkforms.framework in Frameworks */, + 9CE8F242A0E20F11F56FA147 /* OpenGL.framework in Frameworks */, + BF5B52370019143922A0B1DD /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF11F89BEEFF00F9AACC5BDF /* Frameworks */ = { + E01914854BEF2B1106FCBFD9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0B07A9690C7BF162AE4A08E7 /* fltk.framework in Frameworks */, + CBE1D9BEFD54DA94D1A6F703 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF16DE748CF30E873D2CEA53 /* Frameworks */ = { + E306A3C60A2414CC3E998AFA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F09434BD6343E8BBB02BC9AE /* fltk.framework in Frameworks */, - DCB2F4CCD606B03D530A4942 /* OpenGL.framework in Frameworks */, - 5ACE96C40A7C18E81A10E0F1 /* AGL.framework in Frameworks */, + 6F286D9E266CFB343E96C374 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F0498BB6DD361523F03A5EB9 /* Frameworks */ = { + E58DD6D49D0FF10086D5DB15 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1222014002931D4894C28B8B /* fltk.framework in Frameworks */, - D5DA2A177EE6A7D06281CBBD /* fltk_images.framework in Frameworks */, - F89C4AC3FF751FA7CD5CC8A0 /* fltk_jpeg.framework in Frameworks */, - B3D565C2FA6A1B1B83906CAA /* fltk_png.framework in Frameworks */, - 728178C59CF5DFD8AC4D99D5 /* CoreAudio.framework in Frameworks */, + C374681EAB1F6C1D2BD5BD64 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F9E2F324BD93B76D5B510C61 /* Frameworks */ = { + E76AAB198E7F31B1CC8E002C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + EAF39295331896B13CB4D42E /* fltk.framework in Frameworks */, + 5F87940CDB9BA972C02A6C9D /* fltkgl.framework in Frameworks */, + 67EDAA17B6D26A615C7B67A7 /* OpenGL.framework in Frameworks */, + 03EF3866630348748879EADF /* AGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - FDAEEF55F2918FA7DA2C191C /* Frameworks */ = { + E91BC9024A5096746C5BB0DE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9503C13BF8F69390FC0CEDC3 /* fltk.framework in Frameworks */, + 7AAD604A9DD3A3D07784D5D1 /* fltk.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC15AE99E90F2EC786369228 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A6D4A9C5BF4965BB59B59796 /* fltk.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 03BF9823787E789F72E06902 /* keyboard */ = { + 00F42F03A19EAB7DA8926DD9 /* Fluid */ = { isa = PBXGroup; children = ( - 6E990AA0E26D50C68DE4DDC3 /* keyboard.cxx */, - 9B0ED264FCC7E2DB36DB46DA /* keyboard_ui.fl */, + D49B07167EE15A527FC59CA5 /* CodeEditor.cxx */, + EBDCAA6F8A0E7ED782896F65 /* Fl_Function_Type.cxx */, + 8A852E79F8A15A33118F6DD4 /* Fl_Group_Type.cxx */, + E65F6FCEC8B411B5D14AEA97 /* Fl_Menu_Type.cxx */, + 80BB4710D8CEEC29E578145C /* Fl_Type.cxx */, + 913E57072966509EA7337504 /* Fl_Widget_Type.cxx */, + 6715AA471FA56990C83C6F62 /* Fl_Window_Type.cxx */, + EBA6876403C90E50978F4926 /* Fluid_Image.cxx */, + 74A761A2D9A8E1CD8C8FFB2F /* about_panel.cxx */, + BB8199D1E9406E519166B049 /* align_widget.cxx */, + 561329923AA63D5B8374CCBF /* alignment_panel.cxx */, + 7AF036AF00344E50157CD770 /* code.cxx */, + 337EFEA3F2DC232D5121ECF1 /* factory.cxx */, + C9A13D7B81575B126270CD90 /* file.cxx */, + 18EC68C85179109EEB444178 /* fluid.cxx */, + 6C8A97E421833686A0A02A92 /* function_panel.cxx */, + 33C3DFF2481F639303E4E8C6 /* ide_support.cxx */, + 857B417B9FE92C5AFBD7B834 /* ide_visualc.cxx */, + 75A89D6B0D9EA8EC078A28BE /* ide_xcode.cxx */, + B5D5508F5A3C7F638F2EFFCE /* template_panel.cxx */, + 6360FE4F864D425C6F33F1E5 /* undo.cxx */, + EE924392D7978AAF0219711F /* widget_panel.cxx */, + 2A2B6FE24867FC2B8CB17D6A /* fluid.icns */, ); - name = keyboard; + name = Fluid; sourceTree = "<group>"; }; - 05062DD6AC372508B1C3FA20 /* colbrowser */ = { + 074FEDBD9FBEFA19380C769F /* blocks */ = { isa = PBXGroup; children = ( - D59104E4E4627226E9295FDE /* colbrowser.cxx */, + 147E5C00E359784B8312A786 /* blocks.cxx */, + FA5270436F6250072E22EC03 /* CoreAudio.framework */, ); - name = colbrowser; + name = blocks; sourceTree = "<group>"; }; - 0A1EAC01C44FD42357DAF422 /* editor */ = { + 07B82CFB106665935EEDD05D /* line_style */ = { isa = PBXGroup; children = ( - 6515106B16440A75939E909C /* editor.cxx */, + ADAE8E23151B0A02D58A1CC7 /* line_style.cxx */, ); - name = editor; + name = line_style; sourceTree = "<group>"; }; - 0A865E43340B9F099C9C0C9C /* hello */ = { + 1149BD7F26548ED94E92EC74 /* mandelbrot */ = { isa = PBXGroup; children = ( - 37B771B27F0F632C0D7767E7 /* hello.cxx */, + 491794C3158CEBFFE57674A3 /* mandelbrot.cxx */, + 7E82B4FD79468DD856A79065 /* mandelbrot_ui.fl */, ); - name = hello; + name = mandelbrot; sourceTree = "<group>"; }; - 0B2ADE6C9B6C86918214BB96 /* tabs */ = { + 12333132CB6F40444C77BE51 /* curve */ = { isa = PBXGroup; children = ( - A6F06EA31E2564F571DDB8EC /* tabs.fl */, + 59232612C7AF67DB015A2117 /* curve.cxx */, ); - name = tabs; + name = curve; sourceTree = "<group>"; }; - 0EB563515A1B24CEDA0C2FE9 /* table */ = { + 180CF4818A76A2EC3CC56EDE /* message */ = { isa = PBXGroup; children = ( - A9082FB93282A3C905A52435 /* table.cxx */, + 9F09F8777D65E047A6A1EE62 /* message.cxx */, ); - name = table; + name = message; sourceTree = "<group>"; }; - 13D88347BFEE7955085064A2 /* tile */ = { + 18EDB131FC53A106621778E2 /* fast_slow */ = { isa = PBXGroup; children = ( - 12C993C2CD4C710D5F2E0A00 /* tile.cxx */, + 6AB630FB48ACD735BB9490AC /* fast_slow.fl */, ); - name = tile; + name = fast_slow; sourceTree = "<group>"; }; - 17A7EAD3AA6B42B936FB4520 /* fonts */ = { + 192C9AF6CA6DCD30EC4CF886 /* Tests */ = { isa = PBXGroup; children = ( - 1F3DAC98A8B1E4F022893671 /* fonts.cxx */, + 417E7A2B850E9E686DCF0E36 /* Demo */, + 683983E3AFF15A6FA47DE622 /* adjuster */, + EA1538C577D2C14B63463223 /* arc */, + 25732FC41F73BF75D33420E3 /* ask */, + EDC08C3395AF7082612ECA96 /* bitmap */, + 074FEDBD9FBEFA19380C769F /* blocks */, + 28696E927E26BE90252CCD6C /* boxtype */, + F8824A7B7106B30AB508A1DE /* browser */, + DB5514E7616948CF493335D7 /* button */, + 70EC84D03A551510FBA138EE /* buttons */, + E7A8334C35537EC5A7F069E3 /* checkers */, + 64A9BDCC0242A743276F26A2 /* clock */, + 91AB48894A7C8C69476967F3 /* colbrowser */, + FCE6DB1D9A96CDC09CAB426C /* color_chooser */, + 876340ACC550495707A428C7 /* cube */, + EFE59252BF05871A8E6A7407 /* CubeView */, + C37C196CF8D2ACFF991E8FA0 /* cursor */, + 12333132CB6F40444C77BE51 /* curve */, + B29A1B331FD36EC3544E581A /* doublebuffer */, + 646857CA93D7A9EB02CCE195 /* editor */, + 18EDB131FC53A106621778E2 /* fast_slow */, + CA13D71A1B9266341662E5C8 /* file_chooser */, + A0808445B78D4ECBD2DEA39A /* fonts */, + 3143B77A53B8B92A8080706A /* forms */, + 3ACEB30B83734BEA9B1A6ED2 /* fractals */, + B472697AC406AFA1AE53D819 /* fullscreen */, + BD952445DA6023D0A47C602A /* gl_overlay */, + 6E511FCF2A3A610F2F0D0233 /* glpuzzle */, + 6471A01F1FD4B66E7D031BA9 /* hello */, + 29E7C1EE7070A6EC71CB218B /* help */, + 999B36FC1C85ACF40EBBBCD4 /* iconize */, + 4D2EF2F4CDD0AFCCEC150843 /* image */, + FD095741747301A720FCBBEE /* inactive */, + 755A0900DFA7E8599E20A7DC /* input */, + 539506B8B2C5ACCCDB7C7CA1 /* input_choice */, + 654D716326C389211401A988 /* keyboard */, + 5848033721E100F23E500793 /* label */, + 07B82CFB106665935EEDD05D /* line_style */, + 64FD3BACB96DEFCC3B255F5B /* list_visuals */, + 1149BD7F26548ED94E92EC74 /* mandelbrot */, + 4EC957CCCAD75FC0B4940ACA /* menubar */, + 180CF4818A76A2EC3CC56EDE /* message */, + 2EFCE8AEE21A718C332326B0 /* minimum */, + 50EB163B6C0C9AE4237A3B5E /* navigation */, + 4E4BC26C58559DAC780EA4DF /* native-filechooser */, + 3BA735AD792C872438F4E254 /* output */, + FF96CE7443F957D0191C7C51 /* overlay */, + 255DFC9E1812898E3015CCD3 /* pack */, + 471F48B7E5574B0234B9D8D4 /* pixmap_browser */, + 7CFBC329FDE05EFE1F06F19E /* pixmap */, + DEE67C5CCB01264ACF83A110 /* preferences */, + 44897B050F928DF1D42F3274 /* radio */, + 241D46DC5241CEE4EE0BFDD7 /* resizebox */, + 662B8EE74DACFDC9BF91922C /* resize */, + 92578F938A5040BE3B776B17 /* scroll */, + 3EABDBFC26737C5BAAB06D00 /* shape */, + B50ABD7F4A3307C2BA810285 /* subwindow */, + B9086DC93D6E94225688E031 /* sudoku */, + 6E1DB7928752997270BE6192 /* symbols */, + D3F0A4AB32F2C64BB7D16633 /* table */, + A8F10540FE48B14FD88B4336 /* tabs */, + CA7DB30E7A8824CE33D83EAF /* threads */, + FAC4732310C3ED14D48A598B /* tile */, + A0246AF33F5B36F5300D7056 /* tiled_image */, + 562365DAA4F5C2C12E20CE69 /* tree */, + FCBBBD9BE50DF332BCE84172 /* utf8 */, + F1AE6017BE7B53316DE3B206 /* valuators */, ); - name = fonts; + name = Tests; + sourceTree = "<group>"; + }; + 2137737C0F3382CE40949760 /* fltkjpeg */ = { + isa = PBXGroup; + children = ( + A927CDF5A856470A91A5DE8D /* jcapimin.c */, + EAE03966FABCF04E0CBBB724 /* jcapistd.c */, + 94BB2CE55074531353F7C2EA /* jccoefct.c */, + 498DDC2B38E70B10D44A8777 /* jccolor.c */, + C83819604C65C6311A0F4F5D /* jcdctmgr.c */, + 22AF211FAE63FEA1A852A6DB /* jchuff.c */, + 9230F6B9156BCDD7BD71F66E /* jcinit.c */, + 7C1640B6DF8BEA075A3F236B /* jcmainct.c */, + FF31D73C1B63E412417DDC34 /* jcmarker.c */, + A096B0BD91ADB3574E936548 /* jcmaster.c */, + F80C7C3A8E5477EA8034CB51 /* jcomapi.c */, + A7BCB56C06C2E9ABFE5721B9 /* jcparam.c */, + 5B3E6ECA6332E225ACA9C400 /* jcphuff.c */, + 95DED4ECD231A8830ACBC296 /* jcprepct.c */, + 79AA10C0D3441E65F1B91437 /* jcsample.c */, + CFE5F8646C688E47F60C547C /* jctrans.c */, + 9EAFC961992A58085CBEE8FD /* jdapimin.c */, + B362B8540EED1AC85D9A794A /* jdapistd.c */, + 9F8ACB3D1022D4A96A25B9F2 /* jdatadst.c */, + D538327239DC5DD5F610988D /* jdatasrc.c */, + 627DB93BB175B97156CC4E24 /* jdcoefct.c */, + 6835FB0E68DA29BFCDF3E702 /* jdcolor.c */, + 0A68ECC0AB8253D979516F2B /* jddctmgr.c */, + A828F8F512162D83D7D19516 /* jdhuff.c */, + 5C3433DB3D7CC49ADD23D0BD /* jdinput.c */, + 80647D2446E02742AD1F7C2F /* jdmainct.c */, + 2A4D37D9692F02381159650B /* jdmarker.c */, + F5076A60AD0B30088079059A /* jdmaster.c */, + 1A47CE072AE8525B5D100266 /* jdmerge.c */, + 075001DABCA2CEC484BEA886 /* jdphuff.c */, + 5B2A4D6EABCDB150F4683830 /* jdpostct.c */, + AA8574AA5C120FD3D1465CB7 /* jdsample.c */, + C070CD0455CB8D13C451F71D /* jdtrans.c */, + FC281A59B69969FD0436AEA0 /* jerror.c */, + 09A8949B119C4C19B6901140 /* jfdctflt.c */, + 00AA3B2F984655DBC26C8642 /* jfdctfst.c */, + B51FB8FEBE77C237DC2A8612 /* jfdctint.c */, + B2CB8AAE3E7CEB4C0EEAA233 /* jidctflt.c */, + 09E779132673CDC3A5DF1A22 /* jidctfst.c */, + 2EC67B2F979DE8D7E96AACB9 /* jidctint.c */, + AFBBEB09209DB6AEC0E90C04 /* jidctred.c */, + 034780EC03F56B32C7D3B77C /* jmemmgr.c */, + 6F7CB792E0BAB974B184F918 /* jmemnobs.c */, + 77DAC9E7B786E32B56EDFB4C /* jquant1.c */, + 9EFA5B7B93E62DD057DA4EAA /* jquant2.c */, + 08F2B5E871C681CDF76EA43E /* jutils.c */, + ); + name = fltkjpeg; sourceTree = "<group>"; }; - 1A6F6485EE6300799476E06B /* message */ = { + 241D46DC5241CEE4EE0BFDD7 /* resizebox */ = { isa = PBXGroup; children = ( - FD9D9CB718E07F053E84A457 /* message.cxx */, + D6FF33C8C06EF82AF3FBE859 /* resizebox.cxx */, ); - name = message; + name = resizebox; sourceTree = "<group>"; }; - 273E49E1AEA2E32043165700 /* cube */ = { + 255DFC9E1812898E3015CCD3 /* pack */ = { isa = PBXGroup; children = ( - 5E2552A7B79A96A541DF8D61 /* cube.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + 5550F5A879E5F0116DE4C829 /* pack.cxx */, ); - name = cube; + name = pack; sourceTree = "<group>"; }; - 28427148FE686F43705FFFE9 /* Fluid */ = { + 25732FC41F73BF75D33420E3 /* ask */ = { isa = PBXGroup; children = ( - 88CE6318892A3C0FE1E2119F /* CodeEditor.cxx */, - 0CE4DDAE6A6CC00F91B3E41A /* Fl_Function_Type.cxx */, - D77FCC1FB90A10ED78EB2BBC /* Fl_Group_Type.cxx */, - CF893432E87B670B27C67234 /* Fl_Menu_Type.cxx */, - A34521D41085E352DDB8369A /* Fl_Type.cxx */, - F8287CE3827A92C3880711D1 /* Fl_Widget_Type.cxx */, - 006B8132F13D4CD073FFC966 /* Fl_Window_Type.cxx */, - 3B89D0BE576EABA142C41FF2 /* Fluid_Image.cxx */, - E2F920D4083CD47660FD72CD /* about_panel.cxx */, - 5E9FCB589E628A4900844078 /* align_widget.cxx */, - 4D27D021D96146BC09DF2AF0 /* alignment_panel.cxx */, - 3AED75686FA9DD54FABFA201 /* code.cxx */, - 027A524F9AB8BAD132D1F32A /* factory.cxx */, - 9F7D0E19DE366928B6B4E7B6 /* file.cxx */, - 655A51FDC9E818AB55E85CCD /* fluid.cxx */, - 04BFEE1F0FB6C010728A7878 /* function_panel.cxx */, - 453D93F2DC2D34F9E06D05E2 /* ide_support.cxx */, - DD8D2DC8E04CDF6730DCA7E4 /* ide_xcode.cxx */, - 07B117D2228177E3F0726FD6 /* template_panel.cxx */, - 5A595462690D4951B2BA5163 /* undo.cxx */, - D2FCD8F81A0500C004EA477A /* widget_panel.cxx */, - 4EBFC1E6013F082A16F92307 /* fluid.icns */, + B9618DB6C8D397557E696DA4 /* ask.cxx */, ); - name = Fluid; + name = ask; sourceTree = "<group>"; }; - 2AEE39256B9850E61E43FAB2 /* menubar */ = { + 28696E927E26BE90252CCD6C /* boxtype */ = { isa = PBXGroup; children = ( - 192F4C05F5A341C4A7F0AAFF /* menubar.cxx */, + 3A241D4E3F511F6F182F86C9 /* boxtype.cxx */, ); - name = menubar; + name = boxtype; sourceTree = "<group>"; }; - 2CE94E7DFD67F8B4D7290355 /* native-filechooser */ = { + 29E7C1EE7070A6EC71CB218B /* help */ = { isa = PBXGroup; children = ( - 512CF49F02508FD593E30537 /* native-filechooser.cxx */, + 2C43473F7FDE5082B1876108 /* help.cxx */, ); - name = "native-filechooser"; + name = help; sourceTree = "<group>"; }; - 363001CF35A1F456A106DFA3 /* scroll */ = { + 2EFCE8AEE21A718C332326B0 /* minimum */ = { isa = PBXGroup; children = ( - 64734FBED1814C5697E91E50 /* scroll.cxx */, + B662903E1CF86DCB671243C7 /* minimum.cxx */, ); - name = scroll; + name = minimum; sourceTree = "<group>"; }; - 38C14D5F92E504D4DCBE7E62 /* forms */ = { + 3143B77A53B8B92A8080706A /* forms */ = { isa = PBXGroup; children = ( - EE7DD8260B3F30BACE7EEDC4 /* forms.cxx */, + 7F1A2CFB7A25CF8B3FBB4587 /* forms.cxx */, ); name = forms; sourceTree = "<group>"; }; - 395A8B2DE890D8C3430BF6F0 /* button */ = { + 3ACEB30B83734BEA9B1A6ED2 /* fractals */ = { isa = PBXGroup; children = ( - A0028D4EA26298213B0557DF /* button.cxx */, + 654D6DA7E2268C63783DAA1D /* fractals.cxx */, + CD6C027A41BFEB236B8FA674 /* fracviewer.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = button; + name = fractals; sourceTree = "<group>"; }; - 3A69E2D324DAE71DFB848978 /* browser */ = { + 3BA735AD792C872438F4E254 /* output */ = { isa = PBXGroup; children = ( - 14ECCE0A4E1A704683214345 /* browser.cxx */, + 81C8FDD68905D980B9A63914 /* output.cxx */, ); - name = browser; + name = output; sourceTree = "<group>"; }; - 3D87F9DBE1B9DD058688E242 /* checkers */ = { + 3EABDBFC26737C5BAAB06D00 /* shape */ = { isa = PBXGroup; children = ( - D71F4F5DB6563AD9F44453DC /* checkers.cxx */, + 692B96671256344B31191DB6 /* shape.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = checkers; + name = shape; sourceTree = "<group>"; }; - 3EF4FFB8F4234F2E0ACB12DE /* Products */ = { + 406AF88E583C63B04F26FF07 /* zlib */ = { isa = PBXGroup; children = ( - 340B41275505B931FCE93765 /* Fluid.app */, - 32E9D9C84B758E1BFF4B193B /* fltk.framework */, - 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */, - E75CAA9A41DE07FA11D5178D /* fltk_images.framework */, - 84A05074CBE831E14D569AB1 /* fltk_png.framework */, - C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */, - 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */, - 4164938B1DB745A556EBD928 /* Demo.app */, - 1862D929ACBF8E5F5CA4D9B8 /* adjuster.app */, - A49EFDF82F7035F706DF87BF /* arc.app */, - 0AAB18665C9CAFE9DEDDBFA6 /* ask.app */, - D2201F1D79F23FB60ACC9A56 /* bitmap.app */, - 421C693680CFF1721046B3C6 /* blocks.app */, - 212C4A7E62B9690D56981949 /* boxtype.app */, - 8333AA27E0FB02539D816884 /* browser.app */, - 24407A5F94DCC2A4DF7DA26B /* button.app */, - 0E2EE8E8CEA47E996094C1A0 /* buttons.app */, - 91A6677FF26C8D96D2A7D83E /* checkers.app */, - 6E595AFFEFD226EA2CFEC608 /* clock.app */, - 599BE82C41DEDF4BEE1E0E15 /* colbrowser.app */, - E69A04BCFDE0DE43FE7B83B9 /* color_chooser.app */, - 552D5A386F1F288E1BE42AFB /* cube.app */, - 077DAFE43E44B25659E8FCB4 /* CubeView.app */, - D292B66FD355DD21DC3A2D4A /* cursor.app */, - 84D33075C6CC3BB4065B836D /* curve.app */, - 1FC2B8E20864BCAA0A6579BF /* doublebuffer.app */, - 6DC387ECEBD670647E6AD996 /* editor.app */, - 08923864A1A5C08548F5163F /* fast_slow.app */, - 2305AC4DEF55C1D38F48830C /* file_chooser.app */, - 8F64FB14EB14A7FF9B6AB35D /* fonts.app */, - F739DAA836360A0E9C4BA022 /* forms.app */, - 4073168695516C78C3336202 /* fractals.app */, - B00ADAB06FB9BED544CD297F /* fullscreen.app */, - 13E7EE50AC3A882F681C036B /* gl_overlay.app */, - 8C787FCB83D52D7B7E775DED /* glpuzzle.app */, - D186CB6ABCFB0B0278421716 /* hello.app */, - 96C48C27F16B958B1F72D32A /* help.app */, - C179DA24CE8AF615E7FD417C /* iconize.app */, - 56AC13BEB20C2BC97B3578EC /* image.app */, - A96A9A4FCCE5EA22F75C9502 /* inactive.app */, - E565E9F884B5E5ABC436F55D /* input.app */, - C552A0F172B2294DBC4CDDEA /* input_choice.app */, - 3F9CB6B80D8684747057C3EA /* keyboard.app */, - C433DD08ED9F1ED01FD35130 /* label.app */, - 308F8D4F983EED6D7CEB1C89 /* line_style.app */, - 692F2E83E2A9A4BC92B3E8C3 /* list_visuals.app */, - 0C0193053580229E1EF2B23E /* mandelbrot.app */, - 51D405E51D174960F3E5B1F1 /* menubar.app */, - BD345A838B384C5718B96A5C /* message.app */, - 6B5CD0A8B60A3ABDD37170B0 /* minimum.app */, - E5B70E5C4667ECA2C88E8C0D /* navigation.app */, - 01365B2AB2D137E5FB0F2768 /* native-filechooser.app */, - 09DEC296EF1C6E4310ABF925 /* output.app */, - 7DA72420B1D66A85CE07DC62 /* overlay.app */, - B957263FF7839E1CA746A8C5 /* pack.app */, - 8516D6F3E5A31808745D42E0 /* pixmap_browser.app */, - 9111F85985403A59B698FA7A /* pixmap.app */, - 0FD0682F5B72D31EE2483CDC /* preferences.app */, - 21B4595A150C88AAD1B156E4 /* radio.app */, - 2504BF73101D3855871F502E /* resizebox.app */, - AFF76DD70E64220B7E4E418D /* resize.app */, - 2E0E252384745B8573FF2167 /* scroll.app */, - A4D208DA2B4CCF6236D356F2 /* shape.app */, - 441F165658B18D12116B4E83 /* subwindow.app */, - EC24519DFFF0CC11BB839595 /* sudoku.app */, - 15799B05273327418DD4B6E2 /* symbols.app */, - 66E57EC7354F1E63E57B5F2C /* table.app */, - 605882E4AD97D020A048CDC6 /* tabs.app */, - E41EACE55118D934F48B41FB /* threads.app */, - 9F664AA9DD1140AB46E80029 /* tile.app */, - 1C1B0736D90F0480F6757616 /* tiled_image.app */, - CBCC80D99845C7D15B103458 /* tree.app */, - ADF2F9827605EA47460B8065 /* utf8.app */, - 7828B8B7CD178AEADA7C3F44 /* valuators.app */, - ); - name = Products; + 819ED4532E9E7A2A4042F6FA /* adler32.c */, + 898F05F84EDB0FD9DAD468BC /* compress.c */, + 50CAC767A4531B69F3D1C716 /* crc32.c */, + BB33CA3399806F5EACA801A0 /* deflate.c */, + 1515321DD1813E6AE4D6D137 /* gzio.c */, + 29215652255BE339229E8CA0 /* inffast.c */, + EBB9283D022BB72446B34BFA /* inflate.c */, + B60FBC9ECC0C2F2569202B09 /* inftrees.c */, + 8FF17703C4D07D696B237E26 /* trees.c */, + CD0FB6FECD72F543E3BE8F31 /* uncompr.c */, + EB84CADCACA8D909E220387A /* zutil.c */, + ); + name = zlib; sourceTree = "<group>"; }; - 4006AD20D36030AA4D4BEFBA /* Demo */ = { + 417E7A2B850E9E686DCF0E36 /* Demo */ = { isa = PBXGroup; children = ( - 36278E9586F61D5B2906C4BC /* demo.cxx */, + 15306906553F88E69EB76190 /* demo.cxx */, ); name = Demo; sourceTree = "<group>"; }; - 41841A16E3A66526DA3C0A0A /* image */ = { + 44897B050F928DF1D42F3274 /* radio */ = { isa = PBXGroup; children = ( - 183AC9FD249D0E1D5CABF98F /* image.cxx */, + 9E328920FCD4F9AFA864F335 /* radio.fl */, ); - name = image; + name = radio; sourceTree = "<group>"; }; - 45AEA3D406D235EC4507FC94 /* fltk_gl */ = { + 471F48B7E5574B0234B9D8D4 /* pixmap_browser */ = { isa = PBXGroup; children = ( - E1A7917B7ED5261DC009C9D4 /* Fl_Gl_Choice.cxx */, - 80E76DB1F28B0B7C21C5637C /* Fl_Gl_Overlay.cxx */, - 6B24D5E6450DE397B6D44C4D /* Fl_Gl_Window.cxx */, - 9AAFA567D45968A0F10D0608 /* freeglut_geometry.cxx */, - 348105746B4CA76C2FE4D58C /* freeglut_stroke_mono_roman.cxx */, - B223A7470D42873896D30673 /* freeglut_stroke_roman.cxx */, - 17312C4E9284667516852865 /* freeglut_teapot.cxx */, - 217B17DE233D4AE84E78FEE6 /* gl_draw.cxx */, - 5D3B2C30820278CEACA33BA0 /* glut_compatability.cxx */, - FAFCDC0465623C626D21059D /* glut_font.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, - ); - name = fltk_gl; + 38C04AC514204C9CD452247F /* pixmap_browser.cxx */, + ); + name = pixmap_browser; sourceTree = "<group>"; }; - 4675458D31D12CE74E41A697 /* input_choice */ = { + 4D2EF2F4CDD0AFCCEC150843 /* image */ = { isa = PBXGroup; children = ( - 97D44909E7527D07D17EDD7B /* input_choice.cxx */, + 45E52D8E15FEB8F738464AF6 /* image.cxx */, ); - name = input_choice; + name = image; sourceTree = "<group>"; }; - 47AF9683306C1D3D4107128E /* fltk_png */ = { + 4E4BC26C58559DAC780EA4DF /* native-filechooser */ = { isa = PBXGroup; children = ( - FC27F5A16B47E54960AD574E /* png.c */, - DF49833BB11BD071F6E97CFE /* pngerror.c */, - BE29E3E640429139DAF1FD5E /* pngget.c */, - CA890E4711EA8B0DFFF7535E /* pngmem.c */, - 5E8DD6C75B876B84A836BF4E /* pngpread.c */, - 4A50BD5B8CD36A16394784F4 /* pngread.c */, - 90A1E913CEFCB594F6F88FE1 /* pngrio.c */, - D5A8CF4FE156002AFC6C5DF6 /* pngrtran.c */, - 01E94DD6C95504481BE5D5CA /* pngrutil.c */, - 9398864A8845134249F37BB5 /* pngset.c */, - 025D98ECFA261EEBB39564A4 /* pngtrans.c */, - FDD32E535395D3F4ADF37613 /* pngwio.c */, - 15FBA143C4C495499EEB3CCB /* pngwrite.c */, - 3F3574163B31A59E09B343D2 /* pngwtran.c */, - 3F42D7B98D5B393BE5A55824 /* pngwutil.c */, - FFBD813D30774DD4BF6282CF /* libz.dylib */, - ); - name = fltk_png; + AA377813848DEBCCCA1949C6 /* native-filechooser.cxx */, + ); + name = "native-filechooser"; sourceTree = "<group>"; }; - 499B3EC6178EC1C1B833C471 /* ask */ = { + 4EC957CCCAD75FC0B4940ACA /* menubar */ = { isa = PBXGroup; children = ( - 468EEA179CD383CB6B1F3550 /* ask.cxx */, + A2673684C8E5B90B4D886F36 /* menubar.cxx */, ); - name = ask; + name = menubar; sourceTree = "<group>"; }; - 4B875529686E766676B29FF6 /* blocks */ = { + 50EB163B6C0C9AE4237A3B5E /* navigation */ = { isa = PBXGroup; children = ( - E4FCD8F39CAE444BC8543AD2 /* blocks.cxx */, - D67E1FE84B01C2D6F3636390 /* CoreAudio.framework */, + 54A61846BEB48778FDD421F0 /* navigation.cxx */, ); - name = blocks; + name = navigation; sourceTree = "<group>"; }; - 4BB5ADB051E8458C2B7E916C /* fast_slow */ = { + 539506B8B2C5ACCCDB7C7CA1 /* input_choice */ = { isa = PBXGroup; children = ( - F8D179FDAEBC042EE05C4706 /* fast_slow.fl */, + 7141C031A205E25984C4AEEF /* input_choice.cxx */, ); - name = fast_slow; + name = input_choice; sourceTree = "<group>"; }; - 4C792861671B958E713901E9 /* resizebox */ = { + 562365DAA4F5C2C12E20CE69 /* tree */ = { isa = PBXGroup; children = ( - CC23E16FFABCAC8E8B9BDFD7 /* resizebox.cxx */, + 8B6DB44A23BF11EA74A326D0 /* tree.cxx */, ); - name = resizebox; + name = tree; sourceTree = "<group>"; }; - 4E8A83141FB64E0E312CB78C /* color_chooser */ = { + 5848033721E100F23E500793 /* label */ = { isa = PBXGroup; children = ( - BBA782D738978F32F062BBCB /* color_chooser.cxx */, + 0FC5103969BEBB2904208670 /* label.cxx */, ); - name = color_chooser; + name = label; sourceTree = "<group>"; }; - 4EDBBB2B737C3465C81FBC5E /* glpuzzle */ = { + 646857CA93D7A9EB02CCE195 /* editor */ = { isa = PBXGroup; children = ( - AE0707A8F8BE92355D0A785D /* glpuzzle.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + 74D4BD5B54ABE98508A3180C /* editor.cxx */, ); - name = glpuzzle; + name = editor; sourceTree = "<group>"; }; - 500672405B7C2DCA7A1A2743 /* overlay */ = { + 6471A01F1FD4B66E7D031BA9 /* hello */ = { isa = PBXGroup; children = ( - ACF30C85C9B90AE57880F770 /* overlay.cxx */, + A43281340EBD12F81B6C7490 /* hello.cxx */, ); - name = overlay; + name = hello; sourceTree = "<group>"; }; - 52F54B3C6852918F3591BB98 /* preferences */ = { + 64A9BDCC0242A743276F26A2 /* clock */ = { isa = PBXGroup; children = ( - ECD7786C37A2B9AE31EAD9AD /* preferences.fl */, + 4A128CA74ED13424DDC5D324 /* clock.cxx */, ); - name = preferences; + name = clock; sourceTree = "<group>"; }; - 53E84CC888333AEA0DA66C5E /* list_visuals */ = { + 64FD3BACB96DEFCC3B255F5B /* list_visuals */ = { isa = PBXGroup; children = ( - 04DFD3E35EBF26D2252AF401 /* list_visuals.cxx */, + 8F48447C60A087362434E78E /* list_visuals.cxx */, ); name = list_visuals; sourceTree = "<group>"; }; - 590C60A0F7E5A939EF9B460A /* clock */ = { + 654D716326C389211401A988 /* keyboard */ = { isa = PBXGroup; children = ( - F7229F027B6DC852E122AB1B /* clock.cxx */, + 06655314CFE796A3C6D4554C /* keyboard.cxx */, + 0A2B29625BC0EBA82B97A711 /* keyboard_ui.fl */, ); - name = clock; + name = keyboard; sourceTree = "<group>"; }; - 59EEBE2E247E75A22C180CA7 /* valuators */ = { + 662B8EE74DACFDC9BF91922C /* resize */ = { isa = PBXGroup; children = ( - E2C0DBCBB3E201B02A1D20B9 /* valuators.fl */, + 86226048C7D3B6286A5E3752 /* resize.fl */, ); - name = valuators; + name = resize; sourceTree = "<group>"; }; - 5D917186802FBFAC6753DAD4 /* radio */ = { + 683983E3AFF15A6FA47DE622 /* adjuster */ = { isa = PBXGroup; children = ( - 9535CF244B09BDB7AEE028C1 /* radio.fl */, + B9B9E05468133689B6636BD6 /* adjuster.cxx */, ); - name = radio; + name = adjuster; sourceTree = "<group>"; }; - 5FD0584B99352DCAA0E286C0 /* curve */ = { + 6E1DB7928752997270BE6192 /* symbols */ = { isa = PBXGroup; children = ( - 297BFE989C64F8A90749AB7B /* curve.cxx */, + 20D281EDD453FAEC76CC4B85 /* symbols.cxx */, ); - name = curve; + name = symbols; sourceTree = "<group>"; }; - 6D1FA525B4DF69A670426BF7 /* iconize */ = { + 6E511FCF2A3A610F2F0D0233 /* glpuzzle */ = { isa = PBXGroup; children = ( - A8D2708D82C7AE5057B7A218 /* iconize.cxx */, + A25BAEC5829027E10A75F62D /* glpuzzle.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = iconize; + name = glpuzzle; sourceTree = "<group>"; }; - 75DB332B9CFFB890B93E3CE3 /* mandelbrot */ = { + 70EC84D03A551510FBA138EE /* buttons */ = { isa = PBXGroup; children = ( - 67C5378B1AE0074297A9E904 /* mandelbrot.cxx */, - 29ACCF0D542BBD240575DCC7 /* mandelbrot_ui.fl */, + FFFB925E4352E48A50D3807F /* buttons.cxx */, ); - name = mandelbrot; + name = buttons; sourceTree = "<group>"; }; - 7983511076BF5D7D56803501 /* input */ = { + 755A0900DFA7E8599E20A7DC /* input */ = { isa = PBXGroup; children = ( - 7FDBF74B42ED429C483ADB02 /* input.cxx */, + E969139CBECFA54CE88E4AE4 /* input.cxx */, ); name = input; sourceTree = "<group>"; }; - 83D2B030A13930B4613B43E0 /* sudoku */ = { + 7CFBC329FDE05EFE1F06F19E /* pixmap */ = { isa = PBXGroup; children = ( - 44E7B6140A60156610B7CBB6 /* sudoku.cxx */, - D67E1FE84B01C2D6F3636390 /* CoreAudio.framework */, + 01016FD8CE8FD21B9E578130 /* pixmap.cxx */, ); - name = sudoku; + name = pixmap; sourceTree = "<group>"; }; - 8D9C7D877849D5F4DABDB889 /* label */ = { + 86DE5FB334B02A08A0CC96CA /* Products */ = { isa = PBXGroup; children = ( - 6FBF714EE246590286601991 /* label.cxx */, + B7438834551DE2DB243ECC36 /* Fluid.app */, + E2F30B41F85A3E2F2F1DC82D /* fltk.framework */, + 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */, + 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */, + 9C9E47378CE2AD50EE425295 /* fltkpng.framework */, + 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */, + 62B73B469E27B970CCD31FC2 /* fltkforms.framework */, + 185EFBD2987792ED23D8A5C0 /* zlib.framework */, + 9481B22D154B9BD8690C0146 /* Demo.app */, + DBF7AA5678DBFE53DA089967 /* adjuster.app */, + 5E8EBAA7D3989D6966E0F417 /* arc.app */, + 0485489800BBA41E8DCDE3CB /* ask.app */, + 0DF74B872CC6D5619CB04946 /* bitmap.app */, + 345919B411130DF04168AD82 /* blocks.app */, + 95E78580E805BD50448B1CE7 /* boxtype.app */, + EA9015EDC4A0E3E4925C0AB3 /* browser.app */, + 75EC9596CA92062CB28A48D8 /* button.app */, + EBF88D2B0D86A7BBBABDEC31 /* buttons.app */, + 97E8B6FBE2AC4D38F6F3DB74 /* checkers.app */, + B70453600CC8CCB191F4735F /* clock.app */, + 7BE7ACEF9516387C2FEE1153 /* colbrowser.app */, + 59FD7FC800744EEE1BEE091A /* color_chooser.app */, + E6151F0374803D189EE99A4F /* cube.app */, + FD4381BF476F9B227D9977FA /* CubeView.app */, + 2123F1DB99CA1F5495677497 /* cursor.app */, + AF79DED0125C1CDC01EAEFE3 /* curve.app */, + 4E082B48AE43CC00E6B5E09F /* doublebuffer.app */, + 8B54B13BFA0939A6312B2AE9 /* editor.app */, + 9E5C99567980416184EAA866 /* fast_slow.app */, + D0E2555C7AA71EDAF2212A58 /* file_chooser.app */, + 6187B5FB81739ED34A25437D /* fonts.app */, + 1E5BE2C62F0F23D38A2BD577 /* forms.app */, + 2DCC5CFFC72A5AF2ACE81B31 /* fractals.app */, + 98FB5ED625A78F959FCD4EE3 /* fullscreen.app */, + 32C99E7D01FA73C0366D0AA9 /* gl_overlay.app */, + CE2C1955F023D480B46E3CB8 /* glpuzzle.app */, + 86104A70B67CEE721E748B29 /* hello.app */, + E340F6741B194B3774702646 /* help.app */, + D1F5F488BAEA10B9D5E69395 /* iconize.app */, + 1C69C9E6314CEA844DC64276 /* image.app */, + F2862EED023131900DA6A422 /* inactive.app */, + CD960B4A0C2AF9FF6FAEC811 /* input.app */, + 25925677D767AE53A8FF903E /* input_choice.app */, + FED445583C536BEC1AA2640E /* keyboard.app */, + 255B34D5A45579EF0DEED6C9 /* label.app */, + EF5907A5D5E336B581C7B4AD /* line_style.app */, + D6C35534C2D18A237FDEB6C3 /* list_visuals.app */, + CBBEDAD7574C65BF7AA31230 /* mandelbrot.app */, + 4C0FFFBC2AC7DB7F70EE6594 /* menubar.app */, + D8824B573135A09BD85BF49D /* message.app */, + 445F9C33C6623729144BEA19 /* minimum.app */, + 036687FF37FDF7B62BD600DA /* navigation.app */, + A3CF4CE461C951A35B3C7D90 /* native-filechooser.app */, + DE9E0ADDD54B4B712EA7CA36 /* output.app */, + 194F541A70A6399CF8EF784C /* overlay.app */, + 7E88160608C7CB879006E073 /* pack.app */, + D004530AE01B0D47F73BEE5E /* pixmap_browser.app */, + CFF6B2F8AC0CEF77F7A70C2E /* pixmap.app */, + 58008F018B8346DB75D5123A /* preferences.app */, + AED8851845D14730C2AD577E /* radio.app */, + 0405CEA0954B193ECCB38C98 /* resizebox.app */, + 1A207527A709A25570A941AE /* resize.app */, + 6FFEC7DF8125BC50372943EF /* scroll.app */, + 1FE3FFBD87788A2EF69FE261 /* shape.app */, + A60D88D3B7C62A5102EFB357 /* subwindow.app */, + F50678E21235AB57B4512477 /* sudoku.app */, + B7FDB6C70159AFC77D44E63C /* symbols.app */, + 708A9A7CA29DF521D9925B43 /* table.app */, + A8A61970E11D4285E34A339C /* tabs.app */, + 5F36673B0B0763EFD101A0D2 /* threads.app */, + 5976F19B8F9709B6E73445C3 /* tile.app */, + 3F76C54C9063484CB6413ADD /* tiled_image.app */, + 7A4E5F0B234B007E6D2F15EC /* tree.app */, + 21364B4CE2A54F30FDBF7607 /* utf8.app */, + 098F87E2623357C27840969B /* valuators.app */, ); - name = label; + name = Products; sourceTree = "<group>"; }; - 8E98FAC960E30518FC1D30A2 /* adjuster */ = { + 876340ACC550495707A428C7 /* cube */ = { isa = PBXGroup; children = ( - 7824CB011DC51C23EADBEEF4 /* adjuster.cxx */, + 999C0498774D656F5560C0B5 /* cube.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = adjuster; + name = cube; sourceTree = "<group>"; }; - 90C4404DBD122FD5D0B99729 /* fltk_forms */ = { + 91AB48894A7C8C69476967F3 /* colbrowser */ = { isa = PBXGroup; children = ( - 6CB7782140DBEAC6DD4D8E16 /* forms_bitmap.cxx */, - 9FA834CBB1763A142B8E4680 /* forms_compatability.cxx */, - C253FB663884FED9D198EC16 /* forms_free.cxx */, - C0946BF38997A0D45287C996 /* forms_fselect.cxx */, - 31EDDCEE6A210D28E5A8E32B /* forms_pixmap.cxx */, - 74E329D27AD4B3F6BE981F36 /* forms_timer.cxx */, - ); - name = fltk_forms; + 01A1584AFFDEAAC3C4ED8DC4 /* colbrowser.cxx */, + ); + name = colbrowser; sourceTree = "<group>"; }; - 94F5F560A49A3EBC93EB81AF /* file_chooser */ = { + 92578F938A5040BE3B776B17 /* scroll */ = { isa = PBXGroup; children = ( - CFC7F82E5B116703E0F24C13 /* file_chooser.cxx */, + 7A512CB1934AB4F14E026450 /* scroll.cxx */, ); - name = file_chooser; + name = scroll; sourceTree = "<group>"; }; - 974812CE4E660273EDF37E3F /* fltk_images */ = { + 999B36FC1C85ACF40EBBBCD4 /* iconize */ = { isa = PBXGroup; children = ( - FCCB332426889F50689D2B09 /* Fl_BMP_Image.cxx */, - 5DFDA8AAD388B20884FF274E /* Fl_File_Icon2.cxx */, - 7FB8508E0A9E7CDCFB056253 /* Fl_GIF_Image.cxx */, - EA44DEAC4B486AC57FC8EA94 /* Fl_Help_Dialog.cxx */, - 599940F73103849B55527062 /* Fl_JPEG_Image.cxx */, - 54AF7CCC7D24BFCBD6174960 /* Fl_PNG_Image.cxx */, - 8598277264E98B9714CC3429 /* Fl_PNM_Image.cxx */, - EFC16A8903CD075C95B013C3 /* fl_images_core.cxx */, - ); - name = fltk_images; + F61CB0296A07EC62A460ED31 /* iconize.cxx */, + ); + name = iconize; sourceTree = "<group>"; }; - 9E25BCB710D65A397F94D7DD /* output */ = { + A00C355B6EFB84AF61C82828 /* fltkimages */ = { isa = PBXGroup; children = ( - EADF00199DCF4116211C49F0 /* output.cxx */, - ); - name = output; + 6F23C9438C25340F03C08514 /* Fl_BMP_Image.cxx */, + 0D81FA2F9B8FE29F6D3D1399 /* Fl_File_Icon2.cxx */, + 3568EE8EF2E14E2F2993F529 /* Fl_GIF_Image.cxx */, + BCCAF3409FCED15CF324C624 /* Fl_Help_Dialog.cxx */, + 45AFDD1E0203F885A5EC2ACB /* Fl_JPEG_Image.cxx */, + 2ECBC27BDB4E300FD9DD361A /* Fl_PNG_Image.cxx */, + 7759862559768EA95F490914 /* Fl_PNM_Image.cxx */, + 8672B59B289549EAA3C1D407 /* fl_images_core.cxx */, + ); + name = fltkimages; sourceTree = "<group>"; }; - A42AC05F2EE635AAF1103B50 /* arc */ = { + A0246AF33F5B36F5300D7056 /* tiled_image */ = { isa = PBXGroup; children = ( - F829EF6163DD9E1FAE644972 /* arc.cxx */, + 1133C438387960CAD6B92B90 /* tiled_image.cxx */, ); - name = arc; + name = tiled_image; sourceTree = "<group>"; }; - A571BCA35550AF6200EE5BFC /* tiled_image */ = { + A0808445B78D4ECBD2DEA39A /* fonts */ = { isa = PBXGroup; children = ( - E886BAF2D6CACFDFD35226B7 /* tiled_image.cxx */, + 90106C51BAA56E969E361583 /* fonts.cxx */, ); - name = tiled_image; + name = fonts; sourceTree = "<group>"; }; - A791173A01E9E498B5F46D59 /* minimum */ = { + A1BF2F24266B2DE7CD096C3E /* Frameworks */ = { isa = PBXGroup; children = ( - F464F2E7A49C086EF87866A6 /* minimum.cxx */, + E6E2459AD73D9C8A63EB4EFF /* fltk */, + E4432D54D1E5B3DB67F3F647 /* fltkgl */, + A00C355B6EFB84AF61C82828 /* fltkimages */, + B6BAC3966DCCF9699E5AA6B1 /* fltkpng */, + 2137737C0F3382CE40949760 /* fltkjpeg */, + D4547D245CD28916C15D2331 /* fltkforms */, + 406AF88E583C63B04F26FF07 /* zlib */, ); - name = minimum; + name = Frameworks; sourceTree = "<group>"; }; - AB189FAE5F9A9729A9CF0868 /* fltk */ = { + A6E523BA13DC343DE92700D1 /* Applications */ = { isa = PBXGroup; children = ( - BDA1E60F669DB0DF005A55E9 /* Fl.cxx */, - C5769A50C089065787E89A90 /* Fl_Adjuster.cxx */, - 72B96882B0F2B2ADF6FB5D37 /* Fl_Bitmap.cxx */, - ED14B514968D8A1C063E811F /* Fl_Box.cxx */, - 3E9E5E9692EE3282ACD67CF7 /* Fl_Browser.cxx */, - A453337C3A1907E834E6F229 /* Fl_Browser_.cxx */, - BFCDF515013252A08871EA41 /* Fl_Browser_load.cxx */, - 0EA61F9B1AA40EE1B9DB23AF /* Fl_Button.cxx */, - 914054299F1AE43D8F7B1108 /* Fl_Chart.cxx */, - E4673006F20C07B42F649455 /* Fl_Check_Browser.cxx */, - D84E870A48943137CECB643D /* Fl_Check_Button.cxx */, - 1A982F696AEB509341DCEA44 /* Fl_Choice.cxx */, - 88BEBAEBE0376D4FCEEF6C33 /* Fl_Clock.cxx */, - 1E8395B056174C5E365985A4 /* Fl_Color_Chooser.cxx */, - A903BE876D9041267FBF1FFC /* Fl_Counter.cxx */, - 432ED699D6627B62DB7C654D /* Fl_Dial.cxx */, - BCA7B5A67AEEE975E3B9CE86 /* Fl_Double_Window.cxx */, - B6E03B269677343477D4BA25 /* Fl_File_Browser.cxx */, - 126C57E0D57C1E698C837F41 /* Fl_File_Chooser.cxx */, - EB5DF0D7FD515BD6B509E1C2 /* Fl_File_Chooser2.cxx */, - 0F498549F6AFAF378C15FF57 /* Fl_File_Icon.cxx */, - 2C68262415ACC80C9B83CDBD /* Fl_File_Input.cxx */, - 04864C9A770EE2A88F9E3687 /* Fl_Group.cxx */, - A022392881FC542667D65114 /* Fl_Help_View.cxx */, - 3D906DDE7337A8686D55C166 /* Fl_Image.cxx */, - 65C177E94F3F8D1E6E505BB6 /* Fl_Input.cxx */, - C2F27B8C7B6D54033013C16E /* Fl_Input_.cxx */, - 915E61FDECD2C6FA49EBD43D /* Fl_Light_Button.cxx */, - 65C36846BAFAAE91FA57D9CE /* Fl_Menu.cxx */, - 9EE0768CDBF3E7933C5D8A22 /* Fl_Menu_.cxx */, - AEF2B31C9F4DF4042A8EE7BF /* Fl_Menu_Bar.cxx */, - E9B2E409ABB01EDE5DD150A5 /* Fl_Menu_Button.cxx */, - 4FB7F7A395DAD718B3B1D14E /* Fl_Menu_Window.cxx */, - AA1E0327C6E47CDF30B99285 /* Fl_Menu_add.cxx */, - 6F65DC8D64DD94BB3E0501F4 /* Fl_Menu_global.cxx */, - 1552E502422B989510E3E93F /* Fl_Multi_Label.cxx */, - B85B2006E11A0CB54BAF4880 /* Fl_Native_File_Chooser.cxx */, - 14137B8818B6E7AB5A6BBCFF /* Fl_Overlay_Window.cxx */, - 3FA4B9D7EBEA9CAD9B761A0B /* Fl_Pack.cxx */, - ABE0810F674AD2268C861174 /* Fl_Pixmap.cxx */, - AC7394F41633A6F784B0B5CF /* Fl_Positioner.cxx */, - 05E57241F7D4AC51E1258605 /* Fl_Preferences.cxx */, - 563404F01D0E97643530A7D2 /* Fl_Progress.cxx */, - E3B22D5B110D8E7DE2FE7270 /* Fl_Repeat_Button.cxx */, - E5BC133F66836817B690C80C /* Fl_Return_Button.cxx */, - 4E7FECB107AEA8E0317EC50E /* Fl_Roller.cxx */, - EE0E090626D9C256B746CEFB /* Fl_Round_Button.cxx */, - 9F16FE14EADD81BFB39C8B2E /* Fl_Scroll.cxx */, - 78FF25D978D62F3237E718E2 /* Fl_Scrollbar.cxx */, - 7316A0ACB97C141B6A7871EC /* Fl_Shared_Image.cxx */, - D660173A80C7341BCD4E70EC /* Fl_Single_Window.cxx */, - BF3E2FA7BDA254A3A1CB3655 /* Fl_Slider.cxx */, - DBA4649BAC4F38651F2B6BDB /* Fl_Sys_Menu_Bar.cxx */, - 9C347D9548836C873F1AF66C /* Fl_Table.cxx */, - B70300A241EBB0F17C776E2C /* Fl_Table_Row.cxx */, - 99984E60E2B72885F8F0181A /* Fl_Tabs.cxx */, - 5CF13271948E173B082C8996 /* Fl_Text_Buffer.cxx */, - 1DAA3C7AF3B2706C3E3C36C4 /* Fl_Text_Display.cxx */, - 25C591B4B84F3360994D133D /* Fl_Text_Editor.cxx */, - 93EA3089A0FC294B436CB073 /* Fl_Tile.cxx */, - A902E4221CF3CA89B01A503E /* Fl_Tiled_Image.cxx */, - 38F361BF1E7C395D4A11E1D9 /* Fl_Tooltip.cxx */, - D73119EF353C80A3E4F521DD /* Fl_Tree.cxx */, - EEB1D13B3181FFA9E2753209 /* Fl_Tree_Item.cxx */, - 3A3035779AF8686D7C87ED37 /* Fl_Tree_Item_Array.cxx */, - F21B13DEC2D1C547B4142045 /* Fl_Tree_Prefs.cxx */, - 9CD0E7B68283EA5661B8EA33 /* Fl_Valuator.cxx */, - 67DCC4407C9B2B57219196AF /* Fl_Value_Input.cxx */, - E95B6AE3EFBC9E7ED6C6CFD5 /* Fl_Value_Output.cxx */, - 718790843CF73EE2D3C375C2 /* Fl_Value_Slider.cxx */, - 6DD5696076F26D445032AB89 /* Fl_Widget.cxx */, - 7748503008783832BE45FB3A /* Fl_Window.cxx */, - 3D6F18464508058BC640C526 /* Fl_Window_fullscreen.cxx */, - B4DE6BCDE481B6E8831F0815 /* Fl_Window_hotspot.cxx */, - 30E1621F00DCDBA7278E65B2 /* Fl_Window_iconize.cxx */, - 13B89AA7B36EA506A2F009D5 /* Fl_Wizard.cxx */, - CC1C933854A12B43A4C2A7AB /* Fl_XBM_Image.cxx */, - 41D32A0F5F910157CA0EDAEB /* Fl_XPM_Image.cxx */, - 0EAD7D57EC521C8401A48665 /* Fl_abort.cxx */, - 3BE808A00A08B54EBE4D91C7 /* Fl_add_idle.cxx */, - C9E67C73326DCC9D485B2026 /* Fl_arg.cxx */, - 3EB4EBCD2999AAA821F77EAD /* Fl_compose.cxx */, - A56FCB4432A6570B6BD0B47B /* Fl_display.cxx */, - 593DCEC0E5DC54FE98083546 /* Fl_get_key.cxx */, - 1301FD6C1D2DD0C3EB219678 /* Fl_get_system_colors.cxx */, - 12E600B6AC10863B6B394ABA /* Fl_grab.cxx */, - 9BD0CE881B3DADCA4721C2BE /* Fl_lock.cxx */, - 92E18EF2ECC64784D5CD5D84 /* Fl_own_colormap.cxx */, - C8230289EC48B8FAF425F041 /* Fl_visual.cxx */, - 0E23F09ECC5F8B34B30C6434 /* Fl_x.cxx */, - CC5281B2ADF7148ED7682A5F /* cmap.cxx */, - 71ED40371ACA21CF1400341D /* filename_absolute.cxx */, - 65A381CAD35967325DB9C2A7 /* filename_expand.cxx */, - D1F18A0CB39D025B3C2D3D1C /* filename_ext.cxx */, - 00C4760E884394020A7AF124 /* filename_isdir.cxx */, - A17C9348AE5DD4169E62D8E9 /* filename_list.cxx */, - 5DFBC09A94977AE732CBD5A4 /* filename_match.cxx */, - 40161D5C3EAE7EAE6117222D /* filename_setext.cxx */, - C4B680B7305DB5F21104A0A1 /* fl_arc.cxx */, - 0915BA8C74D8A14B77D456D7 /* fl_arci.cxx */, - 51724D2BABE7CA34E3631C06 /* fl_ask.cxx */, - EB8C745F40507BD7ACD781FA /* fl_boxtype.cxx */, - BC2627A0984E8D8FFAE972EE /* fl_call_main.c */, - 2B4C00E2B1916AFD33D2E451 /* fl_color.cxx */, - 41A381353C10CC3AA4000D5E /* fl_cursor.cxx */, - B1DF08897B6003DFE34B9DA2 /* fl_curve.cxx */, - 85420CACC628172C19E1798D /* fl_diamond_box.cxx */, - 9CDEF9A85B797C263FAED25F /* fl_dnd.cxx */, - C3C5831554739B9B9366913E /* fl_draw.cxx */, - 1BBF4034988CC9D22FC1D037 /* fl_draw_image.cxx */, - AF01FA9F1CA9138ACEC68735 /* fl_draw_pixmap.cxx */, - 36B11CCC68011DA1D0F5FBC0 /* fl_encoding_latin1.cxx */, - FFDEAA408238372A5B4784D9 /* fl_encoding_mac_roman.cxx */, - B0DB258D5DB3830E329CE910 /* fl_engraved_label.cxx */, - 56086674A453C66479633CA1 /* fl_file_dir.cxx */, - 94F01CFBB540C15DBEA92301 /* fl_font.cxx */, - EBD54D13C65C8C8D131210D4 /* fl_gtk.cxx */, - FFDD4513FD635DBCC15C2A1A /* fl_labeltype.cxx */, - DDC919BF1247DFF0FDC58278 /* fl_line_style.cxx */, - 171C27815E60002D49217090 /* fl_open_uri.cxx */, - C80243BAC8AF0160E065F01B /* fl_oval_box.cxx */, - 15F30DE372DDDE631694D474 /* fl_overlay.cxx */, - B8F649295E66EE60AD640EF8 /* fl_overlay_visual.cxx */, - 64F033E40ACA66F0F2AD0C2C /* fl_plastic.cxx */, - D17A7F55FE5E4C9A7EE7B2F8 /* fl_read_image.cxx */, - 95FCDCE16BD65071A6041141 /* fl_rect.cxx */, - 3187F87965135EFF54AFEA91 /* fl_round_box.cxx */, - A2CF9AA10337F84A67E822CD /* fl_rounded_box.cxx */, - 9A78A7EED4D9C705036C2949 /* fl_scroll_area.cxx */, - B934C1ECFA0B22007A48ECBE /* fl_set_font.cxx */, - 3DC07D853784FD027183D6D1 /* fl_set_fonts.cxx */, - BEE295959CEC2DF14F702F2E /* fl_shadow_box.cxx */, - 211BDD2EEFB09BCEFED889C0 /* fl_shortcut.cxx */, - BEC698CFE4350A503095BBF0 /* fl_show_colormap.cxx */, - A2311BA8A7F68CDA2F6A3CC0 /* fl_symbols.cxx */, - 35987C4FF9B8A69B2387DE8D /* fl_utf.c */, - 935E11DEF5204DEF0F86E2D6 /* fl_utf8.cxx */, - 77517F605B386C1C8E2F0823 /* fl_vertex.cxx */, - ACC2A32740F9B8F4039BAE89 /* flstring.c */, - AE1C3869C28E3305E03EA955 /* numericsort.c */, - C316E395122E538112F1A405 /* scandir.c */, - AE3960991333621F09652776 /* screen_xywh.cxx */, - 585F1A5822DCC418EAD08712 /* vsnprintf.c */, - E5264FD6B5B1DD00F2EF9287 /* case.c */, - A25152AA368B0BDF75AC2447 /* is_right2left.c */, - 8674555579200760C252E7B2 /* is_spacing.c */, + 00F42F03A19EAB7DA8926DD9 /* Fluid */, ); - name = fltk; + name = Applications; sourceTree = "<group>"; }; - AFC3BB84972D0C038F81FDE3 /* resize */ = { + A8F10540FE48B14FD88B4336 /* tabs */ = { isa = PBXGroup; children = ( - 71967C618718914304B0D083 /* resize.fl */, + 48CC71500633E3C895700C48 /* tabs.fl */, ); - name = resize; + name = tabs; sourceTree = "<group>"; }; - B14FBCFC64EE239424C2F253 /* tree */ = { + B29A1B331FD36EC3544E581A /* doublebuffer */ = { isa = PBXGroup; children = ( - DAE45EDDBC48D1A845C02094 /* tree.cxx */, + B6DB30FE6BDA0FC6064D6D14 /* doublebuffer.cxx */, ); - name = tree; + name = doublebuffer; sourceTree = "<group>"; }; - B30378916D4A590C49E44EB9 /* line_style */ = { + B472697AC406AFA1AE53D819 /* fullscreen */ = { isa = PBXGroup; children = ( - 3133AD3972BCA0DEAE3776AA /* line_style.cxx */, + 7A242B0CBF687189D5410715 /* fullscreen.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = line_style; + name = fullscreen; sourceTree = "<group>"; }; - B93991140721735DBDE12F8D /* utf8 */ = { + B50ABD7F4A3307C2BA810285 /* subwindow */ = { isa = PBXGroup; children = ( - 9D417F33AE3CE1236AB21D36 /* utf8.cxx */, + 705BEB0B77B3D9F154D77A5B /* subwindow.cxx */, ); - name = utf8; + name = subwindow; sourceTree = "<group>"; }; - BAB6EA19B10597F365C6EC45 /* help */ = { + B6BAC3966DCCF9699E5AA6B1 /* fltkpng */ = { isa = PBXGroup; children = ( - 597B5CCCAC3582AD79D536DF /* help.cxx */, - ); - name = help; + A93B017C179B244926871FDA /* png.c */, + 44A153054028216FCC0E5D31 /* pngerror.c */, + 3E836F32AFA6B47C318B4D05 /* pngget.c */, + 6BEA482EA9654714B9DF5AEA /* pngmem.c */, + EE167AB173E4855BA45E849E /* pngpread.c */, + 78561D6D650B3FE187C3488D /* pngread.c */, + D4E8CAFE9A773259BFBFE5B0 /* pngrio.c */, + BC98689521780F0753B38050 /* pngrtran.c */, + 6BC7E2FE6D77051839106781 /* pngrutil.c */, + 2F4FBEA5BABA190CE995ED32 /* pngset.c */, + 1C35BC5202EC23ACFCA6E074 /* pngtrans.c */, + 3925E4AC673F05352A536451 /* pngwio.c */, + F6CB2A32B8A69583D0C22CD9 /* pngwrite.c */, + 10F68F2C24A9EEE43434ACCB /* pngwtran.c */, + 3E40381937DAE28D3B2E3597 /* pngwutil.c */, + 4192A14DA682E5D0CF68BDFB /* libz.dylib */, + ); + name = fltkpng; sourceTree = "<group>"; }; - BB45B48FC6268CFD6030D809 /* cursor */ = { + B9086DC93D6E94225688E031 /* sudoku */ = { isa = PBXGroup; children = ( - EFB40C1018082233358B3D14 /* cursor.cxx */, + FAC06E013AB2070B98C476D9 /* sudoku.cxx */, + FA5270436F6250072E22EC03 /* CoreAudio.framework */, ); - name = cursor; + name = sudoku; sourceTree = "<group>"; }; - BEBB72CC8EE1503320F15183 /* pack */ = { + BD952445DA6023D0A47C602A /* gl_overlay */ = { isa = PBXGroup; children = ( - 131A0F03B5E1726570350E0B /* pack.cxx */, + 5557C0392112E3629B19F603 /* gl_overlay.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = pack; + name = gl_overlay; sourceTree = "<group>"; }; - BFF0BC4B4D4E80AD624C474D /* doublebuffer */ = { + C37C196CF8D2ACFF991E8FA0 /* cursor */ = { isa = PBXGroup; children = ( - C54C3041289F293E4A4CEEE1 /* doublebuffer.cxx */, + 5EBFD66803B25C2E96D983C2 /* cursor.cxx */, ); - name = doublebuffer; + name = cursor; sourceTree = "<group>"; }; - C0BCB24807BE5F20D07ED6B5 /* threads */ = { + CA13D71A1B9266341662E5C8 /* file_chooser */ = { isa = PBXGroup; children = ( - 13E2FC2C2DF31FB5D7D0140A /* threads.cxx */, + 91108E18F6CB870D4F4CCEE7 /* file_chooser.cxx */, ); - name = threads; + name = file_chooser; sourceTree = "<group>"; }; - C38410BCF60F547A6FDA2036 /* shape */ = { + CA7DB30E7A8824CE33D83EAF /* threads */ = { isa = PBXGroup; children = ( - 0A290063CD87D88B970ADC21 /* shape.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + BED4C9D4A90A50A52AA52FAA /* threads.cxx */, ); - name = shape; + name = threads; sourceTree = "<group>"; }; - C97B979906F2942BC76793F8 /* bitmap */ = { + D3F0A4AB32F2C64BB7D16633 /* table */ = { isa = PBXGroup; children = ( - EC76415A1D9EE789AC61909C /* bitmap.cxx */, + 48665890BC93C1682F3F62E8 /* table.cxx */, ); - name = bitmap; + name = table; sourceTree = "<group>"; }; - CB31D61223A1D4EF3D3A824D /* buttons */ = { + D4547D245CD28916C15D2331 /* fltkforms */ = { isa = PBXGroup; children = ( - 5FBB7F4C12EDAECF785BCDCA /* buttons.cxx */, - ); - name = buttons; + 2BDACD391DB4C8051FFF8C02 /* forms_bitmap.cxx */, + 725A09D3C48BE455CA8C3B52 /* forms_compatability.cxx */, + AD66E3372D96FFF59C7F9B97 /* forms_free.cxx */, + 82EEE6869D8E1C2012B63E9F /* forms_fselect.cxx */, + 4796BFD126F8D228E39B98C2 /* forms_pixmap.cxx */, + 22F343FAD05C9A2DFCE780BD /* forms_timer.cxx */, + ); + name = fltkforms; sourceTree = "<group>"; }; - CB66E4947AF56BFC5CFDC7BD /* fullscreen */ = { + DB5514E7616948CF493335D7 /* button */ = { isa = PBXGroup; children = ( - FFE0CF7E67C717907DCCFD5B /* fullscreen.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + F58E87D1A08704AEDC96DCA1 /* button.cxx */, ); - name = fullscreen; + name = button; sourceTree = "<group>"; }; - CFABB83F426AF5E80DC6FFA8 /* boxtype */ = { + DEE67C5CCB01264ACF83A110 /* preferences */ = { isa = PBXGroup; children = ( - FD7906F3AD6BD233D9C0FD21 /* boxtype.cxx */, + AA1F82ED890B00899303F37B /* preferences.fl */, ); - name = boxtype; + name = preferences; sourceTree = "<group>"; }; - D4799F24F80AF088B1966C68 /* pixmap */ = { + E4432D54D1E5B3DB67F3F647 /* fltkgl */ = { isa = PBXGroup; children = ( - 0E7217CFD07149DCC2C4A080 /* pixmap.cxx */, - ); - name = pixmap; + 14AA43157013ED99FB6B2FDD /* Fl_Gl_Choice.cxx */, + 84AB930044C468138D7F044E /* Fl_Gl_Overlay.cxx */, + 33D7D37C355303B95FD05A6B /* Fl_Gl_Window.cxx */, + FE714582D745704C6D29DE83 /* freeglut_geometry.cxx */, + 67F493B02F17ABB18EB71D62 /* freeglut_stroke_mono_roman.cxx */, + EF9B45EDFB9D3C7D944F47CB /* freeglut_stroke_roman.cxx */, + C17D5D6F9776B3D6E79E0EE2 /* freeglut_teapot.cxx */, + 2B1DC223F245B02159E7F2CD /* gl_draw.cxx */, + ACE12D5B20B5AF32E4571F5C /* glut_compatability.cxx */, + 252D3520B8564732819F4DA8 /* glut_font.cxx */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, + ); + name = fltkgl; sourceTree = "<group>"; }; - D671DB8EB1F235D1456FD30F /* CubeView */ = { + E6E2459AD73D9C8A63EB4EFF /* fltk */ = { isa = PBXGroup; children = ( - D9DEC9401E06489438366AE4 /* CubeView.cxx */, - B494CCC68A464A8EDF0EDD3C /* CubeMain.cxx */, - 648CB40303699FED03DCF57A /* CubeViewUI.fl */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + 8EF14A6F6CCA3A3237F36589 /* Fl.cxx */, + 91E65AA1F15BF6E030E2B27B /* Fl_Adjuster.cxx */, + C71C0EE647330B360D134072 /* Fl_Bitmap.cxx */, + A86711A0B9804C81EE18F868 /* Fl_Box.cxx */, + 3D195C4AE5CA1E4EEB206F54 /* Fl_Browser.cxx */, + BE8C90C1BD8B14DDBDA3B931 /* Fl_Browser_.cxx */, + FD7AD791EBE0CCBF5E9DF828 /* Fl_Browser_load.cxx */, + 491AA5F11AD0E384DAA14A89 /* Fl_Button.cxx */, + 89180545F1731F60AFA5AA6D /* Fl_Chart.cxx */, + FE10C917AA0AAF56C20FF717 /* Fl_Check_Browser.cxx */, + 5269F85F8324DA4455F32DDE /* Fl_Check_Button.cxx */, + 9A9145C1DD7A08CE12F488C5 /* Fl_Choice.cxx */, + 632A17C1E9CD91F3396DD86E /* Fl_Clock.cxx */, + 59A04683ABECDFBE2ACB9771 /* Fl_Color_Chooser.cxx */, + C2D814150250C4A995C11C04 /* Fl_Counter.cxx */, + 41369D9084132F8B7269C17D /* Fl_Dial.cxx */, + A9D41D15950D94B099BA3A7B /* Fl_Double_Window.cxx */, + A6F12BD38FCACDF22A316879 /* Fl_File_Browser.cxx */, + 7242DE1DC02D39870F4CDA64 /* Fl_File_Chooser.cxx */, + B128C4132646551295C1FB1C /* Fl_File_Chooser2.cxx */, + E76A2CF35689D04CBEAC1D36 /* Fl_File_Icon.cxx */, + 72985726BB00122BDB279EC5 /* Fl_File_Input.cxx */, + 765AAC4ADDD49F3C19F6A69A /* Fl_Group.cxx */, + 3F331E4807AA412E355815D0 /* Fl_Help_View.cxx */, + 6F039FED7A1DD023D061FC9A /* Fl_Image.cxx */, + DCF998DFB6FC41F095EE48CE /* Fl_Input.cxx */, + 2F2B08554CD68262191F204E /* Fl_Input_.cxx */, + 0E3F7ADF138A572D6EF5BC4B /* Fl_Light_Button.cxx */, + 32AFD7DE0406006B98C0D9F5 /* Fl_Menu.cxx */, + 44C25920D685A11A2C5B36A5 /* Fl_Menu_.cxx */, + 382C4B473D091FDFBEDADF47 /* Fl_Menu_Bar.cxx */, + 4C30FAA5A51ACD301E9FB8B1 /* Fl_Menu_Button.cxx */, + 805EA6C24BA53C0E41070CB3 /* Fl_Menu_Window.cxx */, + A860B70E58F77098631086AB /* Fl_Menu_add.cxx */, + 70BA11EC07FF11F3118C1195 /* Fl_Menu_global.cxx */, + 434FF4B25A59C522158B6A07 /* Fl_Multi_Label.cxx */, + A7803F98B95E01013F8C3BB5 /* Fl_Native_File_Chooser.cxx */, + 69ADE51DF8AB29DEBE22CE9F /* Fl_Overlay_Window.cxx */, + B93641ABB0E6EE54BD460746 /* Fl_Pack.cxx */, + 59E1AC3FB8FD45F5C6592835 /* Fl_Pixmap.cxx */, + B990D116850433AB9897341D /* Fl_Positioner.cxx */, + 4F506DC516D510F04D4043B3 /* Fl_Preferences.cxx */, + 517FACD2FE8B2C8145D4EE32 /* Fl_Progress.cxx */, + A7064A501DC9E20B2C7CED33 /* Fl_Repeat_Button.cxx */, + B72B249182D39EF4184D64E4 /* Fl_Return_Button.cxx */, + 7EBC79A54A211C630838F6F0 /* Fl_Roller.cxx */, + 91938B26A8B4667926B4D26C /* Fl_Round_Button.cxx */, + 05654690EC1265CC2034D106 /* Fl_Scroll.cxx */, + 62D9062B7EFDF978BAFBF3D8 /* Fl_Scrollbar.cxx */, + 569C64BDCD70421662F06FC9 /* Fl_Shared_Image.cxx */, + 4B7D500210F15D01749B2B0A /* Fl_Single_Window.cxx */, + D6C0F30CAD68163231B482ED /* Fl_Slider.cxx */, + 468DA2119FF73BB93B61B2C6 /* Fl_Sys_Menu_Bar.cxx */, + 935459BE544E4BF7F6DEB5B8 /* Fl_Table.cxx */, + 4EDB9F58E71DC5E7C7EE5A21 /* Fl_Table_Row.cxx */, + 0ACE38FB4608C5E17B2BA7CD /* Fl_Tabs.cxx */, + 5F78519FE05AB5E18689A766 /* Fl_Text_Buffer.cxx */, + 92B126E6C4AE4447C4516F92 /* Fl_Text_Display.cxx */, + 1E1795F67D6DCB865D35B738 /* Fl_Text_Editor.cxx */, + 008AD0D87938CCE7A0355A29 /* Fl_Tile.cxx */, + A7D94A5101FE8A5659763246 /* Fl_Tiled_Image.cxx */, + 9FC0D69ED67CB0DA9786B073 /* Fl_Tooltip.cxx */, + 828945C3EE18B67D893D513A /* Fl_Tree.cxx */, + 4A3FB69B7F21494BCC0CD723 /* Fl_Tree_Item.cxx */, + A07C221377861EAFC73C6A11 /* Fl_Tree_Item_Array.cxx */, + 25E282390000AADBD118C3AF /* Fl_Tree_Prefs.cxx */, + A79060EFC3D113CF526C9063 /* Fl_Valuator.cxx */, + BAE995F2E02F1122295125CE /* Fl_Value_Input.cxx */, + DA24A78C6F1AC02600AB9FC1 /* Fl_Value_Output.cxx */, + F653ECFC09BD177B0499DDB3 /* Fl_Value_Slider.cxx */, + 27B6232C11814B71722DA318 /* Fl_Widget.cxx */, + 97509DF7C98797B36FDF1D46 /* Fl_Window.cxx */, + 6191FBD5E8AFAC1B8CD298D5 /* Fl_Window_fullscreen.cxx */, + 9DCB7F4E2320E0CB93B3047A /* Fl_Window_hotspot.cxx */, + D9947DA0968D9B0C4949635C /* Fl_Window_iconize.cxx */, + 86E9AAFF54C084932969A8F7 /* Fl_Wizard.cxx */, + C8636707DF40C2D82EF0DDE7 /* Fl_XBM_Image.cxx */, + 36A13449EB08BA4495010FFC /* Fl_XPM_Image.cxx */, + 6D301A54F24944FC076FB9F1 /* Fl_abort.cxx */, + 776562CA7D3D888AB9B93674 /* Fl_add_idle.cxx */, + 4A13E1F6661BCD35262D044D /* Fl_arg.cxx */, + 7D97E4FC84040CBEDDB6D98D /* Fl_compose.cxx */, + 5A7595AFE0375835AA036385 /* Fl_display.cxx */, + B628A9824F09FFC463DCEA74 /* Fl_get_key.cxx */, + FEF7396EC015CD2E06234390 /* Fl_get_system_colors.cxx */, + D1C7FD0EBCD34055D3D7CEA9 /* Fl_grab.cxx */, + B765C51174BBA18ECF5730E0 /* Fl_lock.cxx */, + 90CD81C12F47C3C39057DB24 /* Fl_own_colormap.cxx */, + B01384DD8776A46F1EA597BC /* Fl_visual.cxx */, + 9225B4214E00704BC41B1A05 /* Fl_x.cxx */, + 0BAAEBF34C21F6962DAFAA00 /* cmap.cxx */, + 326961D689AC057C77D9D18D /* filename_absolute.cxx */, + 819C9A32C42FB9DECF4538D3 /* filename_expand.cxx */, + 2D8CD58BE0F4E8A6CA17E995 /* filename_ext.cxx */, + 8DD7ACF842B141031F99D93E /* filename_isdir.cxx */, + A8F62AA629E8F0AC6D09D4A8 /* filename_list.cxx */, + 76BBD3176AF8B72DCA612C01 /* filename_match.cxx */, + 7AEAF837949D883BD0BB4F76 /* filename_setext.cxx */, + 2AC741368445C7E943ADB047 /* fl_arc.cxx */, + A50589F6C956C1DBA3DC2CF7 /* fl_arci.cxx */, + 16DD88B850A3F9B4FB993B22 /* fl_ask.cxx */, + 72849BE2A90CA79FDBAAA13D /* fl_boxtype.cxx */, + 441793B8B9139C8D2DE55A10 /* fl_call_main.c */, + FEA6F80407A593A0AE15AE71 /* fl_color.cxx */, + 423A82984987409C28CC348A /* fl_cursor.cxx */, + 82BBC07AF1119176B9368A76 /* fl_curve.cxx */, + 2B66D7502F1A36CE20BA1EA3 /* fl_diamond_box.cxx */, + DAA7501B483B780B3B6F1459 /* fl_dnd.cxx */, + C3B6F3D891A93351B6F688BA /* fl_draw.cxx */, + D04119EBC68AA32B2880BA4D /* fl_draw_image.cxx */, + 274DFBC41B65FBAC01455B65 /* fl_draw_pixmap.cxx */, + 99B9C453972CBCF3F42EC7D4 /* fl_encoding_latin1.cxx */, + 7EC96D78F9BF68E8BBA990EA /* fl_encoding_mac_roman.cxx */, + DD0FA89E5741B87F7E702749 /* fl_engraved_label.cxx */, + 365FEC47A7EACC0D5FD1100A /* fl_file_dir.cxx */, + ECCDEAC34DF5E08899AAD0C4 /* fl_font.cxx */, + BF32ED96EBCE555E2F575E58 /* fl_gtk.cxx */, + 40861EBACAED733EB9D8ABA0 /* fl_labeltype.cxx */, + B1A6AF3DABFD1AA11A271A3A /* fl_line_style.cxx */, + 7BADC142B84B2151E7C6F7E5 /* fl_open_uri.cxx */, + 413C9AF427EA847417B791C7 /* fl_oval_box.cxx */, + 7E7ED25EFF56AE65C22365BB /* fl_overlay.cxx */, + DF06C5087D2E93C5F737BA58 /* fl_overlay_visual.cxx */, + 0544E8AF5B0E35FF9FAB311D /* fl_plastic.cxx */, + 2DFE6BFD8F7CC6FC6EB92BDF /* fl_read_image.cxx */, + 57E90481C931A0B32ED88D34 /* fl_rect.cxx */, + 46A60612FC3D6447618D2B38 /* fl_round_box.cxx */, + F7547C1FD19CBDF38222E369 /* fl_rounded_box.cxx */, + EA0D0A4270DCB9F0096622F3 /* fl_scroll_area.cxx */, + 1FD0C5FD7B6CEE60768424AE /* fl_set_font.cxx */, + B3EBCFDEB4701E9B57090515 /* fl_set_fonts.cxx */, + 863C7739547CF7DDA9380E7C /* fl_shadow_box.cxx */, + 99E930B0AE6423C5DE21A844 /* fl_shortcut.cxx */, + BCD66CB8B61847D5E6D8D23A /* fl_show_colormap.cxx */, + 68EA4AAA4A786DD51871D04B /* fl_symbols.cxx */, + 9E227A3D75F4BCB54B4EBD76 /* fl_utf.c */, + FC657B125BF360403EA0F4D3 /* fl_utf8.cxx */, + 8638804DFA2EB9B210E5774F /* fl_vertex.cxx */, + D2C95CA3527C491F975D3735 /* flstring.c */, + E3FA839E1510720D0C03B432 /* numericsort.c */, + 5AB832A58206DF76B2E8F42B /* scandir.c */, + A18A17E28836273070B1B55C /* screen_xywh.cxx */, + ED22000EE73911670B4B590E /* vsnprintf.c */, + 146A7CE111600F30F9F5D86F /* case.c */, + BCDA2691FE7FDAB6B431B627 /* is_right2left.c */, + 2A85DA5B7DB303D60BE9B1E7 /* is_spacing.c */, ); - name = CubeView; + name = fltk; sourceTree = "<group>"; }; - DB955E40EC2B4FB7C2E8DE78 /* Frameworks */ = { + E7A8334C35537EC5A7F069E3 /* checkers */ = { isa = PBXGroup; children = ( - AB189FAE5F9A9729A9CF0868 /* fltk */, - 45AEA3D406D235EC4507FC94 /* fltk_gl */, - 974812CE4E660273EDF37E3F /* fltk_images */, - 47AF9683306C1D3D4107128E /* fltk_png */, - EE7EC878A48AC186D49BB82A /* fltk_jpeg */, - 90C4404DBD122FD5D0B99729 /* fltk_forms */, + D91439C460E7284DEB7E2372 /* checkers.cxx */, ); - name = Frameworks; + name = checkers; sourceTree = "<group>"; }; - E0DBA89F9D24DBF00DFC0F4B /* pixmap_browser */ = { + EA1538C577D2C14B63463223 /* arc */ = { isa = PBXGroup; children = ( - 2C75D80D61EF5AA9D6F6D20C /* pixmap_browser.cxx */, + C1E3389E26C97594AB49F165 /* arc.cxx */, ); - name = pixmap_browser; + name = arc; sourceTree = "<group>"; }; - E1B422E695EF9A731B5E275F /* Applications */ = { + EDC08C3395AF7082612ECA96 /* bitmap */ = { isa = PBXGroup; children = ( - 28427148FE686F43705FFFE9 /* Fluid */, + 40631A5E9DEA37176BFE1D76 /* bitmap.cxx */, ); - name = Applications; + name = bitmap; sourceTree = "<group>"; }; - E5BBE19CF3BF5A31D5FAA1E7 /* gl_overlay */ = { + EFE59252BF05871A8E6A7407 /* CubeView */ = { isa = PBXGroup; children = ( - F3F68A0F296C2FAD96E515EC /* gl_overlay.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + 173A4BC03FD7AF047B7A9AA5 /* CubeView.cxx */, + F301E999D96819DF33AC68B3 /* CubeMain.cxx */, + 34F95875683EDDBAE528542E /* CubeViewUI.fl */, + FEAD61A9DA454913F963D7E8 /* OpenGL.framework */, + 79CE3861F0D06A9710E9DF05 /* AGL.framework */, ); - name = gl_overlay; + name = CubeView; sourceTree = "<group>"; }; - E694E55D4E826ACD6D262246 /* inactive */ = { + F1AE6017BE7B53316DE3B206 /* valuators */ = { isa = PBXGroup; children = ( - A0DF04E096FC0899B96DA20D /* inactive.fl */, + 2792CF3F406D6A6CBD3E0163 /* valuators.fl */, ); - name = inactive; + name = valuators; sourceTree = "<group>"; }; - E87049B94E9366EF2391BFA9 /* symbols */ = { + F6772CF409BF13C80458CEBD = { isa = PBXGroup; children = ( - DC28EEEC9DEFFF1CE5E71385 /* symbols.cxx */, + A6E523BA13DC343DE92700D1 /* Applications */, + A1BF2F24266B2DE7CD096C3E /* Frameworks */, + 192C9AF6CA6DCD30EC4CF886 /* Tests */, + 86DE5FB334B02A08A0CC96CA /* Products */, ); - name = symbols; sourceTree = "<group>"; }; - EA0AD09158C8655F67DA8D50 /* fractals */ = { + F8824A7B7106B30AB508A1DE /* browser */ = { isa = PBXGroup; children = ( - F4D30F3B89FF0380B153F3BF /* fractals.cxx */, - 6EFF9A379B843ED7DD70CE26 /* fracviewer.cxx */, - 89C0712572C88756C70E0AE8 /* OpenGL.framework */, - 5CC07C8FD2DF10B922023335 /* AGL.framework */, + D2575AABEC77E8A4E0175439 /* browser.cxx */, ); - name = fractals; + name = browser; sourceTree = "<group>"; }; - EE7EC878A48AC186D49BB82A /* fltk_jpeg */ = { + FAC4732310C3ED14D48A598B /* tile */ = { isa = PBXGroup; children = ( - 3F9BC24D073C9FF305985BC9 /* jcapimin.c */, - 25568F59BC14837E603F950F /* jcapistd.c */, - F6DD5A449A11DE823E916430 /* jccoefct.c */, - 62BCF76876268046199B5EF3 /* jccolor.c */, - A2DAAEAA8E2EC53139D363C5 /* jcdctmgr.c */, - 369612254156FC117310507F /* jchuff.c */, - C900669DCA16FEB3A1A2AA9D /* jcinit.c */, - 62538F87ADEA55FD337D4FFC /* jcmainct.c */, - 677601EECDC258BFDF96C03F /* jcmarker.c */, - 67EA7F444836D11CB93EFD43 /* jcmaster.c */, - E13141ED6D9EA7246D3A61EC /* jcomapi.c */, - 9B7C9F16CC5BB6C66930A0E1 /* jcparam.c */, - FF550B4E214C661778FC33D3 /* jcphuff.c */, - 60A0690D80E542DBAB1B92F0 /* jcprepct.c */, - 6E8FD8D7A7D39ADF4CC2F3EB /* jcsample.c */, - EFADA3E45D52A8B4B22E132A /* jctrans.c */, - B50FE2FD3783821AC433CC48 /* jdapimin.c */, - 66CDBDAEE9F3D94926F046B7 /* jdapistd.c */, - 31D2A125A7383255F1B3B6DD /* jdatadst.c */, - 2D6C05D43C86B09E3164D05F /* jdatasrc.c */, - 1CFCD1734CDB65C5772153B7 /* jdcoefct.c */, - 15231FB9AED71D3C4188DB31 /* jdcolor.c */, - 7C5592AEBBB66BE8185FC44C /* jddctmgr.c */, - 17ED734352A571D72E731236 /* jdhuff.c */, - 7280A80CD370B4CA3122BD56 /* jdinput.c */, - F14D1D9764616507905212E6 /* jdmainct.c */, - 7D1FC16484F0F770345B3C8C /* jdmarker.c */, - B12DDDF65A7FC57B20533CE2 /* jdmaster.c */, - 23CF21299411655E4E431350 /* jdmerge.c */, - 57D779AF16FCD09EACF1FA2D /* jdphuff.c */, - 520A45DC9E3712C4E0E418EF /* jdpostct.c */, - 77FD44D2FC9A715199356272 /* jdsample.c */, - 89F6ECD74912EEFDB5959F45 /* jdtrans.c */, - F9CC3B8A3BF105CFABC59E66 /* jerror.c */, - 3BAD8814F1DE341F2D95633D /* jfdctflt.c */, - B6470C00BB263B6B424D0A64 /* jfdctfst.c */, - 15C6D0B8D80661006E0633C1 /* jfdctint.c */, - AA1651D4F55C6B6B622D2601 /* jidctflt.c */, - 9A572E6A22AED26E9EDD7AB8 /* jidctfst.c */, - 69660715EAED86DB3748F69D /* jidctint.c */, - 0F433F35F76034193610EE15 /* jidctred.c */, - FFC8C75ABD5458508F0EBCD9 /* jmemmgr.c */, - 874F301915E3C53087AA2719 /* jmemnobs.c */, - FF3F4AEABD66F243D29F8A3B /* jquant1.c */, - C7C7A3E518EC9CC267D99386 /* jquant2.c */, - 14FB23F846B0D4A3F4740B62 /* jutils.c */, - ); - name = fltk_jpeg; + C327C04CC241FB150651488A /* tile.cxx */, + ); + name = tile; sourceTree = "<group>"; }; - F22C38E67D5D366D0FD4DDA4 /* subwindow */ = { + FCBBBD9BE50DF332BCE84172 /* utf8 */ = { isa = PBXGroup; children = ( - 9BDD6EC95A89749323591993 /* subwindow.cxx */, + 9771F1FAF4D4C866C17225A4 /* utf8.cxx */, ); - name = subwindow; + name = utf8; sourceTree = "<group>"; }; - FB97B4BBA0C1DAF96465B4A5 /* Tests */ = { + FCE6DB1D9A96CDC09CAB426C /* color_chooser */ = { isa = PBXGroup; children = ( - 4006AD20D36030AA4D4BEFBA /* Demo */, - 8E98FAC960E30518FC1D30A2 /* adjuster */, - A42AC05F2EE635AAF1103B50 /* arc */, - 499B3EC6178EC1C1B833C471 /* ask */, - C97B979906F2942BC76793F8 /* bitmap */, - 4B875529686E766676B29FF6 /* blocks */, - CFABB83F426AF5E80DC6FFA8 /* boxtype */, - 3A69E2D324DAE71DFB848978 /* browser */, - 395A8B2DE890D8C3430BF6F0 /* button */, - CB31D61223A1D4EF3D3A824D /* buttons */, - 3D87F9DBE1B9DD058688E242 /* checkers */, - 590C60A0F7E5A939EF9B460A /* clock */, - 05062DD6AC372508B1C3FA20 /* colbrowser */, - 4E8A83141FB64E0E312CB78C /* color_chooser */, - 273E49E1AEA2E32043165700 /* cube */, - D671DB8EB1F235D1456FD30F /* CubeView */, - BB45B48FC6268CFD6030D809 /* cursor */, - 5FD0584B99352DCAA0E286C0 /* curve */, - BFF0BC4B4D4E80AD624C474D /* doublebuffer */, - 0A1EAC01C44FD42357DAF422 /* editor */, - 4BB5ADB051E8458C2B7E916C /* fast_slow */, - 94F5F560A49A3EBC93EB81AF /* file_chooser */, - 17A7EAD3AA6B42B936FB4520 /* fonts */, - 38C14D5F92E504D4DCBE7E62 /* forms */, - EA0AD09158C8655F67DA8D50 /* fractals */, - CB66E4947AF56BFC5CFDC7BD /* fullscreen */, - E5BBE19CF3BF5A31D5FAA1E7 /* gl_overlay */, - 4EDBBB2B737C3465C81FBC5E /* glpuzzle */, - 0A865E43340B9F099C9C0C9C /* hello */, - BAB6EA19B10597F365C6EC45 /* help */, - 6D1FA525B4DF69A670426BF7 /* iconize */, - 41841A16E3A66526DA3C0A0A /* image */, - E694E55D4E826ACD6D262246 /* inactive */, - 7983511076BF5D7D56803501 /* input */, - 4675458D31D12CE74E41A697 /* input_choice */, - 03BF9823787E789F72E06902 /* keyboard */, - 8D9C7D877849D5F4DABDB889 /* label */, - B30378916D4A590C49E44EB9 /* line_style */, - 53E84CC888333AEA0DA66C5E /* list_visuals */, - 75DB332B9CFFB890B93E3CE3 /* mandelbrot */, - 2AEE39256B9850E61E43FAB2 /* menubar */, - 1A6F6485EE6300799476E06B /* message */, - A791173A01E9E498B5F46D59 /* minimum */, - FC1F8215C59E72AADC6CECBA /* navigation */, - 2CE94E7DFD67F8B4D7290355 /* native-filechooser */, - 9E25BCB710D65A397F94D7DD /* output */, - 500672405B7C2DCA7A1A2743 /* overlay */, - BEBB72CC8EE1503320F15183 /* pack */, - E0DBA89F9D24DBF00DFC0F4B /* pixmap_browser */, - D4799F24F80AF088B1966C68 /* pixmap */, - 52F54B3C6852918F3591BB98 /* preferences */, - 5D917186802FBFAC6753DAD4 /* radio */, - 4C792861671B958E713901E9 /* resizebox */, - AFC3BB84972D0C038F81FDE3 /* resize */, - 363001CF35A1F456A106DFA3 /* scroll */, - C38410BCF60F547A6FDA2036 /* shape */, - F22C38E67D5D366D0FD4DDA4 /* subwindow */, - 83D2B030A13930B4613B43E0 /* sudoku */, - E87049B94E9366EF2391BFA9 /* symbols */, - 0EB563515A1B24CEDA0C2FE9 /* table */, - 0B2ADE6C9B6C86918214BB96 /* tabs */, - C0BCB24807BE5F20D07ED6B5 /* threads */, - 13D88347BFEE7955085064A2 /* tile */, - A571BCA35550AF6200EE5BFC /* tiled_image */, - B14FBCFC64EE239424C2F253 /* tree */, - B93991140721735DBDE12F8D /* utf8 */, - 59EEBE2E247E75A22C180CA7 /* valuators */, + 2C5D222478F7D3EFC8FFF038 /* color_chooser.cxx */, ); - name = Tests; + name = color_chooser; sourceTree = "<group>"; }; - FBE0FA186B09722C549C4404 = { + FD095741747301A720FCBBEE /* inactive */ = { isa = PBXGroup; children = ( - E1B422E695EF9A731B5E275F /* Applications */, - DB955E40EC2B4FB7C2E8DE78 /* Frameworks */, - FB97B4BBA0C1DAF96465B4A5 /* Tests */, - 3EF4FFB8F4234F2E0ACB12DE /* Products */, + 9A73130FE8A6FE7F13F441C5 /* inactive.fl */, ); + name = inactive; sourceTree = "<group>"; }; - FC1F8215C59E72AADC6CECBA /* navigation */ = { + FF96CE7443F957D0191C7C51 /* overlay */ = { isa = PBXGroup; children = ( - 0B634A2E88B5A8B420A6C673 /* navigation.cxx */, + 62DC4DF2A51E25F384A219F2 /* overlay.cxx */, ); - name = navigation; + name = overlay; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 2F62D3C2CA108493318581CD /* Headers */ = { + 1452B7D7EEF5FFFBC364A597 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8F34586B2A8ED462CF652235 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4417509F2B9073B8656F4C1C /* Headers */ = { + A1E3A2C68636E849B4C29921 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 44714F466219046CA847F4DF /* Headers */ = { + A62ACCB113D9D72A4BC9184A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7ACCB115555DD0065A0EC58F /* Headers */ = { + D1EA8A46780A5E3019B8134D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - AF5E640C5DBBB148B373DD96 /* Headers */ = { + EC54E964F2A4D8DAA8C1A63A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CE68616F870361349F1EE94F /* Headers */ = { + FE859BACEEB9CBB2BB39C8AC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -5571,2197 +5679,2228 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0087355D590EA4C0B5AD1CDB /* glpuzzle */ = { + 00794548D8CCBB0EB3731692 /* doublebuffer */ = { isa = PBXNativeTarget; - buildConfigurationList = F841EA5991FEBA7131A11839 /* Build configuration list for PBXNativeTarget "glpuzzle" */; + buildConfigurationList = BF0422AFD4F357422B9BB813 /* Build configuration list for PBXNativeTarget "doublebuffer" */; buildPhases = ( - FBF84A1091C97F4919251432 /* Resources */, - 133AA858FBFF2DF2598E04E6 /* Sources */, - 110C0BC1A4BE4C7CCADB15FC /* Frameworks */, - 21605C5940C3640CC1906EB3 /* CopyFiles */, + 982464C40BDB33302457AB7E /* Resources */, + 150104D5C82B5A3DA207458E /* Sources */, + 31A47C6B9FCE9F52A82C8773 /* Frameworks */, + 4A709C114E906541B57052EA /* CopyFiles */, ); buildRules = ( - 0EA8B81E1CA984F8D56AC325 /* PBXBuildRule */, + 375EA2D194913FFE569E152B /* PBXBuildRule */, ); dependencies = ( - 91368AB6564FB014B2B7872B /* PBXTargetDependency */, - 35622535286C5478F1D07499 /* PBXTargetDependency */, + A1B8422F4A902037BABF985B /* PBXTargetDependency */, ); - name = glpuzzle; - productName = glpuzzle; - productReference = 8C787FCB83D52D7B7E775DED /* glpuzzle.app */; + name = doublebuffer; + productName = doublebuffer; + productReference = 4E082B48AE43CC00E6B5E09F /* doublebuffer.app */; productType = "com.apple.product-type.application"; }; - 0487438BC4564D23F999817E /* colbrowser */ = { + 04B6F26C71C77B3D739F6D24 /* table */ = { isa = PBXNativeTarget; - buildConfigurationList = D48B22CC9F2B9722E5CE925C /* Build configuration list for PBXNativeTarget "colbrowser" */; + buildConfigurationList = ADD4BC50BA3D73F1623BF36D /* Build configuration list for PBXNativeTarget "table" */; buildPhases = ( - C96159F83B38BBC174C8BA33 /* Resources */, - C906985B3CCE33D7C10C29E9 /* Sources */, - 011597044D874F8380F9377B /* Frameworks */, - 05D0EB8D903BF671637F1E87 /* CopyFiles */, + 560B6A22C4CC07D860E9B035 /* Resources */, + A54FC7410059D72B7442CA72 /* Sources */, + 0234CE040FF0750B38604AFE /* Frameworks */, + 2248BB9936C9DE94E938F07B /* CopyFiles */, ); buildRules = ( - 8233907430DEB51ADB31F62C /* PBXBuildRule */, + C55A78E8FCE66C6E972DF337 /* PBXBuildRule */, ); dependencies = ( - 69AF427C223F9328BB3CFF5E /* PBXTargetDependency */, - 95E7A61D91E754FD4ADB6B0E /* PBXTargetDependency */, + B88B4C5B24566D3D96FC004E /* PBXTargetDependency */, ); - name = colbrowser; - productName = colbrowser; - productReference = 599BE82C41DEDF4BEE1E0E15 /* colbrowser.app */; + name = table; + productName = table; + productReference = 708A9A7CA29DF521D9925B43 /* table.app */; productType = "com.apple.product-type.application"; }; - 05938381563D5C48664436F5 /* curve */ = { + 0ADA60B764250A76C22D36C2 /* ask */ = { isa = PBXNativeTarget; - buildConfigurationList = 4FEF1EC74A261765F3D10407 /* Build configuration list for PBXNativeTarget "curve" */; + buildConfigurationList = D037E6AD31D7CDF3C22B9E90 /* Build configuration list for PBXNativeTarget "ask" */; buildPhases = ( - 3A3C87ED54D7FC5A3C336099 /* Resources */, - B9542D8617D031099FC9D1FF /* Sources */, - DB43467A5FC2F04B74C4F116 /* Frameworks */, - 27B7B2ACE395C824AF039080 /* CopyFiles */, + C5851483E075E97A5D87C663 /* Resources */, + FE7964DE3962125D287C026E /* Sources */, + B50A92A6EB965176B75DBE94 /* Frameworks */, + 6611006ED0D2702472178B15 /* CopyFiles */, ); buildRules = ( - C2A0127F3AD7CDAB817665B4 /* PBXBuildRule */, + 4B64C213DDA4A3FEB92B2F25 /* PBXBuildRule */, ); dependencies = ( - B112FA0A5172F5E14EB877FD /* PBXTargetDependency */, + 46C70A7492E84A5C52F0BD58 /* PBXTargetDependency */, ); - name = curve; - productName = curve; - productReference = 84D33075C6CC3BB4065B836D /* curve.app */; + name = ask; + productName = ask; + productReference = 0485489800BBA41E8DCDE3CB /* ask.app */; productType = "com.apple.product-type.application"; }; - 0818F160B120AECE781B9400 /* resize */ = { + 0BD321CE7F9454C8755BD8C9 /* glpuzzle */ = { isa = PBXNativeTarget; - buildConfigurationList = 659068BDA8A99B1558D00324 /* Build configuration list for PBXNativeTarget "resize" */; + buildConfigurationList = C2CC5548491B4407F1731C0F /* Build configuration list for PBXNativeTarget "glpuzzle" */; buildPhases = ( - A672382F5F1D4C1A066D57B4 /* Resources */, - F8D50AB3DE4DC9B734FD93AD /* Sources */, - 48598617012F4C149876F980 /* Frameworks */, - ADA7B91867F82C599AC6095C /* CopyFiles */, + 4D45F766C5ED1F33F94424C2 /* Resources */, + 4ABF475142546F3901B1FB7F /* Sources */, + 238A75F2BBCE51CADA05440A /* Frameworks */, + 27371FC378B7D8674B23CBF4 /* CopyFiles */, ); buildRules = ( - 707D1924E7C08386A6096238 /* PBXBuildRule */, + 9F717EA6CE1852A7B68799E7 /* PBXBuildRule */, ); dependencies = ( - 3B21EC651D9D57D72E4E3D98 /* PBXTargetDependency */, - 98954BC9596BE9220E1500B4 /* PBXTargetDependency */, + 8B14EEC3D8E6D87105AD6594 /* PBXTargetDependency */, + B4F15761241B6EB8BEA7632D /* PBXTargetDependency */, ); - name = resize; - productName = resize; - productReference = AFF76DD70E64220B7E4E418D /* resize.app */; + name = glpuzzle; + productName = glpuzzle; + productReference = CE2C1955F023D480B46E3CB8 /* glpuzzle.app */; productType = "com.apple.product-type.application"; }; - 08D61203A9F102DCDE690ACA /* bitmap */ = { + 1466DB020BFE280FF9FBA5FF /* navigation */ = { isa = PBXNativeTarget; - buildConfigurationList = 55A6E688540570AB80DF9D34 /* Build configuration list for PBXNativeTarget "bitmap" */; + buildConfigurationList = 2C98D5A81B8F27438C3BA182 /* Build configuration list for PBXNativeTarget "navigation" */; buildPhases = ( - ED4E5E5F1845973E4AF8B6E1 /* Resources */, - 4F6CC837FB076BA766A607D0 /* Sources */, - 773576E02874A6431E5E71E3 /* Frameworks */, - ED6ED74BEA11C7F42B73A590 /* CopyFiles */, + 338CE991206EB1CEDEF6EA0B /* Resources */, + FFDC9827A6A47EB73AA9A3A0 /* Sources */, + BACC297C1FE462CADF9519E7 /* Frameworks */, + A874FC9987DE75D76EC0319D /* CopyFiles */, ); buildRules = ( - 1A1265E0323CCB08AEB26D67 /* PBXBuildRule */, + 4FC47EBC99A5B97BD3800CB4 /* PBXBuildRule */, ); dependencies = ( - 983E92E673CA377315918D56 /* PBXTargetDependency */, + 0AC8B416BB119FC3CDA86E41 /* PBXTargetDependency */, ); - name = bitmap; - productName = bitmap; - productReference = D2201F1D79F23FB60ACC9A56 /* bitmap.app */; + name = navigation; + productName = navigation; + productReference = 036687FF37FDF7B62BD600DA /* navigation.app */; productType = "com.apple.product-type.application"; }; - 0CA490AD40662663B69B1332 /* mandelbrot */ = { + 156D948CC6410C76224F79AE /* fonts */ = { isa = PBXNativeTarget; - buildConfigurationList = 9D58A38B1F35A035A8BCF73E /* Build configuration list for PBXNativeTarget "mandelbrot" */; + buildConfigurationList = 4BCA6805565E863C9AEEA555 /* Build configuration list for PBXNativeTarget "fonts" */; buildPhases = ( - 1E6C55A6046239FB7C03E750 /* Resources */, - 287EFA4232813E00024824DE /* Sources */, - 6F5129078606BC9ADB21F766 /* Frameworks */, - CBC10E6095682931D4E478EE /* CopyFiles */, + 6A7D142F6FE9641688B22866 /* Resources */, + 1FB7B7E7D7B0EF27AF0BEAC5 /* Sources */, + 97B4715DCF8F905B1BD1B967 /* Frameworks */, + CDCB82F5BA25F341831B5920 /* CopyFiles */, ); buildRules = ( - 017D617B5AB129B73DC6E216 /* PBXBuildRule */, + 0DFC6C2C11E07B15DF359D02 /* PBXBuildRule */, ); dependencies = ( - AF7535E5A64BCE82E6275E62 /* PBXTargetDependency */, - 53322A2B108DE6805AA763DF /* PBXTargetDependency */, + AE67879DD424C5CF3AF4AFE5 /* PBXTargetDependency */, ); - name = mandelbrot; - productName = mandelbrot; - productReference = 0C0193053580229E1EF2B23E /* mandelbrot.app */; + name = fonts; + productName = fonts; + productReference = 6187B5FB81739ED34A25437D /* fonts.app */; productType = "com.apple.product-type.application"; }; - 0DE9F791C7A0CE2375856353 /* inactive */ = { + 17B525C285B8797D4C34F7ED /* fullscreen */ = { isa = PBXNativeTarget; - buildConfigurationList = 1FE9F0281068130E0A6EFE2B /* Build configuration list for PBXNativeTarget "inactive" */; + buildConfigurationList = A13C5BC538D0711C1512328A /* Build configuration list for PBXNativeTarget "fullscreen" */; buildPhases = ( - 7AEDCF0811E009AA220481D4 /* Resources */, - F21B80E27E807FBD7EEF4D16 /* Sources */, - BD8F894D0E7E39AF2ADE6F0B /* Frameworks */, - 5E9452CCC1ED6DBA30E2827E /* CopyFiles */, + 1D87632D5632110EF043784A /* Resources */, + 5CF9D233FD653D0C168F80CB /* Sources */, + A66E2CD6F838A0B15C73016B /* Frameworks */, + E260FD5BEF8B77238C47E724 /* CopyFiles */, ); buildRules = ( - 43053C83EE06D0DC3727CE25 /* PBXBuildRule */, + C021E798A1D57CAF2A226246 /* PBXBuildRule */, ); dependencies = ( - 790822A4C0FF88B0E7CE0858 /* PBXTargetDependency */, - 3F7958C7B2E513533409DE90 /* PBXTargetDependency */, + 1E478E893355E55D91A8C91A /* PBXTargetDependency */, + CDE08B636B2B92C1CACC05C9 /* PBXTargetDependency */, ); - name = inactive; - productName = inactive; - productReference = A96A9A4FCCE5EA22F75C9502 /* inactive.app */; + name = fullscreen; + productName = fullscreen; + productReference = 98FB5ED625A78F959FCD4EE3 /* fullscreen.app */; productType = "com.apple.product-type.application"; }; - 12D86EA36696F46A4C130AF5 /* pack */ = { + 1A76869D1B1C16A889841F6D /* overlay */ = { isa = PBXNativeTarget; - buildConfigurationList = F3C98E153363657A62620FC3 /* Build configuration list for PBXNativeTarget "pack" */; + buildConfigurationList = 467730242D36784BC0246854 /* Build configuration list for PBXNativeTarget "overlay" */; buildPhases = ( - F747864179A7DA1FBF1253DE /* Resources */, - 3F0D522434DD14A0D16E1019 /* Sources */, - B5432A0C0F0B2320F7846754 /* Frameworks */, - 169BB6F34D6883FD8B8E7328 /* CopyFiles */, + F1C156DD8244A0DEC5D8A66B /* Resources */, + FA4931BA2BAEFDE4268A2585 /* Sources */, + 2C9E31F313AAC823E73F4836 /* Frameworks */, + 172B467C8B1930496A7B3161 /* CopyFiles */, ); buildRules = ( - 2C3B537BC469098C2FCD7DCD /* PBXBuildRule */, + 621D973AEF2A449035A0CE2E /* PBXBuildRule */, ); dependencies = ( - CF77DAFC6EABEF1FBE9A6641 /* PBXTargetDependency */, + EE91B57E884B1175B8AF64F8 /* PBXTargetDependency */, ); - name = pack; - productName = pack; - productReference = B957263FF7839E1CA746A8C5 /* pack.app */; + name = overlay; + productName = overlay; + productReference = 194F541A70A6399CF8EF784C /* overlay.app */; productType = "com.apple.product-type.application"; }; - 141771A270AE72347C4FB43D /* valuators */ = { + 214DFF137BE062FA4F1A4E58 /* image */ = { isa = PBXNativeTarget; - buildConfigurationList = F20D9B125E103D0E43831EEE /* Build configuration list for PBXNativeTarget "valuators" */; + buildConfigurationList = 50A3721997385FFE0687CF20 /* Build configuration list for PBXNativeTarget "image" */; buildPhases = ( - 75C5A0064BF156D92069D402 /* Resources */, - BF0DC8E792C66B525BA55560 /* Sources */, - B5335F604BF969A26A3C19B7 /* Frameworks */, - E30BEDE61A5C119B3E774493 /* CopyFiles */, + A6A5020B133638F1FAF73404 /* Resources */, + B2B441BDED5B50E129DC4032 /* Sources */, + 99E2F4C58FE093DD9D39CD12 /* Frameworks */, + B8F81AAF7A3568C15B29CA34 /* CopyFiles */, ); buildRules = ( - 2F4CC70CEB6E2EFAD5255A8C /* PBXBuildRule */, + B67A0136A520222E0A119D95 /* PBXBuildRule */, ); dependencies = ( - 72A3935E4C806D315A1323DD /* PBXTargetDependency */, - D252B463AB4A334A7B7B1190 /* PBXTargetDependency */, + 057F94F3B95924B87D2DE44F /* PBXTargetDependency */, ); - name = valuators; - productName = valuators; - productReference = 7828B8B7CD178AEADA7C3F44 /* valuators.app */; + name = image; + productName = image; + productReference = 1C69C9E6314CEA844DC64276 /* image.app */; productType = "com.apple.product-type.application"; }; - 1BEDBA731D76D0A41A96BF40 /* boxtype */ = { + 25D051DEA6E6EADD5D92ADC6 /* subwindow */ = { isa = PBXNativeTarget; - buildConfigurationList = 4C7FBF07BB1FA80EF7EC811D /* Build configuration list for PBXNativeTarget "boxtype" */; + buildConfigurationList = E810EAFD3F42664633A53FA0 /* Build configuration list for PBXNativeTarget "subwindow" */; buildPhases = ( - E6C4CE8175036A068F45FA62 /* Resources */, - 380E67CFCB20FA56557CE152 /* Sources */, - 9209893D34156CF74255B7B9 /* Frameworks */, - 1B3E73B4EDD2FAF6D65E2D6D /* CopyFiles */, + C71349623E27B5FCA8CE6E2A /* Resources */, + 8E984ACE0A609181800CDF49 /* Sources */, + 2B17A2208A562A545788666F /* Frameworks */, + BEBDC1C86FDD4226BE733C51 /* CopyFiles */, ); buildRules = ( - C126E8D40ACDE7E05F5ACA2F /* PBXBuildRule */, + 208BBCFEC5537DC3B8A2BCA7 /* PBXBuildRule */, ); dependencies = ( - 952385A1F35AEC361819FBA7 /* PBXTargetDependency */, + 7A731FF9A08997DAF57E7260 /* PBXTargetDependency */, ); - name = boxtype; - productName = boxtype; - productReference = 212C4A7E62B9690D56981949 /* boxtype.app */; + name = subwindow; + productName = subwindow; + productReference = A60D88D3B7C62A5102EFB357 /* subwindow.app */; productType = "com.apple.product-type.application"; }; - 1CD1DEFEEE8B5F3C05EB1F3A /* keyboard */ = { + 26177FC7FF7D2C3089E8232B /* preferences */ = { isa = PBXNativeTarget; - buildConfigurationList = B9A83CA12012B1BE1D3C4AD8 /* Build configuration list for PBXNativeTarget "keyboard" */; + buildConfigurationList = 7B4878F54EAEAB836A752E8A /* Build configuration list for PBXNativeTarget "preferences" */; buildPhases = ( - 16296D05000BDD0E02958962 /* Resources */, - C8379E15DEC339884FC761A4 /* Sources */, - E9B5AE6C701C5AD07BBCE475 /* Frameworks */, - C730647A4AEFF8D6EA5E11A0 /* CopyFiles */, + DC538605F760B25DA4605F51 /* Resources */, + 177633A76530B97ED4B01152 /* Sources */, + 10DE0C31873978624F09D9E6 /* Frameworks */, + 8E0CBA83AFE055E57E9205C5 /* CopyFiles */, ); buildRules = ( - 3A0235B9FEC3021AAF38BF84 /* PBXBuildRule */, + F4F8C56C97E39AA158862A3B /* PBXBuildRule */, ); dependencies = ( - A7FCE6CA3469A354E84C4F59 /* PBXTargetDependency */, - 6C290E8BEF67FEBD7616EEB6 /* PBXTargetDependency */, + 1FDC115DA0BED35A70733785 /* PBXTargetDependency */, + 97DD5AF492F6C84135C860E8 /* PBXTargetDependency */, ); - name = keyboard; - productName = keyboard; - productReference = 3F9CB6B80D8684747057C3EA /* keyboard.app */; + name = preferences; + productName = preferences; + productReference = 58008F018B8346DB75D5123A /* preferences.app */; productType = "com.apple.product-type.application"; }; - 1F18E39BFAF97B65A6903240 /* resizebox */ = { + 2864AFEFDD81E54BE549BAD1 /* fast_slow */ = { isa = PBXNativeTarget; - buildConfigurationList = 042566034A35968276CE7602 /* Build configuration list for PBXNativeTarget "resizebox" */; + buildConfigurationList = 3B2183D2AC54247DC0DE0040 /* Build configuration list for PBXNativeTarget "fast_slow" */; buildPhases = ( - D396F60602E5A297C66D139C /* Resources */, - 45B152E931E7E1B3184C5919 /* Sources */, - 366E9885ED37B4D86AFADDD8 /* Frameworks */, - 8171C46058C5B3B221CE8970 /* CopyFiles */, + F2C435C6E94501482079AAF6 /* Resources */, + CD9800FA6D5C94D21C37D048 /* Sources */, + 0A3DC13DC2BDD594FB9ADD29 /* Frameworks */, + 8D1C96F25759541BDA4DBB9E /* CopyFiles */, ); buildRules = ( - 4D2E98B56810242A6C901962 /* PBXBuildRule */, + 8057110412EC9C8A5CD7AD34 /* PBXBuildRule */, ); dependencies = ( - BF277CE16EDE63E8F01532D6 /* PBXTargetDependency */, + EC4197AFB29EFD1F1F36C21F /* PBXTargetDependency */, + 06111FEF38559879CC2DD90D /* PBXTargetDependency */, ); - name = resizebox; - productName = resizebox; - productReference = 2504BF73101D3855871F502E /* resizebox.app */; + name = fast_slow; + productName = fast_slow; + productReference = 9E5C99567980416184EAA866 /* fast_slow.app */; productType = "com.apple.product-type.application"; }; - 25C6F215EC35BD033C8D29E4 /* clock */ = { + 2959C17F72EC52F2706396A6 /* symbols */ = { isa = PBXNativeTarget; - buildConfigurationList = 8D18544A2421EDF17B9E090E /* Build configuration list for PBXNativeTarget "clock" */; + buildConfigurationList = 9444A907234E36D6D32DD6A7 /* Build configuration list for PBXNativeTarget "symbols" */; buildPhases = ( - D20C74C5A0E7BEAB711B40A1 /* Resources */, - EFDC9F4211AE392987222EBB /* Sources */, - 8422A4216C19CF11D94FA2AD /* Frameworks */, - 09B73213F0808C34DF82E7FF /* CopyFiles */, + C5F4F7C2407FD7855C2D6986 /* Resources */, + 150B999DF46EB7B18B58B841 /* Sources */, + D573C8CA16130EED3AAE3123 /* Frameworks */, + CA895FA62154FFB6DA93E328 /* CopyFiles */, ); buildRules = ( - 3601174E9F001FDB94FF73AA /* PBXBuildRule */, + 0F6B3E7AEABDFA556C410A19 /* PBXBuildRule */, ); dependencies = ( - ACA213E2D0814DF55E0F82FA /* PBXTargetDependency */, + 10FE5FDD8540A2663A300BA9 /* PBXTargetDependency */, ); - name = clock; - productName = clock; - productReference = 6E595AFFEFD226EA2CFEC608 /* clock.app */; + name = symbols; + productName = symbols; + productReference = B7FDB6C70159AFC77D44E63C /* symbols.app */; productType = "com.apple.product-type.application"; }; - 313880C5D96BE195676CE72B /* minimum */ = { + 2C28BC0842A41DA49B176161 /* tree */ = { isa = PBXNativeTarget; - buildConfigurationList = C950FB17FA85E7030F7C8CCE /* Build configuration list for PBXNativeTarget "minimum" */; + buildConfigurationList = A664FB9DA12DD1993AF47151 /* Build configuration list for PBXNativeTarget "tree" */; buildPhases = ( - DB5BD98F752837E4C3B132AE /* Resources */, - 7CAE499FD672B3901B8128BF /* Sources */, - 18AFCD582AB0F903BBB0E355 /* Frameworks */, - EC9C83AA93352B04FD8B64C9 /* CopyFiles */, + 2523FEBFC61465A4D1381F82 /* Resources */, + 4A5373EE6CBC4B856D4AC8DA /* Sources */, + C79FCEC8BC681CD2E5B9850E /* Frameworks */, + A06BA7E204DA705095FEFEDA /* CopyFiles */, ); buildRules = ( - B33E468AEBDFB2F136589DCF /* PBXBuildRule */, + 7C9EEFB95BB1226E1459EED1 /* PBXBuildRule */, ); dependencies = ( - EFD9DC0B59847F3E1D689F32 /* PBXTargetDependency */, + BEDA8C420B6DB5FC925F8614 /* PBXTargetDependency */, ); - name = minimum; - productName = minimum; - productReference = 6B5CD0A8B60A3ABDD37170B0 /* minimum.app */; + name = tree; + productName = tree; + productReference = 7A4E5F0B234B007E6D2F15EC /* tree.app */; productType = "com.apple.product-type.application"; }; - 3138F637A5448F0D03A22442 /* editor */ = { + 349A025144D2FB3EB50B624C /* utf8 */ = { isa = PBXNativeTarget; - buildConfigurationList = 524976334830327BCC46EBDB /* Build configuration list for PBXNativeTarget "editor" */; + buildConfigurationList = 6C36ED48AD2A17AFDEAF8551 /* Build configuration list for PBXNativeTarget "utf8" */; buildPhases = ( - 6B199D3BDB8A71BB3951F4F3 /* Resources */, - 3418BD50E9543B4BAB6C53D8 /* Sources */, - 0D69E256EED247A4EA854444 /* Frameworks */, - A3197BE95F8D77373392B3B9 /* CopyFiles */, + 5731D8DB7A74A9018F20E4CA /* Resources */, + B68E532AC81B28C5F544DB73 /* Sources */, + FC15AE99E90F2EC786369228 /* Frameworks */, + 08B9BA398EE220CCE874B2F8 /* CopyFiles */, ); buildRules = ( - 9AC949A4D73EB733740A6398 /* PBXBuildRule */, + 5D44A0858107D0BA89576E93 /* PBXBuildRule */, ); dependencies = ( - EE9FDA53841AE79E9A49E549 /* PBXTargetDependency */, + C05CD60087BDEDDFF84694D3 /* PBXTargetDependency */, ); - name = editor; - productName = editor; - productReference = 6DC387ECEBD670647E6AD996 /* editor.app */; + name = utf8; + productName = utf8; + productReference = 21364B4CE2A54F30FDBF7607 /* utf8.app */; productType = "com.apple.product-type.application"; }; - 31CC2CCA0A6BEE5BCF01C75A /* file_chooser */ = { + 391A7ED8391E9DA6EC93F6EF /* threads */ = { isa = PBXNativeTarget; - buildConfigurationList = 22D5E86DF311BD656067BE00 /* Build configuration list for PBXNativeTarget "file_chooser" */; + buildConfigurationList = DA3B2B7EB0A29D4907321657 /* Build configuration list for PBXNativeTarget "threads" */; buildPhases = ( - 3AE175EB2F27E5B8CBD682AD /* Resources */, - E936392EEEF5CEAEF51CC2B9 /* Sources */, - 3315155B792131E726B6471E /* Frameworks */, - 121AB794102B310F2E52E1CE /* CopyFiles */, + 2011CA1EB967A869F886757C /* Resources */, + 69048DA7AFF11F5BABA54331 /* Sources */, + E91BC9024A5096746C5BB0DE /* Frameworks */, + 01A1E9AEE0E9ECBD32CB9C88 /* CopyFiles */, ); buildRules = ( - E1EB353A3FAAAC4E4573BB87 /* PBXBuildRule */, + F0146243496DCAE19E760929 /* PBXBuildRule */, ); dependencies = ( - C391841FFFDCEFE7FA39D749 /* PBXTargetDependency */, - 41C88F46C28CAD7596CB1726 /* PBXTargetDependency */, - 47BFB099F7EC2FB83F4ACC68 /* PBXTargetDependency */, - 88A58CEED366A0A8250A1440 /* PBXTargetDependency */, + B0B0FD5E4785BC77C5C96A3D /* PBXTargetDependency */, ); - name = file_chooser; - productName = file_chooser; - productReference = 2305AC4DEF55C1D38F48830C /* file_chooser.app */; + name = threads; + productName = threads; + productReference = 5F36673B0B0763EFD101A0D2 /* threads.app */; productType = "com.apple.product-type.application"; }; - 32BBE86B60DD11E4B0FD7139 /* image */ = { + 3A41926E2EEC25BBCAC11985 /* list_visuals */ = { isa = PBXNativeTarget; - buildConfigurationList = 6296892EA7BD619754DBC6A7 /* Build configuration list for PBXNativeTarget "image" */; + buildConfigurationList = 1C5D39D695424723E058EBCC /* Build configuration list for PBXNativeTarget "list_visuals" */; buildPhases = ( - 9162776B2BB9A3712B0DAC67 /* Resources */, - 346B7D4A17D03D7DEF534078 /* Sources */, - 599725997CF01F300F5D56EE /* Frameworks */, - 66B92D4B2A2B7638EBF1C822 /* CopyFiles */, + 4BFD5B1DF6A7198B56E9B3DE /* Resources */, + 729CC85FB8405401D0D9716A /* Sources */, + 2AD9365912B049C798F22C3E /* Frameworks */, + BED8C7ADF274702110316798 /* CopyFiles */, ); buildRules = ( - 5D0382B3E79680B512219CD4 /* PBXBuildRule */, + B6DFD778458AAF8C7A10AA7D /* PBXBuildRule */, ); dependencies = ( - 829D8D8D1D73D69790F47096 /* PBXTargetDependency */, + 75143AE8A11B37C2DD3E690D /* PBXTargetDependency */, ); - name = image; - productName = image; - productReference = 56AC13BEB20C2BC97B3578EC /* image.app */; + name = list_visuals; + productName = list_visuals; + productReference = D6C35534C2D18A237FDEB6C3 /* list_visuals.app */; productType = "com.apple.product-type.application"; }; - 336125C682DB24B63462879A /* tile */ = { + 3ABF98E87375C0D800CC4AB4 /* fltk */ = { isa = PBXNativeTarget; - buildConfigurationList = FB086B380C5FFBCB79041928 /* Build configuration list for PBXNativeTarget "tile" */; + buildConfigurationList = A591B7F7F43543325BFA8872 /* Build configuration list for PBXNativeTarget "fltk" */; buildPhases = ( - 1E7B11D40C1241CC84EAADAB /* Resources */, - 97DF17F684847E51C900DB6E /* Sources */, - A171B4DA424BC0C5C55097B5 /* Frameworks */, - 0747CF02A7F30843010C48D4 /* CopyFiles */, + FE859BACEEB9CBB2BB39C8AC /* Headers */, + 1C98B9C836C591C9C0DF34A1 /* Resources */, + A75C112A1B863593CD1E5C4C /* Sources */, + 377C1D01551A914FA003B749 /* Frameworks */, ); buildRules = ( - B16B3AD46AA496B26FA30F95 /* PBXBuildRule */, + 471103C21F46AAC4BADA5C79 /* PBXBuildRule */, ); dependencies = ( - 5778D4A4915E99E5766BCF90 /* PBXTargetDependency */, ); - name = tile; - productName = tile; - productReference = 9F664AA9DD1140AB46E80029 /* tile.app */; - productType = "com.apple.product-type.application"; + name = fltk; + productName = fltk; + productReference = E2F30B41F85A3E2F2F1DC82D /* fltk.framework */; + productType = "com.apple.product-type.framework"; }; - 37CBEC4190C4016B0E885DC7 /* shape */ = { + 3BA29EC7DB3B891D4D02EC96 /* resizebox */ = { isa = PBXNativeTarget; - buildConfigurationList = 6F8147214982BF5FFA528E8F /* Build configuration list for PBXNativeTarget "shape" */; + buildConfigurationList = D0B07D5FA60443792ABFCF12 /* Build configuration list for PBXNativeTarget "resizebox" */; buildPhases = ( - 76ED9A66CAF9A71DA9D1224B /* Resources */, - 3515D2BB207FAC0E12ECADEB /* Sources */, - 16E5725CDA047FAE00F51406 /* Frameworks */, - B903C11F196ADBAF08D6E304 /* CopyFiles */, + 64E0A73D3EBCF8E571FDA81F /* Resources */, + 56125B3F2DC3BE3EA02E1D51 /* Sources */, + 03EBB1CA9348190A9BE83A6C /* Frameworks */, + D92316B5FEABFFFCD4C47189 /* CopyFiles */, ); buildRules = ( - ECF3123C106E1BC8803A7563 /* PBXBuildRule */, + D7B75DEE169FF39FEFF7AA1A /* PBXBuildRule */, ); dependencies = ( - 07A609D789160CFEC68953CE /* PBXTargetDependency */, - 8E8C849EBE6CD18440F8DEF7 /* PBXTargetDependency */, + D9EDAA82871394C47C854669 /* PBXTargetDependency */, ); - name = shape; - productName = shape; - productReference = A4D208DA2B4CCF6236D356F2 /* shape.app */; + name = resizebox; + productName = resizebox; + productReference = 0405CEA0954B193ECCB38C98 /* resizebox.app */; productType = "com.apple.product-type.application"; }; - 3B656EB52FA0EFC2F456E2F8 /* browser */ = { + 3EAF86B50E57A2AD987848F5 /* pixmap */ = { isa = PBXNativeTarget; - buildConfigurationList = 7AFB091E58044F89AC2C7987 /* Build configuration list for PBXNativeTarget "browser" */; + buildConfigurationList = D90CB11EA11D0ABC5423240D /* Build configuration list for PBXNativeTarget "pixmap" */; buildPhases = ( - 09D7F00DBA8147BBB61E1650 /* Resources */, - 8635ABB8B0D98093B32F51BB /* Sources */, - 53440AB9FA01D692F905CF76 /* Frameworks */, - 07DDA80E4F3EBA6138C59C64 /* CopyFiles */, + AAB85583F15D2FCD5CB0F104 /* Resources */, + 20E49E29363FAD298A5B2640 /* Sources */, + CD57633491A50E46EA850807 /* Frameworks */, + EEF287B5F80F4ADEE830001D /* CopyFiles */, ); buildRules = ( - 4BBD607D3B4C73EDE4CF7566 /* PBXBuildRule */, + 7C89B4B5C80EAEBFF412DDC4 /* PBXBuildRule */, ); dependencies = ( - C2231838A0E2942807949D17 /* PBXTargetDependency */, + 4C6C94809CAB552AF87A2D98 /* PBXTargetDependency */, ); - name = browser; - productName = browser; - productReference = 8333AA27E0FB02539D816884 /* browser.app */; + name = pixmap; + productName = pixmap; + productReference = CFF6B2F8AC0CEF77F7A70C2E /* pixmap.app */; productType = "com.apple.product-type.application"; }; - 40584DA3ECB95083736746E5 /* fast_slow */ = { + 42D2BA94995245E8650D7F11 /* button */ = { isa = PBXNativeTarget; - buildConfigurationList = BCDB767074470262CF16867E /* Build configuration list for PBXNativeTarget "fast_slow" */; + buildConfigurationList = E6FC53DF4F87F8FBD462722B /* Build configuration list for PBXNativeTarget "button" */; buildPhases = ( - 6B211BDC5489E2A1B809E65A /* Resources */, - AF0413FF72304DE23C4A2EC0 /* Sources */, - AEC25A229C37E37F57D39446 /* Frameworks */, - F084BC2DDC4E8FDA3E7B1252 /* CopyFiles */, + 5579696D6A7954F51277BC79 /* Resources */, + 98857AA7DE0692A190EC2651 /* Sources */, + 5E70893626F82141842D1C1B /* Frameworks */, + D4687C9A8B408CD652286B09 /* CopyFiles */, ); buildRules = ( - 90F5AB3E264452AF9E859B15 /* PBXBuildRule */, + A4B0E7286C79056A1829F164 /* PBXBuildRule */, ); dependencies = ( - FE97D979056763E99D77ABAB /* PBXTargetDependency */, - FA0C238AC13FB23BC3AD69D2 /* PBXTargetDependency */, + 46A623770A231AD537A9F7B0 /* PBXTargetDependency */, ); - name = fast_slow; - productName = fast_slow; - productReference = 08923864A1A5C08548F5163F /* fast_slow.app */; + name = button; + productName = button; + productReference = 75EC9596CA92062CB28A48D8 /* button.app */; productType = "com.apple.product-type.application"; }; - 5200B2427A455B19E513605C /* Demo */ = { + 4528ADF243A9EC2D9F77D5EA /* adjuster */ = { isa = PBXNativeTarget; - buildConfigurationList = 2F8967F0C3EA720E9ECC3E5B /* Build configuration list for PBXNativeTarget "Demo" */; + buildConfigurationList = 2CFDDA68F0A36915928E6A79 /* Build configuration list for PBXNativeTarget "adjuster" */; buildPhases = ( - F6DACFCC423FA5E678E38486 /* Resources */, - 8C2933F57981625F53928C95 /* Sources */, - 3221EF142010DC5961015247 /* Frameworks */, - 52598CB6C3EEEE595985C991 /* CopyFiles */, + D5A215DE32C2C2C5C3EE4E8E /* Resources */, + DB6736682EB1480D9C9ED581 /* Sources */, + 1E52B5D2C83A7FD56FC6DBE0 /* Frameworks */, + 30AF04C928C19F9CE8FA8AF0 /* CopyFiles */, ); buildRules = ( - 790DD0F4E7F49E7874E50A13 /* PBXBuildRule */, + 53ADB8A7845A77EB3CD09423 /* PBXBuildRule */, ); dependencies = ( - 5ED187E004E004823DCDD550 /* PBXTargetDependency */, - DD2B4E6E31140B0559A3C69A /* PBXTargetDependency */, - F683C8EA31010735887F91F4 /* PBXTargetDependency */, - D632FFA24DCB19E342B7335F /* PBXTargetDependency */, - 1CCEC74E5AB42A945D8B0F04 /* PBXTargetDependency */, - 40C801D31618A51413E9F86F /* PBXTargetDependency */, - F2C777F2407AAF789DE8D3AF /* PBXTargetDependency */, - 6228546507A8C416E3148A7A /* PBXTargetDependency */, - 2A9493CDB47581FAA0CC35B2 /* PBXTargetDependency */, - 4E30511D3D36113120048979 /* PBXTargetDependency */, - 96FD6D726AD5FF6353EFECAA /* PBXTargetDependency */, - 7CBA34EFE26FDAC0B7E9A964 /* PBXTargetDependency */, - 56D69F02D2A716BD50C2E240 /* PBXTargetDependency */, - 8EC98AB865AF60BD68E00605 /* PBXTargetDependency */, - 8302506B7E9F52CB1D0F8F25 /* PBXTargetDependency */, - DE183A730BE8CECDE153CD1D /* PBXTargetDependency */, - 94F69707A42D74017F137272 /* PBXTargetDependency */, - 13B27823B26A5B7C2B95B1FD /* PBXTargetDependency */, - 8D2DABEE69470E3033E1BE5E /* PBXTargetDependency */, - 6317EEB12C5D09C2F8CE1D12 /* PBXTargetDependency */, - 5BBB6F1152ED39ABA1E6DAA8 /* PBXTargetDependency */, - BAABF26B0DFA6766896E536B /* PBXTargetDependency */, - E1596D6108B9CBF23F396B9A /* PBXTargetDependency */, - CCB34B262CA64BA264033F29 /* PBXTargetDependency */, - A72C6B0AD0CE082B5DF91370 /* PBXTargetDependency */, - 306E6196DC38B3BDC4BAFF8C /* PBXTargetDependency */, - 34961E5B82F4E7B50896C58B /* PBXTargetDependency */, - 22A5AC835D717BF8F6741E56 /* PBXTargetDependency */, - 65F08C84AD63E786096609FF /* PBXTargetDependency */, - 61FA1AE4C52EC473C41BC1C4 /* PBXTargetDependency */, - 39AE5332B12A5ABE53527C6C /* PBXTargetDependency */, - 6A85D9D883004FAF8A2208B1 /* PBXTargetDependency */, - AD210375986AD31FC043FE99 /* PBXTargetDependency */, - 52B14D8B2013C56EB5968EE0 /* PBXTargetDependency */, - 3D85EDECD701F51743ED9839 /* PBXTargetDependency */, - A0ABA9D7AEEA581EF0EA9DBD /* PBXTargetDependency */, - C9174BA4202846D5099C877E /* PBXTargetDependency */, - 90A6CA6EF822F0DBCB50BFCC /* PBXTargetDependency */, - 92DBFBA3AB342922176103FB /* PBXTargetDependency */, - 1883452FE335219F775505DF /* PBXTargetDependency */, - CA605BA16A6C696197F7C3F5 /* PBXTargetDependency */, - E52DE11DB244B2B8F04E8D45 /* PBXTargetDependency */, - 64C78BFE4CB3BE355B901AB2 /* PBXTargetDependency */, - 34A0290A00FB549EDE528F15 /* PBXTargetDependency */, - 9C48602B299C83CBC35EE484 /* PBXTargetDependency */, - C9B9ACA2A523427548647E0D /* PBXTargetDependency */, - 353E202A63D730EB91FC15D6 /* PBXTargetDependency */, - 749509CEDC9311ECC28EAFA6 /* PBXTargetDependency */, - 17C7DB19E394A6178A5BABEB /* PBXTargetDependency */, - 6ABEF80D0E558DCFAA1C9731 /* PBXTargetDependency */, - 67EEE419A0417A0578750C05 /* PBXTargetDependency */, - 2F39FCDDD4A7914C83F6D343 /* PBXTargetDependency */, - E75374072FFF3689C72C352B /* PBXTargetDependency */, - EC8C98C1947284F6ED65FEF2 /* PBXTargetDependency */, - D844BC5BC13505F86C77443E /* PBXTargetDependency */, - 64CCAE3A5DE5259AA9F790C9 /* PBXTargetDependency */, - C8F7F0B8E98D3C965B627FF6 /* PBXTargetDependency */, - 9F8E3385351FA9EF0AF0FAD1 /* PBXTargetDependency */, - E7DF515529CCBD0C928B34D5 /* PBXTargetDependency */, - E9000130E64A79C2EED8D1CC /* PBXTargetDependency */, - 816498D6FDF804322A9D1388 /* PBXTargetDependency */, - 43AE00460C4781DDFE37C0BA /* PBXTargetDependency */, - 0BD69CC80981F35BBE22788C /* PBXTargetDependency */, - 6CFE17AD76B19043195505C0 /* PBXTargetDependency */, - A12B056C7CB2C9FF7B61DC38 /* PBXTargetDependency */, - 66C72F7AEAA27697E181E02B /* PBXTargetDependency */, - 0B6A34D842875B5AD8E1B99F /* PBXTargetDependency */, + 2D671A673820AB0FC137D450 /* PBXTargetDependency */, ); - name = Demo; - productName = Demo; - productReference = 4164938B1DB745A556EBD928 /* Demo.app */; + name = adjuster; + productName = adjuster; + productReference = DBF7AA5678DBFE53DA089967 /* adjuster.app */; productType = "com.apple.product-type.application"; }; - 5A2F1BC229BBE1CE83F31401 /* list_visuals */ = { + 4568D54E208BECA489EE453A /* menubar */ = { isa = PBXNativeTarget; - buildConfigurationList = DC25AABB179E8C0047729580 /* Build configuration list for PBXNativeTarget "list_visuals" */; + buildConfigurationList = BF668D7845D7B9050A0FF3D1 /* Build configuration list for PBXNativeTarget "menubar" */; buildPhases = ( - A70199E6D7FE4823AFF8FAE9 /* Resources */, - BA083E479340CDB6D85A76AE /* Sources */, - 186534789623FC4624D7A6FE /* Frameworks */, - 216B6E7A2E1FB419997FF769 /* CopyFiles */, + AB3B124B1EA2B735DC3E6897 /* Resources */, + DDC3285162E0D924BAE2F1D3 /* Sources */, + CDA06A98176E29D8AD65635A /* Frameworks */, + D38793CE952A460698355D82 /* CopyFiles */, ); buildRules = ( - 321C3279F00003883113FA9A /* PBXBuildRule */, + C1C917A11B954482E48041C6 /* PBXBuildRule */, ); dependencies = ( - 2EF62B8763C68E9905FFDE8C /* PBXTargetDependency */, + 4C24E65099FEA65CBFE7806C /* PBXTargetDependency */, ); - name = list_visuals; - productName = list_visuals; - productReference = 692F2E83E2A9A4BC92B3E8C3 /* list_visuals.app */; + name = menubar; + productName = menubar; + productReference = 4C0FFFBC2AC7DB7F70EE6594 /* menubar.app */; productType = "com.apple.product-type.application"; }; - 5A40C351BDA10880A6EDCAEA /* fonts */ = { + 481C361FC039B9B3FA248DBF /* iconize */ = { isa = PBXNativeTarget; - buildConfigurationList = 2B954966DFA22AFF034BD371 /* Build configuration list for PBXNativeTarget "fonts" */; + buildConfigurationList = 8B9DBA0A9E2EE6098C8E8CD9 /* Build configuration list for PBXNativeTarget "iconize" */; buildPhases = ( - D692F63EB3429C9E17CBACD4 /* Resources */, - 818493560306AE3F82553F12 /* Sources */, - 46082B412C91706D557FF939 /* Frameworks */, - B1F426DAD171AC278F235A0B /* CopyFiles */, + B8F25EFEA7760A0EB2609629 /* Resources */, + C38D459281B4F6A346F0E947 /* Sources */, + D02DAAE7BAF586138EE4BE41 /* Frameworks */, + 30BDC55FAD3BB0C7841C6802 /* CopyFiles */, ); buildRules = ( - C54B819AA3F1BE71770520AF /* PBXBuildRule */, + 7287A5158F923C62F0B07AB3 /* PBXBuildRule */, ); dependencies = ( - 8507143B47A22EB46DF64695 /* PBXTargetDependency */, + 8E54CC7BB248D8B6C5AA2C38 /* PBXTargetDependency */, ); - name = fonts; - productName = fonts; - productReference = 8F64FB14EB14A7FF9B6AB35D /* fonts.app */; + name = iconize; + productName = iconize; + productReference = D1F5F488BAEA10B9D5E69395 /* iconize.app */; productType = "com.apple.product-type.application"; }; - 5B44A612123E52A5E453CA89 /* menubar */ = { + 48DFC1A83348A88F55F852A3 /* pack */ = { isa = PBXNativeTarget; - buildConfigurationList = 39E3803A0C55AF321CE1B296 /* Build configuration list for PBXNativeTarget "menubar" */; + buildConfigurationList = 9CB301054DDEA5042D78C27F /* Build configuration list for PBXNativeTarget "pack" */; buildPhases = ( - 40D60393926669A1BCA84495 /* Resources */, - DFFCAAB6D565A9D114874B7A /* Sources */, - 432BD9EB9205E57BA76D625A /* Frameworks */, - 2FB670ACE66519BE0AD0AFF5 /* CopyFiles */, + DB61E40C1CA414B9E79EC1DF /* Resources */, + 0C2A6C6DECD68B0FCE11884C /* Sources */, + 17C9162E9690887BAFC3DB03 /* Frameworks */, + 0DC9E69EFD89E16085359213 /* CopyFiles */, ); buildRules = ( - 1DE3C6659E752DB6CB42CA15 /* PBXBuildRule */, + D80E42DD738CEC6BDDDEDC43 /* PBXBuildRule */, ); dependencies = ( - EDD1803010B21EBE87384C73 /* PBXTargetDependency */, + 4436C3C60EB568B92EA901FC /* PBXTargetDependency */, ); - name = menubar; - productName = menubar; - productReference = 51D405E51D174960F3E5B1F1 /* menubar.app */; + name = pack; + productName = pack; + productReference = 7E88160608C7CB879006E073 /* pack.app */; productType = "com.apple.product-type.application"; }; - 5C6C0F6C005F3D9D8A5B6F4A /* button */ = { + 4CBF414F40D23591832FAAC4 /* fltkpng */ = { isa = PBXNativeTarget; - buildConfigurationList = 056569FACF4114351DD9166C /* Build configuration list for PBXNativeTarget "button" */; + buildConfigurationList = 6EBA92A2FF2B8417D6730355 /* Build configuration list for PBXNativeTarget "fltkpng" */; buildPhases = ( - 569BAA47DBB0949ED75E87AF /* Resources */, - 61A2D60F0BB8DF48C3717FB7 /* Sources */, - 66478819C0BD323F5BB84311 /* Frameworks */, - 8349D269D5EA3E8241B878D1 /* CopyFiles */, + D1EA8A46780A5E3019B8134D /* Headers */, + 68E65E3B32469E8C048FA8E4 /* Resources */, + E2395E8BD43EE9E8E297CC3D /* Sources */, + 356AE3AC72EE6E2872794FBF /* Frameworks */, ); buildRules = ( - 4C3676F438725EEED0ADECC8 /* PBXBuildRule */, + 1FCD3526F62200B68FC8A2D1 /* PBXBuildRule */, ); dependencies = ( - 35CDD240E7A5FAC7B606357D /* PBXTargetDependency */, + FFC24D3E2888F258FAC565FE /* PBXTargetDependency */, ); - name = button; - productName = button; - productReference = 24407A5F94DCC2A4DF7DA26B /* button.app */; - productType = "com.apple.product-type.application"; + name = fltkpng; + productName = fltkpng; + productReference = 9C9E47378CE2AD50EE425295 /* fltkpng.framework */; + productType = "com.apple.product-type.framework"; }; - 5E50184D3F6541ABA795F2F0 /* color_chooser */ = { + 4FD136F3079016C3C360606F /* pixmap_browser */ = { isa = PBXNativeTarget; - buildConfigurationList = 80DB4CA356BA10B52E555C1B /* Build configuration list for PBXNativeTarget "color_chooser" */; + buildConfigurationList = E2618E616F59580374A28580 /* Build configuration list for PBXNativeTarget "pixmap_browser" */; buildPhases = ( - 96A49C9F1AB19CCD15B2EBFD /* Resources */, - 464E5C8FA86930CE3027DA2B /* Sources */, - 918D4D49813B316F39829AB2 /* Frameworks */, - BDC11FF866277643C8E8489E /* CopyFiles */, + 183DC5AEB623D51DD1D8A1E1 /* Resources */, + FD2D21C1D574FC5220A6ED25 /* Sources */, + 540937BDAB7D5EE7A8A28C86 /* Frameworks */, + 6E7D1812844A01A4B3AAAA3C /* CopyFiles */, ); buildRules = ( - F787E8BFE79E4725AB077CF6 /* PBXBuildRule */, + 94DE0E4451FD31095E3521FD /* PBXBuildRule */, ); dependencies = ( - 932EEDD7F0133B77FE1E33D0 /* PBXTargetDependency */, + 8C82E27A5455C27892014372 /* PBXTargetDependency */, + 46ADAF06BF575D7A4722469E /* PBXTargetDependency */, + 402F5F82823F695CDC37E408 /* PBXTargetDependency */, + 2AA56E264382175147A9AB7F /* PBXTargetDependency */, ); - name = color_chooser; - productName = color_chooser; - productReference = E69A04BCFDE0DE43FE7B83B9 /* color_chooser.app */; + name = pixmap_browser; + productName = pixmap_browser; + productReference = D004530AE01B0D47F73BEE5E /* pixmap_browser.app */; productType = "com.apple.product-type.application"; }; - 6CDEA063482C9CACFD359DDC /* input_choice */ = { + 56C781B767769EAF1F782BBA /* Demo */ = { isa = PBXNativeTarget; - buildConfigurationList = BF8B3999359B351D48D6D9C5 /* Build configuration list for PBXNativeTarget "input_choice" */; + buildConfigurationList = 616DBAAB3847FD126FDC2886 /* Build configuration list for PBXNativeTarget "Demo" */; buildPhases = ( - CD77ABE9D21426EEC7927604 /* Resources */, - A2419C37A1AB1DB092A2BF3C /* Sources */, - 31B29CAF8B50F27C9DB5DF8B /* Frameworks */, - 2BC11C142DA21BC7559402C0 /* CopyFiles */, + 1248B67EDACF7A2411CFF806 /* Resources */, + 7198DD314A2B9F5BC232E62F /* Sources */, + 33D6C08A758DB498C2792BD7 /* Frameworks */, + 4183E69870C9AF9BE0870794 /* CopyFiles */, ); buildRules = ( - 0AA82FC7097536A20270C6FF /* PBXBuildRule */, + 48A7CFD39ACB6C4F5A04B5F3 /* PBXBuildRule */, ); dependencies = ( - B1BD786A4580762E2F571A7F /* PBXTargetDependency */, + 7C6A3EA737432B581FEC723E /* PBXTargetDependency */, + 785E57E6755EE86BDDB7277E /* PBXTargetDependency */, + 61F1DF80937A97B4685F5F98 /* PBXTargetDependency */, + 4E08CB8ECED999B699122BB5 /* PBXTargetDependency */, + 27D68646B0CCC2B68B040401 /* PBXTargetDependency */, + 295F1B489E85F276DD90095A /* PBXTargetDependency */, + 4C96B899199CE1EEFB86F6BE /* PBXTargetDependency */, + 8A901B76005C8766E87C4592 /* PBXTargetDependency */, + 66484F79E29B4A536359EC37 /* PBXTargetDependency */, + A375FC00579F59EDD6D815C1 /* PBXTargetDependency */, + 74D79C37E49B60E3AE58F77E /* PBXTargetDependency */, + 97D3D0220CC51398B202BB42 /* PBXTargetDependency */, + B3F16C569BF46040DDB7EF0A /* PBXTargetDependency */, + CFD04BA2E7F6E2A747731993 /* PBXTargetDependency */, + AE08AE4C6C2F04A1000F02E2 /* PBXTargetDependency */, + AFEDE446FD6E706F5CC69C7A /* PBXTargetDependency */, + 7F7A587E42BCC112DA1ADAC3 /* PBXTargetDependency */, + ED0AF56F65557113E6311DA8 /* PBXTargetDependency */, + AFA45502233CC3086B45D17E /* PBXTargetDependency */, + A4F5E2467BB32A3C931B956F /* PBXTargetDependency */, + 4BF3E28CBB9CAC9F39A09525 /* PBXTargetDependency */, + E7321606CDF869E23886F42F /* PBXTargetDependency */, + 71B8DEC5EB7FC50A97638FF7 /* PBXTargetDependency */, + AA56113B7FE9AB4AEEDE0096 /* PBXTargetDependency */, + 0B7A68CABF8A8E142C99AE3F /* PBXTargetDependency */, + A389503F4314687BA3F4727A /* PBXTargetDependency */, + A20B62FF136C500D18806554 /* PBXTargetDependency */, + 809188CF1F422F4DB3BA8970 /* PBXTargetDependency */, + B47EF06644E0A637B5528ABB /* PBXTargetDependency */, + BD72DC51670F07A2D35B1C02 /* PBXTargetDependency */, + 14680E565D5FE4BF1EBADB69 /* PBXTargetDependency */, + 5C8C9134A5B3AD65CBDB825F /* PBXTargetDependency */, + EF226495BAFE8235418208A0 /* PBXTargetDependency */, + 5FE58FF902DFC0B39BA0E7BF /* PBXTargetDependency */, + 6BFB6A4076320905F3604B20 /* PBXTargetDependency */, + F38B8314ED32E011EF35606F /* PBXTargetDependency */, + 30A77A3A0317B932BD1FD672 /* PBXTargetDependency */, + 5B48AEC7FCDB7C5D5DE19339 /* PBXTargetDependency */, + B8D220489EBC871452161C7D /* PBXTargetDependency */, + 3743AB4A656735B4D6A7E3A7 /* PBXTargetDependency */, + CC43B782E8672716BFDA72BD /* PBXTargetDependency */, + 2DA7E73BDB758AEB30BFA1B1 /* PBXTargetDependency */, + 5B006AE448F8BA91CDCDCB01 /* PBXTargetDependency */, + F232D5D306E40B0CC46F13B5 /* PBXTargetDependency */, + 003E8DE8604D382579BE7182 /* PBXTargetDependency */, + A2AF13D8F9FA765A9322C3CB /* PBXTargetDependency */, + B341B65AFEE55DC309D4EC49 /* PBXTargetDependency */, + EB4D73F4B9CB3F0F6B3A9F31 /* PBXTargetDependency */, + DFD636C25460A397C1139B7B /* PBXTargetDependency */, + 20A9A46F5DAF01D850F56F90 /* PBXTargetDependency */, + E4092165AF95C56B155A4570 /* PBXTargetDependency */, + 4F8CA4B0B2C2DBC55D601688 /* PBXTargetDependency */, + 19122EB7B6B200B4BD8E210B /* PBXTargetDependency */, + EDD62D54856114B2310BA0D0 /* PBXTargetDependency */, + 31F62F4B19EC03876A77129D /* PBXTargetDependency */, + F6D855427C0BF5295C2EFA32 /* PBXTargetDependency */, + 1C5E68CCF277935F2D3BE1C9 /* PBXTargetDependency */, + 1A0A9550E3845E3CFD4978AC /* PBXTargetDependency */, + 9B4AE702D6F58C033129DE07 /* PBXTargetDependency */, + DCA251228CB447AEB90B47E3 /* PBXTargetDependency */, + 7DA6E294FCD9E5261769A981 /* PBXTargetDependency */, + C4340B49667A8217B99482EB /* PBXTargetDependency */, + CCB2564E5FC0FDC08919466F /* PBXTargetDependency */, + 429A41D4DA77BE6234C678EB /* PBXTargetDependency */, + 3BA36CD41AF3072245280626 /* PBXTargetDependency */, + 0D73AC53BAADC3E82667D71E /* PBXTargetDependency */, + 06E888C55B701933A53FBFAA /* PBXTargetDependency */, + E49C0FAB9FE9C33ACD8D1FCD /* PBXTargetDependency */, ); - name = input_choice; - productName = input_choice; - productReference = C552A0F172B2294DBC4CDDEA /* input_choice.app */; + name = Demo; + productName = Demo; + productReference = 9481B22D154B9BD8690C0146 /* Demo.app */; productType = "com.apple.product-type.application"; }; - 712949D037177CB16EC7414F /* fltk_forms */ = { + 59E615E105CF0E02E4268CD4 /* input */ = { isa = PBXNativeTarget; - buildConfigurationList = D23121FE77C10B7B0BAE497D /* Build configuration list for PBXNativeTarget "fltk_forms" */; + buildConfigurationList = 4F1EAFE82BEF52EC771712AD /* Build configuration list for PBXNativeTarget "input" */; buildPhases = ( - 4417509F2B9073B8656F4C1C /* Headers */, - B6A31FAAC730D8C3A2B7CB2B /* Resources */, - 48521AA26C079163D40FA630 /* Sources */, - C6ACE69E1B59E0E107A71102 /* Frameworks */, + 95330A490CF3E1CA266E445B /* Resources */, + 6E823851192BB4DE5B473CE3 /* Sources */, + 51A67C52AC88BA04B5575DE1 /* Frameworks */, + 3A05D8A34CEDEF4DDE119F20 /* CopyFiles */, ); buildRules = ( - D72F952C20B675FB14064E73 /* PBXBuildRule */, + B88A0547A6566DDBA8B22BB0 /* PBXBuildRule */, ); dependencies = ( - 01FC31E6FB8403B85B798353 /* PBXTargetDependency */, + 42B5ACE3163F7D4C0E8CDCBF /* PBXTargetDependency */, ); - name = fltk_forms; - productName = fltk_forms; - productReference = 25E550F6C6D5965A8BC28C76 /* fltk_forms.framework */; - productType = "com.apple.product-type.framework"; + name = input; + productName = input; + productReference = CD960B4A0C2AF9FF6FAEC811 /* input.app */; + productType = "com.apple.product-type.application"; }; - 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */ = { + 5E7A3EDB215C446D4DCA8CDF /* help */ = { isa = PBXNativeTarget; - buildConfigurationList = CD44246549A88C74251AD65B /* Build configuration list for PBXNativeTarget "fltk_jpeg" */; + buildConfigurationList = 9EE2813E7546E79BD82EA158 /* Build configuration list for PBXNativeTarget "help" */; buildPhases = ( - 2F62D3C2CA108493318581CD /* Headers */, - 73B493F7255198686A118CE9 /* Resources */, - E8A91F95D778210F85E35BE7 /* Sources */, - F9E2F324BD93B76D5B510C61 /* Frameworks */, + 979FDC97E95FD6F9391DBE02 /* Resources */, + FD0FEEF257D338BAA3A4E8EC /* Sources */, + 560802AAB90FB5E4AC65DF55 /* Frameworks */, + C7E19C54C9087C5738B31696 /* CopyFiles */, ); buildRules = ( - 18F943A9FA5399E5B14A1B7F /* PBXBuildRule */, + 9DFB67BE794D82AD436ABA94 /* PBXBuildRule */, ); dependencies = ( + BEC8AA79CDCABF5A101A6035 /* PBXTargetDependency */, + 03DB36DACE01D7252BEC5AFD /* PBXTargetDependency */, + E2DB2ECB4E9203C46ADCC26D /* PBXTargetDependency */, + 8E78839A09B336105EB14ECF /* PBXTargetDependency */, ); - name = fltk_jpeg; - productName = fltk_jpeg; - productReference = C06E84C933D30466814F6CA1 /* fltk_jpeg.framework */; - productType = "com.apple.product-type.framework"; + name = help; + productName = help; + productReference = E340F6741B194B3774702646 /* help.app */; + productType = "com.apple.product-type.application"; }; - 75037DFD9477A8CD0F837DB8 /* tiled_image */ = { + 6701F62279687EF2CDCD71DA /* radio */ = { isa = PBXNativeTarget; - buildConfigurationList = 68035AC4A1509AEDDC8B8A76 /* Build configuration list for PBXNativeTarget "tiled_image" */; + buildConfigurationList = 5C6772CA031E5012688FB652 /* Build configuration list for PBXNativeTarget "radio" */; buildPhases = ( - E8281834967FDC7A64A90613 /* Resources */, - 1F3263BE4B5FF08B2F2DF8C8 /* Sources */, - 3FA44DEA7E505153EE6805BE /* Frameworks */, - BBFC4ED919A2197E85E87476 /* CopyFiles */, + C13E271D346C38C93E5B249A /* Resources */, + FA864CCD3DED1791A2FCFC9F /* Sources */, + 2CEC8F3AE5150E0B5580D4F5 /* Frameworks */, + 1ACB35CCA6453807F3DCC78E /* CopyFiles */, ); buildRules = ( - 371F9083741F74E461AF5FF9 /* PBXBuildRule */, + 68A63795C14A0466F029BA6A /* PBXBuildRule */, ); dependencies = ( - DC7E4AE37B20649FA717DA4F /* PBXTargetDependency */, - A934258BCEDCCD663D1C068C /* PBXTargetDependency */, - 1FC168B15DB2D9FE0EF286FD /* PBXTargetDependency */, - 20FA8D587982A87B615B7473 /* PBXTargetDependency */, + 945A4191438794466269AACA /* PBXTargetDependency */, + 0DC7E29540B0A2D2E2BF024B /* PBXTargetDependency */, ); - name = tiled_image; - productName = tiled_image; - productReference = 1C1B0736D90F0480F6757616 /* tiled_image.app */; + name = radio; + productName = radio; + productReference = AED8851845D14730C2AD577E /* radio.app */; productType = "com.apple.product-type.application"; }; - 78F0A6E4BB3A4A95F65B790B /* table */ = { + 676F1B35268D7DED3A3710A4 /* fltkjpeg */ = { isa = PBXNativeTarget; - buildConfigurationList = 81D32657AC62021FB199E1EC /* Build configuration list for PBXNativeTarget "table" */; + buildConfigurationList = 3276E42C93EC51D136C8C354 /* Build configuration list for PBXNativeTarget "fltkjpeg" */; buildPhases = ( - 5DB2AF2B21113EE9315209DA /* Resources */, - 8AC39B5A62EB17161C3D03D4 /* Sources */, - 6D156E47CBE3C34CEEF50ED0 /* Frameworks */, - BA097DB47117456D7AE56FC5 /* CopyFiles */, + 1452B7D7EEF5FFFBC364A597 /* Headers */, + EDCAD17515AAC8537E693CA2 /* Resources */, + 294B86B5D287C13CDD2712FE /* Sources */, + C546B15F0D207D2C50475F16 /* Frameworks */, ); buildRules = ( - 730719BEE49520D16529E6E7 /* PBXBuildRule */, + 1BC628D5FF14E635AAF86357 /* PBXBuildRule */, ); dependencies = ( - BF3BAEDFF4284F4DCA36ED47 /* PBXTargetDependency */, + 11C5DEDF9C3E2C59D951CD51 /* PBXTargetDependency */, ); - name = table; - productName = table; - productReference = 66E57EC7354F1E63E57B5F2C /* table.app */; + name = fltkjpeg; + productName = fltkjpeg; + productReference = 561A9E10357CD5B6C59F4359 /* fltkjpeg.framework */; + productType = "com.apple.product-type.framework"; + }; + 68B1C1D70113E7F9E82105DA /* native-filechooser */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1A6DCD460220A6DC40E2A67D /* Build configuration list for PBXNativeTarget "native-filechooser" */; + buildPhases = ( + 3BFA9E4FF0BE7C671D1D5ECD /* Resources */, + 7096DFC681B7CE7590615B4B /* Sources */, + E01914854BEF2B1106FCBFD9 /* Frameworks */, + 590F3E28ED5A7133C2C60B14 /* CopyFiles */, + ); + buildRules = ( + 6EDDDC66035AB6D70FC9D631 /* PBXBuildRule */, + ); + dependencies = ( + 98DFF49E4F97253C6D35A4D7 /* PBXTargetDependency */, + ); + name = "native-filechooser"; + productName = "native-filechooser"; + productReference = A3CF4CE461C951A35B3C7D90 /* native-filechooser.app */; productType = "com.apple.product-type.application"; }; - 7A7566EF76439B31C1F0B7D2 /* hello */ = { + 69D47846901200294DC6E282 /* tabs */ = { isa = PBXNativeTarget; - buildConfigurationList = B00C60FAA5E3488C00EABE32 /* Build configuration list for PBXNativeTarget "hello" */; + buildConfigurationList = 522F67C6CAEDB0B54DC0CC30 /* Build configuration list for PBXNativeTarget "tabs" */; buildPhases = ( - E55F541E5F4D72967A267D91 /* Resources */, - 838E86EF0455D377C2AFFCBD /* Sources */, - DDF70168FAE234F1B5A0A661 /* Frameworks */, - 1CB5C697A402CC95351C27AD /* CopyFiles */, + 4C6A2DB38E387ED911327EE5 /* Resources */, + 0A60C6246B405E58444E4FD4 /* Sources */, + 1902C5EE12B61C1C29B23033 /* Frameworks */, + 0FE77883FA822DF6C36B9D68 /* CopyFiles */, ); buildRules = ( - 069BBF29F5CB3E9D59101B8A /* PBXBuildRule */, + A97791F1CCECEBF3E9B04B36 /* PBXBuildRule */, ); dependencies = ( - AA3DC032C46140B1D4488450 /* PBXTargetDependency */, + D71A4CA9BC4F04348F34DF36 /* PBXTargetDependency */, + F0EEAF7FD0BC2711FFCE8AF9 /* PBXTargetDependency */, ); - name = hello; - productName = hello; - productReference = D186CB6ABCFB0B0278421716 /* hello.app */; + name = tabs; + productName = tabs; + productReference = A8A61970E11D4285E34A339C /* tabs.app */; productType = "com.apple.product-type.application"; }; - 7AACCDB8BF5A9D4A32D08C1C /* output */ = { + 7197F8D88EBFAF567FC091DE /* message */ = { isa = PBXNativeTarget; - buildConfigurationList = 795DB439EDE744FC63B888D3 /* Build configuration list for PBXNativeTarget "output" */; + buildConfigurationList = A92651B461E2195F8F42645D /* Build configuration list for PBXNativeTarget "message" */; buildPhases = ( - B2DB7E625751FC2D669EC880 /* Resources */, - A48B295485AFF835AA23A507 /* Sources */, - 363FD393BA21B7A66AA6F35F /* Frameworks */, - 8343FAABEEF3576E214EB109 /* CopyFiles */, + 7F8FC108EAEDFC27DB7C32D3 /* Resources */, + D4508285C61AB0B718864AE3 /* Sources */, + 779F989B0247EE21A9FC758C /* Frameworks */, + ABD387A2230D727299D27577 /* CopyFiles */, ); buildRules = ( - 0B0B1CB46F1199F7899ADEFB /* PBXBuildRule */, + 951FF45C4EE9F82CAA6770A4 /* PBXBuildRule */, ); dependencies = ( - 527DB9FDC0C83259BC2771BF /* PBXTargetDependency */, - E3FD0FA6ABBFD3D49FC3A099 /* PBXTargetDependency */, + 01DFFA562E737A8BE21BA506 /* PBXTargetDependency */, ); - name = output; - productName = output; - productReference = 09DEC296EF1C6E4310ABF925 /* output.app */; + name = message; + productName = message; + productReference = D8824B573135A09BD85BF49D /* message.app */; productType = "com.apple.product-type.application"; }; - 7C1BC095D7BACB2D15EAA87A /* gl_overlay */ = { + 7414490C96F7854ED680451B /* sudoku */ = { isa = PBXNativeTarget; - buildConfigurationList = DA9AEFC90A21231231BCC577 /* Build configuration list for PBXNativeTarget "gl_overlay" */; + buildConfigurationList = D9FC9D76A741CE8EEE000101 /* Build configuration list for PBXNativeTarget "sudoku" */; buildPhases = ( - 62AA69829C2DCE1CA003D0F8 /* Resources */, - E059C9172D6A507CDD2FD135 /* Sources */, - 4D6ACB7FDFAAE0B3990123B0 /* Frameworks */, - FAC55709ADCCB58954627802 /* CopyFiles */, + 8EAD97CA442CA67BDB27A7AC /* Resources */, + 7EA420AE4EDDD90CF8F49186 /* Sources */, + AEC4E96BB91B43F55AB4D14C /* Frameworks */, + 1D1B29EC160067F620E6A5AA /* CopyFiles */, ); buildRules = ( - 7312BA131910E9E65E8B72F3 /* PBXBuildRule */, + AF53A21C2FEEFC95DFC4375E /* PBXBuildRule */, ); dependencies = ( - 9B8ACFBAB0A0728637A40C2C /* PBXTargetDependency */, - 0DBFE78B99673695668415D7 /* PBXTargetDependency */, + B8CCA748E3EB2271FBE8C85F /* PBXTargetDependency */, + 1CD439EA7E2003928E55CE82 /* PBXTargetDependency */, + ABB674D508C5C61370609919 /* PBXTargetDependency */, + E9852CD08BAA90A6C65DF02C /* PBXTargetDependency */, ); - name = gl_overlay; - productName = gl_overlay; - productReference = 13E7EE50AC3A882F681C036B /* gl_overlay.app */; + name = sudoku; + productName = sudoku; + productReference = F50678E21235AB57B4512477 /* sudoku.app */; productType = "com.apple.product-type.application"; }; - 7FC2B48B68354148400B91A4 /* fltk_gl */ = { + 752E3738037A60925AD8B0FE /* fltkforms */ = { isa = PBXNativeTarget; - buildConfigurationList = 76FF80CE321B97A77357BB50 /* Build configuration list for PBXNativeTarget "fltk_gl" */; + buildConfigurationList = 3D57B007F9BF2EE4D9534F38 /* Build configuration list for PBXNativeTarget "fltkforms" */; buildPhases = ( - AF5E640C5DBBB148B373DD96 /* Headers */, - 5F53FF36039E99EFC471EA7D /* Resources */, - 22E4A1F553F6F11B656421BD /* Sources */, - EF16DE748CF30E873D2CEA53 /* Frameworks */, + A62ACCB113D9D72A4BC9184A /* Headers */, + 93CAF1983388394168174857 /* Resources */, + BD2753884BCB4DCE4C45735F /* Sources */, + E58DD6D49D0FF10086D5DB15 /* Frameworks */, ); buildRules = ( - 84B030D67DE81794E83DF5CE /* PBXBuildRule */, + 5D1537A1206CB9F30520C3FA /* PBXBuildRule */, ); dependencies = ( - 1F6EFDACB2CA5FE80869019A /* PBXTargetDependency */, + 22FEBA5D3DD07F0A7DF530CC /* PBXTargetDependency */, ); - name = fltk_gl; - productName = fltk_gl; - productReference = 370DFB29D7C168C75BF11ED2 /* fltk_gl.framework */; + name = fltkforms; + productName = fltkforms; + productReference = 62B73B469E27B970CCD31FC2 /* fltkforms.framework */; productType = "com.apple.product-type.framework"; }; - 8615F6155177AD8FE8D9F651 /* iconize */ = { + 7531D5096D816C6F27A497D8 /* keyboard */ = { isa = PBXNativeTarget; - buildConfigurationList = D611CF5DA37DA7B7B7522278 /* Build configuration list for PBXNativeTarget "iconize" */; + buildConfigurationList = 2AFFD2369EB73EC07394DA46 /* Build configuration list for PBXNativeTarget "keyboard" */; buildPhases = ( - D458978DEA85F0476FF011FB /* Resources */, - 58805C0529322F0CB08B188C /* Sources */, - 293E7761B9FACF8EB83FC72B /* Frameworks */, - 1A0A8D94FC9692E3AB122756 /* CopyFiles */, + CA7456DA1AAF12795822EE6F /* Resources */, + 9AF839E0320B091F68EF7FAC /* Sources */, + 2EAE91029AAB9C15F6194D8E /* Frameworks */, + A4B1225384025F79307D80C2 /* CopyFiles */, ); buildRules = ( - 437314CC9BE8F8EADBFC043B /* PBXBuildRule */, + A2CDC306E16BB9BF956AD5C5 /* PBXBuildRule */, ); dependencies = ( - 26CB6DF4BD21E6301F4ECD47 /* PBXTargetDependency */, + 6E920F34871F65AFB6CE06AE /* PBXTargetDependency */, + 8927EDF8B1403F35BC1D3BD0 /* PBXTargetDependency */, ); - name = iconize; - productName = iconize; - productReference = C179DA24CE8AF615E7FD417C /* iconize.app */; + name = keyboard; + productName = keyboard; + productReference = FED445583C536BEC1AA2640E /* keyboard.app */; productType = "com.apple.product-type.application"; }; - 88B6AE3CD8F1C14244ADDB4B /* preferences */ = { + 7638D6FB28CBCB85210502F8 /* buttons */ = { isa = PBXNativeTarget; - buildConfigurationList = 1D1A8CB197676CBE98130FC8 /* Build configuration list for PBXNativeTarget "preferences" */; + buildConfigurationList = 8BE85F0E887F805001574C81 /* Build configuration list for PBXNativeTarget "buttons" */; buildPhases = ( - DBFA958614D485341BAC087B /* Resources */, - 96AB5EF52921AE3167CC5C30 /* Sources */, - 95C9121365F1688EDF2E4B7B /* Frameworks */, - F28789D3C87F3EEA1124155A /* CopyFiles */, + 0787A35F438F253C91E0CFF3 /* Resources */, + E68CE4B0DF8AEC0D10325AB2 /* Sources */, + 03F20CC479B321B0506DA764 /* Frameworks */, + 2523AFA5716DD2F7C490F289 /* CopyFiles */, ); buildRules = ( - E0E238A5657291F108ED9E0E /* PBXBuildRule */, + 386F1ECCAB5FDBBF4C17DED3 /* PBXBuildRule */, ); dependencies = ( - 07587932ED79299325206AC3 /* PBXTargetDependency */, - B8EC7A81B7CF1E53B72D5D1D /* PBXTargetDependency */, + 815139F82445CD42D6A280BC /* PBXTargetDependency */, ); - name = preferences; - productName = preferences; - productReference = 0FD0682F5B72D31EE2483CDC /* preferences.app */; + name = buttons; + productName = buttons; + productReference = EBF88D2B0D86A7BBBABDEC31 /* buttons.app */; productType = "com.apple.product-type.application"; }; - 8A79E9EF342CF3109AF4F925 /* input */ = { + 7ADEF7D90C08675E67B17BB2 /* mandelbrot */ = { isa = PBXNativeTarget; - buildConfigurationList = 453A809E66CCEB79234385F6 /* Build configuration list for PBXNativeTarget "input" */; + buildConfigurationList = A0AB2FA22B9E7FDF9991B276 /* Build configuration list for PBXNativeTarget "mandelbrot" */; buildPhases = ( - EF7F066576164A860E97B49E /* Resources */, - 3B89E36C63FB1BF97E549C46 /* Sources */, - 33DABB28659B6EBDE8DE56A5 /* Frameworks */, - 53C8F106389F121EA5C92FD9 /* CopyFiles */, + F750BC6F0FB67CF448E7693D /* Resources */, + E3B9776E4D0E911EEB63505C /* Sources */, + 7DCC89478721659E292E2A57 /* Frameworks */, + BAB4672C573B4D561D90DAAD /* CopyFiles */, ); buildRules = ( - 588BC8ED59957FE405663C53 /* PBXBuildRule */, + FF3A534357A687D3DFC40784 /* PBXBuildRule */, ); dependencies = ( - DA942A52A00ADF8161C2CEC4 /* PBXTargetDependency */, + 85E1F1C6A1AD25BB8F5934F2 /* PBXTargetDependency */, + DC8AF67A6B70E1588E7D111C /* PBXTargetDependency */, ); - name = input; - productName = input; - productReference = E565E9F884B5E5ABC436F55D /* input.app */; + name = mandelbrot; + productName = mandelbrot; + productReference = CBBEDAD7574C65BF7AA31230 /* mandelbrot.app */; productType = "com.apple.product-type.application"; }; - 8C4AD2BB38F47792D82EF859 /* symbols */ = { + 7EF20443B8160ACB8D2C3CB5 /* editor */ = { isa = PBXNativeTarget; - buildConfigurationList = 0926A3ACA44E0122BE3B1859 /* Build configuration list for PBXNativeTarget "symbols" */; + buildConfigurationList = 15626EAC7CC1F170E19E8CC6 /* Build configuration list for PBXNativeTarget "editor" */; buildPhases = ( - 473D61D62D965F56D9A176D6 /* Resources */, - 484B397F63021975498C1A5F /* Sources */, - 67CCE06BA42D25B8EEC7DBD2 /* Frameworks */, - CB5600EEBBBFD3B2B484966B /* CopyFiles */, + B9E690B8E7422A8FF5D182B5 /* Resources */, + 6879B74CA0A4987966F1ED25 /* Sources */, + B56C28AB4DDB487F7D22C988 /* Frameworks */, + 8A954DB3F122CED885CBA82C /* CopyFiles */, ); buildRules = ( - 236E7F6960BC0BCAFE96E5CB /* PBXBuildRule */, + DFFFCDE1C22246034F33C981 /* PBXBuildRule */, ); dependencies = ( - 0F170B23A572A09021E6B570 /* PBXTargetDependency */, + C6597D5D3B6BA039B3F827BA /* PBXTargetDependency */, ); - name = symbols; - productName = symbols; - productReference = 15799B05273327418DD4B6E2 /* symbols.app */; + name = editor; + productName = editor; + productReference = 8B54B13BFA0939A6312B2AE9 /* editor.app */; productType = "com.apple.product-type.application"; }; - 8CC09CA7A12192239E3E1162 /* forms */ = { + 7F489A29D67DC8275766280B /* blocks */ = { isa = PBXNativeTarget; - buildConfigurationList = D50C07C922F7037564006DE8 /* Build configuration list for PBXNativeTarget "forms" */; + buildConfigurationList = 7A1DA53E5FFC156C3CB99A19 /* Build configuration list for PBXNativeTarget "blocks" */; buildPhases = ( - 4A6FCCADA6B2370F9B39E90C /* Resources */, - C96772754EC12EA85A5AEEAC /* Sources */, - AFA840821599F4922225870A /* Frameworks */, - BD0BF9C001A5FA7B350A4576 /* CopyFiles */, + A8227581DC2B1D8D8FE22F7B /* Resources */, + 7EE4580888D59B1686F4C99A /* Sources */, + 82C921A8F7C282BD15ABCABB /* Frameworks */, + A46E44943CB5048C36C1220D /* CopyFiles */, ); buildRules = ( - 9A16D85374AAB730292F5534 /* PBXBuildRule */, + 71C0F0262AA6DCEE9146BCD5 /* PBXBuildRule */, ); dependencies = ( - 982128826ED34F8EBB858FC4 /* PBXTargetDependency */, - 274061B4F8272F81A4EC9DBF /* PBXTargetDependency */, + 5BF031A813286CE62D83F341 /* PBXTargetDependency */, ); - name = forms; - productName = forms; - productReference = F739DAA836360A0E9C4BA022 /* forms.app */; + name = blocks; + productName = blocks; + productReference = 345919B411130DF04168AD82 /* blocks.app */; productType = "com.apple.product-type.application"; }; - 922CB187F38992A87A9C468B /* navigation */ = { + 831913524665337108233C0A /* resize */ = { isa = PBXNativeTarget; - buildConfigurationList = CFB8AA7B0311000C477BD574 /* Build configuration list for PBXNativeTarget "navigation" */; + buildConfigurationList = AE40A0E94F520C8CF396402B /* Build configuration list for PBXNativeTarget "resize" */; buildPhases = ( - BDB0C1EF10E592BC30FBE4ED /* Resources */, - 129FE6A9E970C1EDF54B3AB6 /* Sources */, - 4B8AD57349C54E58DE3A0577 /* Frameworks */, - D7653E619FF03A1FA4C306B8 /* CopyFiles */, + EB7F999AD9AC0CEF25066B5F /* Resources */, + 5CEB1AF2CEAF82F60D9E3753 /* Sources */, + 75F08BCF71C1DBB9D248C5CB /* Frameworks */, + B92FFC0164B7D84F5F288AF7 /* CopyFiles */, ); buildRules = ( - 6E7F7CCE3257FE5443B788C2 /* PBXBuildRule */, + B43F867DCF0F852EEAB5FA10 /* PBXBuildRule */, ); dependencies = ( - FC7D5CF9CD06569E96A4BEFD /* PBXTargetDependency */, + 7046351395BFA85042D4C849 /* PBXTargetDependency */, + B6C841CC7CFD29A1D924C961 /* PBXTargetDependency */, ); - name = navigation; - productName = navigation; - productReference = E5B70E5C4667ECA2C88E8C0D /* navigation.app */; + name = resize; + productName = resize; + productReference = 1A207527A709A25570A941AE /* resize.app */; productType = "com.apple.product-type.application"; }; - 99C0831EBFECCEB8A72D5B96 /* tabs */ = { + 8A5D92BAA2FCCC1E0E881E50 /* minimum */ = { isa = PBXNativeTarget; - buildConfigurationList = 98B92F4F3CB0D00CD07ADD76 /* Build configuration list for PBXNativeTarget "tabs" */; + buildConfigurationList = 4A87957394A53B16E864FBD8 /* Build configuration list for PBXNativeTarget "minimum" */; buildPhases = ( - 6B63B9326B9313205C9686EC /* Resources */, - 7AF974947F801038CAE22D23 /* Sources */, - D554CC639C277FE8519A656A /* Frameworks */, - 92E09E9E066AFE1F0092EADF /* CopyFiles */, + 7AFA76DD6E10244415F3C36C /* Resources */, + 8914C54EC57442CC0549C658 /* Sources */, + E306A3C60A2414CC3E998AFA /* Frameworks */, + FD93BB9282CE00B24D987639 /* CopyFiles */, ); buildRules = ( - D3694AE188E9890CD1333F73 /* PBXBuildRule */, + 54FD0F9AC349EAA68C66BC5C /* PBXBuildRule */, ); dependencies = ( - B6BF03D1C7C9C5785A31E00A /* PBXTargetDependency */, - E25ED536EFD4901AC2EFFCC6 /* PBXTargetDependency */, + 85D9D00313DE08ECEF27B015 /* PBXTargetDependency */, ); - name = tabs; - productName = tabs; - productReference = 605882E4AD97D020A048CDC6 /* tabs.app */; + name = minimum; + productName = minimum; + productReference = 445F9C33C6623729144BEA19 /* minimum.app */; productType = "com.apple.product-type.application"; }; - 9A0A2DFDB20D9E14340F658D /* ask */ = { + 8C62C8C8DA543E79CC346851 /* valuators */ = { isa = PBXNativeTarget; - buildConfigurationList = DC18E4BAE84D4CD1446B1D96 /* Build configuration list for PBXNativeTarget "ask" */; + buildConfigurationList = 2D5F3E5CAB0AB8AB97A80B27 /* Build configuration list for PBXNativeTarget "valuators" */; buildPhases = ( - 09330B8B7B27F77F00BEEAB7 /* Resources */, - B1C3F03B08E87F2C2E6F471F /* Sources */, - 15F3926929548BFABBDD2FBC /* Frameworks */, - 507825BB3E92719C2C91C47A /* CopyFiles */, + 72F5133EC35021640118C523 /* Resources */, + 6371D2CEBC68EF9C8B545AD5 /* Sources */, + 7851989F10856F93A1E85CDE /* Frameworks */, + 708FD3778FC278FDC2222BBF /* CopyFiles */, ); buildRules = ( - 1D3F93E1967B7D0DB08A79DD /* PBXBuildRule */, + 791AF442F18C7732B9B86346 /* PBXBuildRule */, ); dependencies = ( - 342C4D66EE36730B56C40D29 /* PBXTargetDependency */, + 5406B064857BAC1A811A1179 /* PBXTargetDependency */, + FB8DE3FC9CED6EB9F52CBDE7 /* PBXTargetDependency */, ); - name = ask; - productName = ask; - productReference = 0AAB18665C9CAFE9DEDDBFA6 /* ask.app */; + name = valuators; + productName = valuators; + productReference = 098F87E2623357C27840969B /* valuators.app */; productType = "com.apple.product-type.application"; }; - 9BDC2DBC3B4A3CE2023A6F6C /* utf8 */ = { + 8E0B731291408258D3E0AC68 /* forms */ = { isa = PBXNativeTarget; - buildConfigurationList = D56E56B58864FCAB45770DD4 /* Build configuration list for PBXNativeTarget "utf8" */; + buildConfigurationList = 5005AC240F5F2B8D53E7EF6C /* Build configuration list for PBXNativeTarget "forms" */; buildPhases = ( - BD98E17D42A23CEE8F9BA0BA /* Resources */, - 1DEF0084A7580A75627653B4 /* Sources */, - 7DC1C30FDE96ADE5B1DF4DA0 /* Frameworks */, - 280AFFCA75403A0BAA4FF299 /* CopyFiles */, + DF2E2635F9212976F1A1D720 /* Resources */, + B7D2B05A8ACC16F20447DD54 /* Sources */, + 2839E294EECD0BD55FDE4ACA /* Frameworks */, + E47641ED7B978A5D2E2C0133 /* CopyFiles */, ); buildRules = ( - D5BFB81D8EED38E2B234D3D1 /* PBXBuildRule */, + E98D1EB2FB1E399B8F96E524 /* PBXBuildRule */, ); dependencies = ( - 9661564319AA49FE845FA840 /* PBXTargetDependency */, + 21F9050DEE183EFC137CE394 /* PBXTargetDependency */, + 6AADFE8D3BA7DF540A311158 /* PBXTargetDependency */, ); - name = utf8; - productName = utf8; - productReference = ADF2F9827605EA47460B8065 /* utf8.app */; + name = forms; + productName = forms; + productReference = 1E5BE2C62F0F23D38A2BD577 /* forms.app */; productType = "com.apple.product-type.application"; }; - 9EE56CF5A503F287714F4CE1 /* doublebuffer */ = { + 8E9C585215821942B5EFD3DE /* tile */ = { isa = PBXNativeTarget; - buildConfigurationList = 262B3C57D7120A7137ED215B /* Build configuration list for PBXNativeTarget "doublebuffer" */; + buildConfigurationList = 6A29F8E5343E79C5BBBC4435 /* Build configuration list for PBXNativeTarget "tile" */; buildPhases = ( - 0BE722BDDFD40F63533520D6 /* Resources */, - E29BBFBA2362D7E63A3286DD /* Sources */, - EF11F89BEEFF00F9AACC5BDF /* Frameworks */, - 07BCB055D8AE7DB5D0C0C241 /* CopyFiles */, + D88756A9C4616FA43D6053DB /* Resources */, + F1D68B5CE0482E7603FF0B3A /* Sources */, + C50CAE5261DA0A288C0E97D1 /* Frameworks */, + 5A94201BB20742D5E64EA697 /* CopyFiles */, ); buildRules = ( - 31FFE2D54ACB07AAD670EF8F /* PBXBuildRule */, + 06921FB6BA5FC4B8981109BE /* PBXBuildRule */, ); dependencies = ( - 2AD7E9C1001515D74627E311 /* PBXTargetDependency */, + B85140EFAE0C8DBFFD421429 /* PBXTargetDependency */, ); - name = doublebuffer; - productName = doublebuffer; - productReference = 1FC2B8E20864BCAA0A6579BF /* doublebuffer.app */; + name = tile; + productName = tile; + productReference = 5976F19B8F9709B6E73445C3 /* tile.app */; productType = "com.apple.product-type.application"; }; - A66DBD6BD711F5C138646A8A /* fullscreen */ = { + 93776C92846A6A2491896404 /* file_chooser */ = { isa = PBXNativeTarget; - buildConfigurationList = E8D248B7F7C0F99575568E08 /* Build configuration list for PBXNativeTarget "fullscreen" */; + buildConfigurationList = 3927246BF20F062FD36FEB00 /* Build configuration list for PBXNativeTarget "file_chooser" */; buildPhases = ( - 856ACF11CE685EA59E350131 /* Resources */, - 9CDF5D87191BAED8E75C016C /* Sources */, - DEF1DE2387F855EAD0B5ECE9 /* Frameworks */, - 187EDFD4BE44D3FA18792D3E /* CopyFiles */, + A5F0DBF7591E9E3CDAC29560 /* Resources */, + DA920D56E214A0833A9E3C34 /* Sources */, + 21B5A066857B52418EE6E319 /* Frameworks */, + 0E4876BA330EE3FB1D549E96 /* CopyFiles */, ); buildRules = ( - C01D7796BDD8FDC6E0A01CC4 /* PBXBuildRule */, + BD340693A4A53B5A0E8FBFC0 /* PBXBuildRule */, ); dependencies = ( - 9470FBD18574ECD5915A7903 /* PBXTargetDependency */, - 76D02F035969EB092DC573AB /* PBXTargetDependency */, + 3634F577D9225ACAE2F26F68 /* PBXTargetDependency */, + 13C9F0DD2BAC3FA28FEB8FC0 /* PBXTargetDependency */, + 4FC93F1C070C9C5B54165A0B /* PBXTargetDependency */, + 2B0B43678C372C238C917A78 /* PBXTargetDependency */, ); - name = fullscreen; - productName = fullscreen; - productReference = B00ADAB06FB9BED544CD297F /* fullscreen.app */; + name = file_chooser; + productName = file_chooser; + productReference = D0E2555C7AA71EDAF2212A58 /* file_chooser.app */; productType = "com.apple.product-type.application"; }; - A882904420A68CFBAB60A2A5 /* Fluid */ = { + 9961B424C908306BAF1D2406 /* output */ = { isa = PBXNativeTarget; - buildConfigurationList = 423B72637A7EC23B93BFAF5D /* Build configuration list for PBXNativeTarget "Fluid" */; + buildConfigurationList = A49F7077D1E3886A51625CBF /* Build configuration list for PBXNativeTarget "output" */; buildPhases = ( - 8FBD94F6F3AF790C1B1364F8 /* Resources */, - F10834A22BB56F5A427EDBA8 /* Sources */, - E09318D08CF758388956E7C6 /* Frameworks */, - 037DB83F06AB722557AF104B /* CopyFiles */, + CEEAD8AF541FFCBC1924AB65 /* Resources */, + A99765C429CEBCF9482AE62E /* Sources */, + B17E71383442C47F3716D141 /* Frameworks */, + 9513B59A2F788DC831EC0A6C /* CopyFiles */, ); buildRules = ( - 18D3F30D3E71E0FFD3933BFE /* PBXBuildRule */, + 7DC745A95D896239F518857A /* PBXBuildRule */, ); dependencies = ( - 54567835DD47E1B012DE3D84 /* PBXTargetDependency */, - 084373B9CC87F668EEC57C39 /* PBXTargetDependency */, - 23FDB7CE0020220B57A01FEB /* PBXTargetDependency */, - E4D24A76C4B82409EEB2AA0A /* PBXTargetDependency */, - 7E8A0B85476C1FC475742511 /* PBXTargetDependency */, + FDFD9FD0464A06C826A19858 /* PBXTargetDependency */, + CFB48BA7553B2883D8880B80 /* PBXTargetDependency */, ); - name = Fluid; - productName = Fluid; - productReference = 340B41275505B931FCE93765 /* Fluid.app */; + name = output; + productName = output; + productReference = DE9E0ADDD54B4B712EA7CA36 /* output.app */; productType = "com.apple.product-type.application"; }; - ABDE669EEE1C9066344ADD38 /* fractals */ = { + 9CB1797F9CCC7D3C72D77739 /* browser */ = { isa = PBXNativeTarget; - buildConfigurationList = F84C2E896CBB4C566A6EB72A /* Build configuration list for PBXNativeTarget "fractals" */; + buildConfigurationList = 4A202B393C30961B9FC514A6 /* Build configuration list for PBXNativeTarget "browser" */; buildPhases = ( - 9434AE1A3DDEC4B0FF34C7C4 /* Resources */, - 98E047F5683EDA0EE8DE4BBD /* Sources */, - 5B16E5273110AEB3774A8925 /* Frameworks */, - 1D6C439B5B43F33237E0638F /* CopyFiles */, + DE6BDA4801611AE5AD5FF772 /* Resources */, + 60D6A15292022E5B6703CA9B /* Sources */, + B52046894C9F41B0301EBCF5 /* Frameworks */, + 676665A61656C977C88800B8 /* CopyFiles */, ); buildRules = ( - A2FFDD89215BD79435790A51 /* PBXBuildRule */, + F41086553EF30EB8ECB643CC /* PBXBuildRule */, ); dependencies = ( - A38EDD5E02728D8D9FBBB967 /* PBXTargetDependency */, - 1F1BB3F84A162A1B622620A2 /* PBXTargetDependency */, - 27A64A9EEC3E1ADAD776B555 /* PBXTargetDependency */, + EB73185DB2F34A0B0F04A37A /* PBXTargetDependency */, ); - name = fractals; - productName = fractals; - productReference = 4073168695516C78C3336202 /* fractals.app */; + name = browser; + productName = browser; + productReference = EA9015EDC4A0E3E4925C0AB3 /* browser.app */; productType = "com.apple.product-type.application"; }; - AC5762403D49367AE38416E0 /* threads */ = { + 9E7908A0A1BDCA3EC33DDFA9 /* clock */ = { isa = PBXNativeTarget; - buildConfigurationList = 7D1E208A9DA1091EFDB76512 /* Build configuration list for PBXNativeTarget "threads" */; + buildConfigurationList = DA01F59317B31F94A96D5F9F /* Build configuration list for PBXNativeTarget "clock" */; buildPhases = ( - AD3E0B53E5158D1310714741 /* Resources */, - AE4E1910358A1CCCFCDBAA50 /* Sources */, - C28E3F932A56C7A5A78F5F0B /* Frameworks */, - 7549A4D80CA06A24BC36C468 /* CopyFiles */, + B8CD9CA8B34408181CB4F9A1 /* Resources */, + D3D9FB2DAB0C17D884C5EF63 /* Sources */, + 8070FC6DA7615472A2668F9D /* Frameworks */, + 3A7A78E391BB28FDC8DC565E /* CopyFiles */, ); buildRules = ( - C65000009EE7C7C5F9B0BE38 /* PBXBuildRule */, + A054C38644F4A4F8C47C8DFD /* PBXBuildRule */, ); dependencies = ( - 231C7FF69124C943C5E76C44 /* PBXTargetDependency */, + 6C5309E6ADADA290810C5642 /* PBXTargetDependency */, ); - name = threads; - productName = threads; - productReference = E41EACE55118D934F48B41FB /* threads.app */; + name = clock; + productName = clock; + productReference = B70453600CC8CCB191F4735F /* clock.app */; productType = "com.apple.product-type.application"; }; - ADFC704D959D04FAAE3BB403 /* sudoku */ = { + 9F0A5EBB4103DF4BBB59710F /* checkers */ = { isa = PBXNativeTarget; - buildConfigurationList = 3D27A6FCA0C9AC133050FAAC /* Build configuration list for PBXNativeTarget "sudoku" */; + buildConfigurationList = 8DB4566C3E01A7ADBA457DEE /* Build configuration list for PBXNativeTarget "checkers" */; buildPhases = ( - 706E1934567703DA756D3D0B /* Resources */, - 7766E42D145789D621B8A1E5 /* Sources */, - F0498BB6DD361523F03A5EB9 /* Frameworks */, - E6A3A31AAB80F884F558B8A0 /* CopyFiles */, + A6AC54F9DC9947CEE5628863 /* Resources */, + 9B88D06F8A36E08EBEFEE5A4 /* Sources */, + 051D95952C5D8DAD65C76325 /* Frameworks */, + D7493ACA0F16EB4E0DBC03A8 /* CopyFiles */, ); buildRules = ( - 5156D6D2E955457D4685DDB2 /* PBXBuildRule */, + 192A68423177B3E2919CBE14 /* PBXBuildRule */, ); dependencies = ( - 987B2C0B0A05644397A04344 /* PBXTargetDependency */, - E917E69CC94918BA776AC737 /* PBXTargetDependency */, - 101397FA70E82D4B71E12B0D /* PBXTargetDependency */, - A801D06A663F73071B8D6ED9 /* PBXTargetDependency */, + 5E72C4AACBF45AC861412E9E /* PBXTargetDependency */, ); - name = sudoku; - productName = sudoku; - productReference = EC24519DFFF0CC11BB839595 /* sudoku.app */; + name = checkers; + productName = checkers; + productReference = 97E8B6FBE2AC4D38F6F3DB74 /* checkers.app */; productType = "com.apple.product-type.application"; }; - B2356D57A5356F17D10D2131 /* scroll */ = { + A06C33C5CCC6082627221DE1 /* CubeView */ = { isa = PBXNativeTarget; - buildConfigurationList = 678A93FDF8EA95CB81DDE8BF /* Build configuration list for PBXNativeTarget "scroll" */; + buildConfigurationList = C9B046AB9D1E2FFF1009C1C8 /* Build configuration list for PBXNativeTarget "CubeView" */; buildPhases = ( - 3534620D1C05EB7C6315FEE8 /* Resources */, - 1D24BC61F0B5B35D6939F1BB /* Sources */, - 6884707FE112D6B7B33AC53B /* Frameworks */, - 7A38B38D997F6970EF2069A0 /* CopyFiles */, + 517AB716F7EE987B865D7EF9 /* Resources */, + C55CF3516549A088A012F647 /* Sources */, + E76AAB198E7F31B1CC8E002C /* Frameworks */, + 358CB20AD34F063C4D3DCEAC /* CopyFiles */, ); buildRules = ( - 63020139B4D0333F41363777 /* PBXBuildRule */, + 7DDF28692AE86866090D1606 /* PBXBuildRule */, ); dependencies = ( - 6E5AAC972A51C3BB127EE316 /* PBXTargetDependency */, + 3CD76BFCD9098957188638D9 /* PBXTargetDependency */, + C5E55D69EB56FB5AC794640B /* PBXTargetDependency */, + A23690F66D0E0247812F9A75 /* PBXTargetDependency */, ); - name = scroll; - productName = scroll; - productReference = 2E0E252384745B8573FF2167 /* scroll.app */; + name = CubeView; + productName = CubeView; + productReference = FD4381BF476F9B227D9977FA /* CubeView.app */; productType = "com.apple.product-type.application"; }; - B3A95C65BC85145E113A9CFA /* checkers */ = { + A1ACAB12F3FD306F5BA44FEA /* fltkgl */ = { isa = PBXNativeTarget; - buildConfigurationList = 53C39E6A819336A6A53FFFCD /* Build configuration list for PBXNativeTarget "checkers" */; + buildConfigurationList = 4A364B8632AB69EF84CCA655 /* Build configuration list for PBXNativeTarget "fltkgl" */; buildPhases = ( - E07004E032BF5784BFDFD0D7 /* Resources */, - CC202BD08122ED0585024193 /* Sources */, - 48DE35C6C954E7987505EFAF /* Frameworks */, - 0C319222ADFDAF62E5EA7D8E /* CopyFiles */, + EC54E964F2A4D8DAA8C1A63A /* Headers */, + 476FAC1813F5B4DF4BE2C674 /* Resources */, + B1DB43796407B3DDB153D9EE /* Sources */, + 0AA46B812572B992E5B6F3A1 /* Frameworks */, ); buildRules = ( - EC9814B59B30A6D58C407891 /* PBXBuildRule */, + 34C1865D3B856861DA966452 /* PBXBuildRule */, ); dependencies = ( - 61E95A6B058EA0FBF7B95F61 /* PBXTargetDependency */, + 7EEBA63772FED428BBEF6FB5 /* PBXTargetDependency */, ); - name = checkers; - productName = checkers; - productReference = 91A6677FF26C8D96D2A7D83E /* checkers.app */; - productType = "com.apple.product-type.application"; + name = fltkgl; + productName = fltkgl; + productReference = 302AB5FD6F5EAF72909BB3FC /* fltkgl.framework */; + productType = "com.apple.product-type.framework"; }; - B9BB7386DA10A3919672C31D /* blocks */ = { + A1DA79DB9EF088BEDFEC644F /* gl_overlay */ = { isa = PBXNativeTarget; - buildConfigurationList = 2B48569CFE3C4C768281658C /* Build configuration list for PBXNativeTarget "blocks" */; + buildConfigurationList = EE7B08D23021651FC3405EE3 /* Build configuration list for PBXNativeTarget "gl_overlay" */; buildPhases = ( - EA2AF292627DE78B5D6F8368 /* Resources */, - BB4CDB618DD139D7963247C6 /* Sources */, - 15CE23ACB2B3C1B14894E8EF /* Frameworks */, - CA0399FE0BDE0733C3D518C5 /* CopyFiles */, + F16C6583BBF95B2A147CE541 /* Resources */, + 93453C967DED896C210ADF8A /* Sources */, + 533468078DD2218E616B9569 /* Frameworks */, + 3AB0ED541FA5A893F91B8D79 /* CopyFiles */, ); buildRules = ( - 75F3E7C4D871889D1A6A0F79 /* PBXBuildRule */, + C3B087F8560ED55DFEDC6F27 /* PBXBuildRule */, ); dependencies = ( - 18B98B567E9ECC7CC05FB24A /* PBXTargetDependency */, + 2DB624DBEE01BCC43D865C6E /* PBXTargetDependency */, + 4DE389C6C84C3489670588B9 /* PBXTargetDependency */, ); - name = blocks; - productName = blocks; - productReference = 421C693680CFF1721046B3C6 /* blocks.app */; + name = gl_overlay; + productName = gl_overlay; + productReference = 32C99E7D01FA73C0366D0AA9 /* gl_overlay.app */; productType = "com.apple.product-type.application"; }; - BC38049E05B587D311ECF975 /* overlay */ = { + A59DE10AD6C27DE7FD6BE78E /* tiled_image */ = { isa = PBXNativeTarget; - buildConfigurationList = B29F21A1319AE0D3AE6B561C /* Build configuration list for PBXNativeTarget "overlay" */; + buildConfigurationList = 650EB8279658EC4BA3D5A602 /* Build configuration list for PBXNativeTarget "tiled_image" */; buildPhases = ( - E501639669A9B4C7748AEE85 /* Resources */, - A1D8260A13CA6F9E5CD7692C /* Sources */, - 6192DB4AFFBD3954DD7A5F06 /* Frameworks */, - B7076248B568724E2910189F /* CopyFiles */, + 110FF9EE3ECBFF05D17BF7B2 /* Resources */, + 354E2E0EBC4E8C34D2779739 /* Sources */, + C6429C1439264277064C6426 /* Frameworks */, + 0E922DCB17BA1C3D1B90B639 /* CopyFiles */, ); buildRules = ( - 736564DFAEB278BDD1D64D01 /* PBXBuildRule */, + B24582AB16D1D07C728ABD2E /* PBXBuildRule */, ); dependencies = ( - 4C900EC5CEF35BAF82097E8A /* PBXTargetDependency */, + B9FE6E95186235889761B5B1 /* PBXTargetDependency */, + B5703FF0A5A242ED21643E7F /* PBXTargetDependency */, + 31DFBB075F3DADFF11981B2F /* PBXTargetDependency */, + 16F873BEA4E36A20CB0B8EA6 /* PBXTargetDependency */, ); - name = overlay; - productName = overlay; - productReference = 7DA72420B1D66A85CE07DC62 /* overlay.app */; + name = tiled_image; + productName = tiled_image; + productReference = 3F76C54C9063484CB6413ADD /* tiled_image.app */; productType = "com.apple.product-type.application"; }; - C23B54A4B4C9F218CE59C2AB /* CubeView */ = { + A6D7A26081F3562D6ECA3282 /* bitmap */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D2E68E913F951A9E0B7DC58 /* Build configuration list for PBXNativeTarget "CubeView" */; + buildConfigurationList = 043244FCEBE56336BC0CA098 /* Build configuration list for PBXNativeTarget "bitmap" */; buildPhases = ( - 482E76336FE96B7F28C6A4F4 /* Resources */, - 1785D81450DC905403078EED /* Sources */, - 39F60F5A2932ADCA1FA08CD0 /* Frameworks */, - E03122E6287544C6BD3E64DA /* CopyFiles */, + 899B2065F2D409F1B6F3C594 /* Resources */, + 15BADB31E2EEA49222267CDC /* Sources */, + BCAB98AA269B22B9B149E3C7 /* Frameworks */, + 9657D14D0331172B67281036 /* CopyFiles */, ); buildRules = ( - 4138448EC6DFA148E8E98663 /* PBXBuildRule */, + B2A947C88085F6EDE05795E4 /* PBXBuildRule */, ); dependencies = ( - B1672B0D42D3128A9B402CC8 /* PBXTargetDependency */, - 01652E68C9BFD740E23B7F8F /* PBXTargetDependency */, - 860B2D31221F915C4552F8A9 /* PBXTargetDependency */, + C8E95AB55F7EBEDA8B471F01 /* PBXTargetDependency */, ); - name = CubeView; - productName = CubeView; - productReference = 077DAFE43E44B25659E8FCB4 /* CubeView.app */; + name = bitmap; + productName = bitmap; + productReference = 0DF74B872CC6D5619CB04946 /* bitmap.app */; productType = "com.apple.product-type.application"; }; - C48B83B8A6C6FE004F31636A /* message */ = { + A78A91A25F63920537E51E74 /* line_style */ = { isa = PBXNativeTarget; - buildConfigurationList = 7024D6A349E7116B2C20C713 /* Build configuration list for PBXNativeTarget "message" */; + buildConfigurationList = 16FB6AAFB001689E0C97B08C /* Build configuration list for PBXNativeTarget "line_style" */; buildPhases = ( - 9B0BC735DC0DF54B817A46FF /* Resources */, - EAFDC486A6F48718E69A9B01 /* Sources */, - 472D7A2674D9BD3C9EB4765B /* Frameworks */, - 4492558DE8DA3F147175F86A /* CopyFiles */, + 7FA668718A0463A07C37EE45 /* Resources */, + B66E00B2F4CB9A864F02C659 /* Sources */, + 6055C1D3E6F269E266520D47 /* Frameworks */, + 08374CFB238AE32527AA6D1E /* CopyFiles */, ); buildRules = ( - D6B7C9ECD743303362D819F9 /* PBXBuildRule */, + 81BB287AFE735A071F7EC0F9 /* PBXBuildRule */, ); dependencies = ( - 38E4AEAD7C4CAC9987CB7571 /* PBXTargetDependency */, + 78CD61AD0E61734609B6C171 /* PBXTargetDependency */, ); - name = message; - productName = message; - productReference = BD345A838B384C5718B96A5C /* message.app */; + name = line_style; + productName = line_style; + productReference = EF5907A5D5E336B581C7B4AD /* line_style.app */; productType = "com.apple.product-type.application"; }; - C6C960748E8821B5BD4FEC91 /* help */ = { + AE6AC374A356E1E637DCC394 /* label */ = { isa = PBXNativeTarget; - buildConfigurationList = BA83D667BD51FFE5CEF6D18E /* Build configuration list for PBXNativeTarget "help" */; + buildConfigurationList = 851693FFE102DDADF1E87EC3 /* Build configuration list for PBXNativeTarget "label" */; buildPhases = ( - D8DD8838FE95BD162E66D199 /* Resources */, - 10AAB747E7C9255ECA57C345 /* Sources */, - 7E42FF6E6AA1B766F1DB3FC4 /* Frameworks */, - A986B932FB92E499B2DF5612 /* CopyFiles */, + C4B4D76C7FA51FFD7030519B /* Resources */, + 6915DA0DBD55DB93F1C60C64 /* Sources */, + 618CBA7BFD02C528F4E58D7D /* Frameworks */, + 544D823FF556F6C82C25D979 /* CopyFiles */, ); buildRules = ( - 02A8F7E618BB8F61D630264C /* PBXBuildRule */, + B418D5E2C8FFBFE9160DDD4A /* PBXBuildRule */, ); dependencies = ( - A97A1C7C552EE6DE17D2E02D /* PBXTargetDependency */, - BC23F4A371D47C07258C3387 /* PBXTargetDependency */, - FF7240499DC9F314E054030D /* PBXTargetDependency */, - 13A88F2E42565B59BD850AD9 /* PBXTargetDependency */, + 84B459A691BC84DDCC1057B9 /* PBXTargetDependency */, + 3A96EB97D16A9B6FD744CE62 /* PBXTargetDependency */, ); - name = help; - productName = help; - productReference = 96C48C27F16B958B1F72D32A /* help.app */; + name = label; + productName = label; + productReference = 255B34D5A45579EF0DEED6C9 /* label.app */; productType = "com.apple.product-type.application"; }; - CBCC46CF42DF504DCEFB2049 /* fltk_png */ = { + B21FA631CCBB0854A756E79C /* scroll */ = { isa = PBXNativeTarget; - buildConfigurationList = 6084987F05CEF8BB7D245147 /* Build configuration list for PBXNativeTarget "fltk_png" */; + buildConfigurationList = 7397FD56D0E22C6A7AFA419C /* Build configuration list for PBXNativeTarget "scroll" */; buildPhases = ( - 44714F466219046CA847F4DF /* Headers */, - BBEA48A67555BB0E217602C2 /* Resources */, - 67976A4B92E984ECF8540FA1 /* Sources */, - CEA7595CE0A0BBE0BEEBD8F8 /* Frameworks */, + C994400D0B72044EDCBBCA80 /* Resources */, + 4151979695B2C4C1E061BE20 /* Sources */, + 161BA3AA2157F7827EF0E26C /* Frameworks */, + AF36D82D22BC768CEE1CC962 /* CopyFiles */, ); buildRules = ( - 2C9580D90F2FD84D68BB9EB0 /* PBXBuildRule */, + 912C57AB93A8FA130EB1A87B /* PBXBuildRule */, ); dependencies = ( + 133A788FCE5B3DBD760D5969 /* PBXTargetDependency */, ); - name = fltk_png; - productName = fltk_png; - productReference = 84A05074CBE831E14D569AB1 /* fltk_png.framework */; - productType = "com.apple.product-type.framework"; + name = scroll; + productName = scroll; + productReference = 6FFEC7DF8125BC50372943EF /* scroll.app */; + productType = "com.apple.product-type.application"; }; - D09A66C9BB99742ED99B57F3 /* label */ = { + C4EB9A2A137C3FB12B630DCB /* colbrowser */ = { isa = PBXNativeTarget; - buildConfigurationList = FAB0DABE4EAB911FC96B6D8C /* Build configuration list for PBXNativeTarget "label" */; + buildConfigurationList = 575D25F6EE49E1652767F23D /* Build configuration list for PBXNativeTarget "colbrowser" */; buildPhases = ( - B9F0A4804A2EA468DC6D0EF4 /* Resources */, - 9C89DFB39F4983D5B51EB0E4 /* Sources */, - 54A21E0239EC7BFEF3E4A11E /* Frameworks */, - 3D85282CADC33C9CDAC691F8 /* CopyFiles */, + C43EA2B03A8533FD6DB467A0 /* Resources */, + 72284F9A7E7D9DB404A14AD6 /* Sources */, + B7BA5ADE09FF045C2906A638 /* Frameworks */, + E97262F51802CE0C04271662 /* CopyFiles */, ); buildRules = ( - 98456E09D05ACFAE9D09CFC7 /* PBXBuildRule */, + 1AA88E7DEF9573D447505550 /* PBXBuildRule */, ); dependencies = ( - F653985C8E7C1A43DF890E43 /* PBXTargetDependency */, - B2BB313C22F6A6C39EE2B490 /* PBXTargetDependency */, + 8FC9E581D81B6298C3800832 /* PBXTargetDependency */, + 40827B004BD86A7C8F8D126F /* PBXTargetDependency */, ); - name = label; - productName = label; - productReference = C433DD08ED9F1ED01FD35130 /* label.app */; + name = colbrowser; + productName = colbrowser; + productReference = 7BE7ACEF9516387C2FEE1153 /* colbrowser.app */; productType = "com.apple.product-type.application"; }; - D4A2ED0B76A14266253C55FA /* cursor */ = { + C50D4EECBDA20F473ABE907B /* fractals */ = { isa = PBXNativeTarget; - buildConfigurationList = 7ACBFC0F47D791A4B3FD08FA /* Build configuration list for PBXNativeTarget "cursor" */; + buildConfigurationList = F7CFE11CA0F6EDF9D9A450DA /* Build configuration list for PBXNativeTarget "fractals" */; buildPhases = ( - 483AE2BD996089AA7511049F /* Resources */, - 17FB38AAB257E3563315A581 /* Sources */, - CDEDF6953BED13F6481723A5 /* Frameworks */, - 3B7B11135801832058F83E29 /* CopyFiles */, + 583DF00E88001CC309C1E361 /* Resources */, + 2AED0BDF7FA3A5C15B36DE37 /* Sources */, + DE6FEDBCE0A6FB4D050FD168 /* Frameworks */, + BB11B9964AED213ABDF2CC6B /* CopyFiles */, ); buildRules = ( - 5C2D8E6B6B501C645664255B /* PBXBuildRule */, + 2609913D8CD5748E5BD5B499 /* PBXBuildRule */, ); dependencies = ( - 784F28F482FA0B2D5789EC2B /* PBXTargetDependency */, + F89AF7194DFAF16CDD7B3798 /* PBXTargetDependency */, + D78EEADBE5B398A92CB2D904 /* PBXTargetDependency */, + 0E326E59DBEB08D08C23014D /* PBXTargetDependency */, ); - name = cursor; - productName = cursor; - productReference = D292B66FD355DD21DC3A2D4A /* cursor.app */; + name = fractals; + productName = fractals; + productReference = 2DCC5CFFC72A5AF2ACE81B31 /* fractals.app */; productType = "com.apple.product-type.application"; }; - D960C268E68A357D7323FCBF /* fltk_images */ = { + CC66D857381E1BD9D68B73BA /* zlib */ = { isa = PBXNativeTarget; - buildConfigurationList = C18EE896F422B0813B475063 /* Build configuration list for PBXNativeTarget "fltk_images" */; + buildConfigurationList = 5347D1A48167927FC6CBA52F /* Build configuration list for PBXNativeTarget "zlib" */; buildPhases = ( - 7ACCB115555DD0065A0EC58F /* Headers */, - 26B2FF026A3D1254F72A429D /* Resources */, - 35E06225A48654618190715D /* Sources */, - 703392E440ECCD695FF5EBEC /* Frameworks */, + A1E3A2C68636E849B4C29921 /* Headers */, + 0A64B8AE62DD8914B8DD8087 /* Resources */, + 84224506193B08BAE0E202D9 /* Sources */, + 5CDB2F9451F4FE80F60A17DC /* Frameworks */, ); buildRules = ( - 11C8CA08BC8CAE077CACD2D2 /* PBXBuildRule */, + FC442624E70F39707F24AA1A /* PBXBuildRule */, ); dependencies = ( - 837579028672FF20FCB462E5 /* PBXTargetDependency */, - 793EA353C264F77812FF4AC8 /* PBXTargetDependency */, - ED34F119018196EB86220DD6 /* PBXTargetDependency */, ); - name = fltk_images; - productName = fltk_images; - productReference = E75CAA9A41DE07FA11D5178D /* fltk_images.framework */; + name = zlib; + productName = zlib; + productReference = 185EFBD2987792ED23D8A5C0 /* zlib.framework */; productType = "com.apple.product-type.framework"; }; - DCEE6399FB8EE5BDE5BDC618 /* adjuster */ = { + CF9062AB1129EB9C45BEADAB /* cube */ = { isa = PBXNativeTarget; - buildConfigurationList = 09D9BC88300A148EA01D3FBA /* Build configuration list for PBXNativeTarget "adjuster" */; + buildConfigurationList = 23116AAC71AC00DF0B4B5AE9 /* Build configuration list for PBXNativeTarget "cube" */; buildPhases = ( - 06088296AEBFE40E5C575D38 /* Resources */, - 3F7606048968BB6F2BDE2E11 /* Sources */, - 9127BD9426C9795A9B962545 /* Frameworks */, - A9057C0F841C1C715821841B /* CopyFiles */, + ADA5CF38CC4556CF96CBA9F7 /* Resources */, + 77F3F451BFD5602D868AADC3 /* Sources */, + 3633FD78CFD8827F050F638C /* Frameworks */, + A647C3E1DF77E93E853EFDFE /* CopyFiles */, ); buildRules = ( - 712236B6B1F117E3CC1CF52F /* PBXBuildRule */, + 5AC8A9C92D51CCF307117E60 /* PBXBuildRule */, ); dependencies = ( - 756A297DCAC51EA9F7A8AF6C /* PBXTargetDependency */, + B3B2A012B3C0576102EC2EB9 /* PBXTargetDependency */, + D64462EC332EDB2D6765E925 /* PBXTargetDependency */, ); - name = adjuster; - productName = adjuster; - productReference = 1862D929ACBF8E5F5CA4D9B8 /* adjuster.app */; + name = cube; + productName = cube; + productReference = E6151F0374803D189EE99A4F /* cube.app */; productType = "com.apple.product-type.application"; }; - E3F2FF929573246FA04AA30E /* line_style */ = { + D00588211487C155BDB6F579 /* hello */ = { isa = PBXNativeTarget; - buildConfigurationList = 458B33CC1A1DEBE88582031C /* Build configuration list for PBXNativeTarget "line_style" */; + buildConfigurationList = F5DAA17E56B52BEC85E09061 /* Build configuration list for PBXNativeTarget "hello" */; buildPhases = ( - CAAE5B6EA640A55D0FA959F9 /* Resources */, - 9D0493F9B4B81DC5C17060C7 /* Sources */, - B08D86108EC0B7D6D0162474 /* Frameworks */, - 1410E4BA9682AAEB8C9067F4 /* CopyFiles */, + E3E8D524318D36AFAD1BA430 /* Resources */, + C62539033858CC816931E4D4 /* Sources */, + 1EEC5D99CDFFD6312C308019 /* Frameworks */, + 251F2C6804CA14D41C04B75B /* CopyFiles */, ); buildRules = ( - 52E8E75D5283DA0AF3861F0D /* PBXBuildRule */, + BAED53E17E154AF747758A45 /* PBXBuildRule */, ); dependencies = ( - 3C81ED47F58FE6BF84EBB9F6 /* PBXTargetDependency */, + 05071F4235A4168A6F48D363 /* PBXTargetDependency */, ); - name = line_style; - productName = line_style; - productReference = 308F8D4F983EED6D7CEB1C89 /* line_style.app */; + name = hello; + productName = hello; + productReference = 86104A70B67CEE721E748B29 /* hello.app */; productType = "com.apple.product-type.application"; }; - E745F0580E23814ED8D05644 /* cube */ = { + D9FEBD10EDE13B1568ADFCD9 /* arc */ = { isa = PBXNativeTarget; - buildConfigurationList = 0B16851C1B5EAEEF8FE70813 /* Build configuration list for PBXNativeTarget "cube" */; + buildConfigurationList = 29E29DFE9F42B7A1A828F571 /* Build configuration list for PBXNativeTarget "arc" */; buildPhases = ( - E8AEE480927EEF5F1D4E5C88 /* Resources */, - EA6AF1B91D8C78F3571A75FE /* Sources */, - 87436D6D30999785CB3995F9 /* Frameworks */, - F0FF28FF329F2AF8D67CF104 /* CopyFiles */, + DE78CD65FB7487B162BFB8BB /* Resources */, + 446855C14977A26F10C6398A /* Sources */, + A1F3C283C9DA17BB586AF767 /* Frameworks */, + D229E05647E87A8CC04EFD6A /* CopyFiles */, ); buildRules = ( - 7FC22E4BFA9499B293A99DFF /* PBXBuildRule */, + 12BAD7C09C828DCF763D065C /* PBXBuildRule */, ); dependencies = ( - 92788ECEBF42BBEECBED0DA2 /* PBXTargetDependency */, - 38F356BF9292DF649A11C921 /* PBXTargetDependency */, + 80EF30673C129807E0388422 /* PBXTargetDependency */, ); - name = cube; - productName = cube; - productReference = 552D5A386F1F288E1BE42AFB /* cube.app */; + name = arc; + productName = arc; + productReference = 5E8EBAA7D3989D6966E0F417 /* arc.app */; productType = "com.apple.product-type.application"; }; - F2D138876BEDCA90E868A751 /* arc */ = { + DA391B897C4CD1037BF2C05D /* boxtype */ = { isa = PBXNativeTarget; - buildConfigurationList = 1AB57480D61B721ECE2043D1 /* Build configuration list for PBXNativeTarget "arc" */; + buildConfigurationList = 18E8E4AFC98B54E2EECEAB63 /* Build configuration list for PBXNativeTarget "boxtype" */; buildPhases = ( - 3A86517B7FFB1D0FEAB3FB4B /* Resources */, - CF38A34140990EB778A6D66C /* Sources */, - 254456E570EFDA85A9C2E491 /* Frameworks */, - 13389DE95322198D0677FB10 /* CopyFiles */, + 3DFF27AEF7BF3DF95FE5FB77 /* Resources */, + 2A017C1F9FF887B2D9EA90AC /* Sources */, + AB72E35B3ED34BE291BC4135 /* Frameworks */, + E38EFB3306DCFEB03C16DCBB /* CopyFiles */, ); buildRules = ( - 1E0CEA29243D8FF1E1D42161 /* PBXBuildRule */, + 72908534E821813B8DD48DB0 /* PBXBuildRule */, ); dependencies = ( - 6986D420076DDDE4A8315066 /* PBXTargetDependency */, + A6E4FC3E20256ACC69A20669 /* PBXTargetDependency */, ); - name = arc; - productName = arc; - productReference = A49EFDF82F7035F706DF87BF /* arc.app */; + name = boxtype; + productName = boxtype; + productReference = 95E78580E805BD50448B1CE7 /* boxtype.app */; productType = "com.apple.product-type.application"; }; - F47D01C4D3A2D54EF3EBFCDC /* pixmap */ = { + DD9967263E4076C88BC8BFF4 /* shape */ = { isa = PBXNativeTarget; - buildConfigurationList = 545EDC01CD50D8D59F648625 /* Build configuration list for PBXNativeTarget "pixmap" */; + buildConfigurationList = 898A9C4D33406C433B4EB67E /* Build configuration list for PBXNativeTarget "shape" */; buildPhases = ( - 7BD18A9FE8969FA251202DFA /* Resources */, - 07BB86372EED9D071AC9EC55 /* Sources */, - 565BBB060BECC667FC0DD478 /* Frameworks */, - DA134775DCF13641D89B8984 /* CopyFiles */, + 20C469F2265CE4B3F8454821 /* Resources */, + F057195329A14700949E7ED3 /* Sources */, + 1725F80523DCFBB3E64EA8CC /* Frameworks */, + 434A86FB5C1CE9B2CF55EE03 /* CopyFiles */, ); buildRules = ( - CDE10EB1652B043BD4FB6159 /* PBXBuildRule */, + A720AA5B82BBFFE0550B87E1 /* PBXBuildRule */, ); dependencies = ( - F2AB9748482D6BF15A532821 /* PBXTargetDependency */, + FA7209A58CC756B8385AD516 /* PBXTargetDependency */, + 131199FEC40C008CF62B8A90 /* PBXTargetDependency */, ); - name = pixmap; - productName = pixmap; - productReference = 9111F85985403A59B698FA7A /* pixmap.app */; + name = shape; + productName = shape; + productReference = 1FE3FFBD87788A2EF69FE261 /* shape.app */; productType = "com.apple.product-type.application"; }; - F51119420DE6D821F3203614 /* radio */ = { + DF8E9D91BA956D879CA08F7A /* curve */ = { isa = PBXNativeTarget; - buildConfigurationList = FFB94474A113A993ED2E6EB8 /* Build configuration list for PBXNativeTarget "radio" */; + buildConfigurationList = DCDEABCB7FC4A36839D4C318 /* Build configuration list for PBXNativeTarget "curve" */; buildPhases = ( - F73C2A59FBCE42908B466077 /* Resources */, - 26BC60DC63AE120A7CE7F15B /* Sources */, - FDAEEF55F2918FA7DA2C191C /* Frameworks */, - B5CD93310DFE9FA481835CF5 /* CopyFiles */, + 8B5D967A3840F8D6D304B5EA /* Resources */, + CF214D1A242AE4216AD931E1 /* Sources */, + 85E0845FCDB9BFAB49C8DA3F /* Frameworks */, + 6C96E3DDC9B1FD42BDD62EA6 /* CopyFiles */, ); buildRules = ( - 9D9ACC5E2C1E6D8B5B5AAA1D /* PBXBuildRule */, + C8809F1FCF4F4D5E78B2C3B5 /* PBXBuildRule */, ); dependencies = ( - 052D4548ADF968954C43103E /* PBXTargetDependency */, - B9D281054107D8A85188ED8A /* PBXTargetDependency */, + 09F35EDED0B748EB8B984F8D /* PBXTargetDependency */, ); - name = radio; - productName = radio; - productReference = 21B4595A150C88AAD1B156E4 /* radio.app */; + name = curve; + productName = curve; + productReference = AF79DED0125C1CDC01EAEFE3 /* curve.app */; productType = "com.apple.product-type.application"; }; - F57D8601C3CBFCA812DFF9B6 /* native-filechooser */ = { + E3A2A5524BA33E94942CBBF6 /* fltkimages */ = { isa = PBXNativeTarget; - buildConfigurationList = 91BA48C98EF26D0BC94AC2C5 /* Build configuration list for PBXNativeTarget "native-filechooser" */; + buildConfigurationList = ACF691B1454CA0B017715E61 /* Build configuration list for PBXNativeTarget "fltkimages" */; buildPhases = ( - CCCF70741083B7629798CC2D /* Resources */, - AE2FA3B457206CBDDFDD0127 /* Sources */, - EE2A5FA17018B7CFEA9E0C93 /* Frameworks */, - 91D7C6815CB45B55C1E639A1 /* CopyFiles */, + 8F34586B2A8ED462CF652235 /* Headers */, + 8F9E802E8A29F4615D57EE59 /* Resources */, + F117FFAA34BB149C074FFE9D /* Sources */, + 70486E1D7618A0E615ED9A48 /* Frameworks */, ); buildRules = ( - A6BFEC8021B283C78E008C4C /* PBXBuildRule */, + 9A7EC43978A181FD96DC4A4B /* PBXBuildRule */, ); dependencies = ( - C192F7D31E23E97985A90CAB /* PBXTargetDependency */, + B7AD91EF3AC686846072EF28 /* PBXTargetDependency */, + 124EA172DDC4350B08184DE3 /* PBXTargetDependency */, + 272FE220E0F4C5CA6292B1DE /* PBXTargetDependency */, ); - name = "native-filechooser"; - productName = "native-filechooser"; - productReference = 01365B2AB2D137E5FB0F2768 /* native-filechooser.app */; - productType = "com.apple.product-type.application"; + name = fltkimages; + productName = fltkimages; + productReference = 4E5CAB2DDECBD28E7E13C125 /* fltkimages.framework */; + productType = "com.apple.product-type.framework"; }; - F5A07FA9740FFC70521D83A6 /* tree */ = { + EA1BA0DA8C1AC39141319941 /* color_chooser */ = { isa = PBXNativeTarget; - buildConfigurationList = 610E1C4DE44A448442E517B3 /* Build configuration list for PBXNativeTarget "tree" */; + buildConfigurationList = C5DEC98E335C9B21656E4D85 /* Build configuration list for PBXNativeTarget "color_chooser" */; buildPhases = ( - 57F57034F0B5FC1070453451 /* Resources */, - C470666049A29F142C51E555 /* Sources */, - AFDBCFDE7C12763AE25FEB4D /* Frameworks */, - 54B2F8BB599729599B90FEA8 /* CopyFiles */, + DA0D4AA47EEB202D587C18F9 /* Resources */, + 1F3614A4F539341579DBD56A /* Sources */, + 4914615CF877F52593E9F7E4 /* Frameworks */, + 14E5B69D233E965A05412D2F /* CopyFiles */, ); buildRules = ( - 99CB6DF7891FCB03808BC035 /* PBXBuildRule */, + 217C6A5D496ADEA041FB83CE /* PBXBuildRule */, ); dependencies = ( - 1B44073265C0DEAF5822A73F /* PBXTargetDependency */, + 6B6D0F9D5950BEA8DB6A632A /* PBXTargetDependency */, ); - name = tree; - productName = tree; - productReference = CBCC80D99845C7D15B103458 /* tree.app */; + name = color_chooser; + productName = color_chooser; + productReference = 59FD7FC800744EEE1BEE091A /* color_chooser.app */; productType = "com.apple.product-type.application"; }; - F849B2D5DE684DCA75EBBD6F /* pixmap_browser */ = { + EC061482A5465532942A9D30 /* inactive */ = { isa = PBXNativeTarget; - buildConfigurationList = 12B6D8F63798E13CC1524051 /* Build configuration list for PBXNativeTarget "pixmap_browser" */; + buildConfigurationList = FC70A991B5FA89499C17F76E /* Build configuration list for PBXNativeTarget "inactive" */; buildPhases = ( - 264CCAD9F888D230C85BB4E3 /* Resources */, - 3B6A806546B0BE9BB1047481 /* Sources */, - 46872697FDB6B2FBE56CCB0B /* Frameworks */, - CB9C456D5DF77E3C82F3CEE8 /* CopyFiles */, + D36A88AB64C08A0AC9B95C4C /* Resources */, + 2436B7D37D0AE71967DEB4EF /* Sources */, + DC756F51E40ABC90A391EBA9 /* Frameworks */, + F27517B3C920F5C9A3EF8BD8 /* CopyFiles */, ); buildRules = ( - A0AA27144A36D755861F6AD9 /* PBXBuildRule */, + 820C6B18DD3BEA25B716BF9C /* PBXBuildRule */, ); dependencies = ( - 893CD1CE62C9CAAEFD6ABB9F /* PBXTargetDependency */, - 949470E9885AD06F160944F2 /* PBXTargetDependency */, - A4BAB790BFB36266361A4316 /* PBXTargetDependency */, - CE6802A5CC07432925848455 /* PBXTargetDependency */, + 7F4C8D398CE630D9DC3546E9 /* PBXTargetDependency */, + 6A8551B043FB1FDE578979AD /* PBXTargetDependency */, ); - name = pixmap_browser; - productName = pixmap_browser; - productReference = 8516D6F3E5A31808745D42E0 /* pixmap_browser.app */; + name = inactive; + productName = inactive; + productReference = F2862EED023131900DA6A422 /* inactive.app */; productType = "com.apple.product-type.application"; }; - FC11E15CE75D49D187932214 /* subwindow */ = { + F10E21087E69A425685FBE4B /* input_choice */ = { isa = PBXNativeTarget; - buildConfigurationList = 4D7A726C763FDB897288BC97 /* Build configuration list for PBXNativeTarget "subwindow" */; + buildConfigurationList = 75CC377B88009A6DC05949CC /* Build configuration list for PBXNativeTarget "input_choice" */; buildPhases = ( - 318C822EA08D8150043EED30 /* Resources */, - 3B38E8A71FE6F7BE37D2D262 /* Sources */, - 318AF2EE9A3B46E7354BC7B7 /* Frameworks */, - 5CA732176C423FEB3042E2C2 /* CopyFiles */, + 394681E1200BE58868A81786 /* Resources */, + A414BD3B8A70C4AF22ED8EF2 /* Sources */, + A691EB99BCDC91B7B140113D /* Frameworks */, + 230A2CE3F500487925313B91 /* CopyFiles */, ); buildRules = ( - 700402E745D251E883E2E12C /* PBXBuildRule */, + 3A34C1A61ECE1420D3DDD4A6 /* PBXBuildRule */, ); dependencies = ( - 182C99F2172F430CE41B80FD /* PBXTargetDependency */, + 493A420403FA069C52741195 /* PBXTargetDependency */, ); - name = subwindow; - productName = subwindow; - productReference = 441F165658B18D12116B4E83 /* subwindow.app */; + name = input_choice; + productName = input_choice; + productReference = 25925677D767AE53A8FF903E /* input_choice.app */; productType = "com.apple.product-type.application"; }; - FDF79729D67325E11605727B /* fltk */ = { + F1DA7470D6C57F696CA1D9F4 /* cursor */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C29E830E8229D7CF979911F /* Build configuration list for PBXNativeTarget "fltk" */; + buildConfigurationList = 725827EBEAD436A1C63F99B5 /* Build configuration list for PBXNativeTarget "cursor" */; buildPhases = ( - CE68616F870361349F1EE94F /* Headers */, - C63195A2D06C590D66CAFC97 /* Resources */, - CA29F8D124F16802AA2962A1 /* Sources */, - E397522F91FE690FF8576DC4 /* Frameworks */, + E348A4DCBB8EA965336FA797 /* Resources */, + DC26AF1E7138DAC37FF9AC44 /* Sources */, + 7BCB42B8ABA347253E3D8E4A /* Frameworks */, + CC51D6584CAFB4AF662B78B9 /* CopyFiles */, ); buildRules = ( - 29A78D601FEB319A50088242 /* PBXBuildRule */, + EEAF0634B588657E3F3D8C97 /* PBXBuildRule */, ); dependencies = ( + 73DA9BE0AAEE1951F6494A38 /* PBXTargetDependency */, ); - name = fltk; - productName = fltk; - productReference = 32E9D9C84B758E1BFF4B193B /* fltk.framework */; - productType = "com.apple.product-type.framework"; + name = cursor; + productName = cursor; + productReference = 2123F1DB99CA1F5495677497 /* cursor.app */; + productType = "com.apple.product-type.application"; }; - FFC35FEAC97E4AA9DA1C5784 /* buttons */ = { + F3AA04A65A46CD00DAF17888 /* Fluid */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C6694CE9D5B885D2BD9F79A /* Build configuration list for PBXNativeTarget "buttons" */; + buildConfigurationList = 79A98EC7AFF388598C2969F1 /* Build configuration list for PBXNativeTarget "Fluid" */; buildPhases = ( - 3893BB3FAA99E812FB508F16 /* Resources */, - BA8B7089BCE33025FFACDF75 /* Sources */, - A47644E43FFAD00F413D4E64 /* Frameworks */, - C6C0F665579BE94A89DA0862 /* CopyFiles */, + AB806489257A2D895998C824 /* Resources */, + 5233EF3220B0CBF0F94DC296 /* Sources */, + 20E26C1B489CF03F568A1315 /* Frameworks */, + 94881E873E04ED0434655783 /* CopyFiles */, ); buildRules = ( - 86869EA62D07CEC5F50E0C54 /* PBXBuildRule */, + 4E63F3D46CAE85245E2B1908 /* PBXBuildRule */, ); dependencies = ( - 0AA8F33AD3F8F63E881276B9 /* PBXTargetDependency */, + 368126E60222161C1625A166 /* PBXTargetDependency */, + 137801CEC026C1D1478245B4 /* PBXTargetDependency */, + 203C023423C11AD8A57B02C6 /* PBXTargetDependency */, + C34FCDC4593362AC74EA9FB6 /* PBXTargetDependency */, + 21C7AC51AFD8C3285B2513F3 /* PBXTargetDependency */, + 563109700988510DC397803A /* PBXTargetDependency */, ); - name = buttons; - productName = buttons; - productReference = 0E2EE8E8CEA47E996094C1A0 /* buttons.app */; + name = Fluid; + productName = Fluid; + productReference = B7438834551DE2DB243ECC36 /* Fluid.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - 5928BC241C6274E157507786 /* Project object */ = { + 4672F5A95319A65E464B59AE /* Project object */ = { isa = PBXProject; - buildConfigurationList = D2B27074E1F38D3EF3EF8E02 /* Build configuration list for PBXProject "FLTK" */; + buildConfigurationList = 731249A13D56497DD5D84454 /* Build configuration list for PBXProject "FLTK" */; compatibilityVersion = "Xcode 3.0"; hasScannedForEncodings = 0; - mainGroup = FBE0FA186B09722C549C4404; - productRefGroup = 3EF4FFB8F4234F2E0ACB12DE /* Products */; + mainGroup = F6772CF409BF13C80458CEBD; + productRefGroup = 86DE5FB334B02A08A0CC96CA /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - A882904420A68CFBAB60A2A5 /* Fluid */, - FDF79729D67325E11605727B /* fltk */, - 7FC2B48B68354148400B91A4 /* fltk_gl */, - D960C268E68A357D7323FCBF /* fltk_images */, - CBCC46CF42DF504DCEFB2049 /* fltk_png */, - 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */, - 712949D037177CB16EC7414F /* fltk_forms */, - 5200B2427A455B19E513605C /* Demo */, - DCEE6399FB8EE5BDE5BDC618 /* adjuster */, - F2D138876BEDCA90E868A751 /* arc */, - 9A0A2DFDB20D9E14340F658D /* ask */, - 08D61203A9F102DCDE690ACA /* bitmap */, - B9BB7386DA10A3919672C31D /* blocks */, - 1BEDBA731D76D0A41A96BF40 /* boxtype */, - 3B656EB52FA0EFC2F456E2F8 /* browser */, - 5C6C0F6C005F3D9D8A5B6F4A /* button */, - FFC35FEAC97E4AA9DA1C5784 /* buttons */, - B3A95C65BC85145E113A9CFA /* checkers */, - 25C6F215EC35BD033C8D29E4 /* clock */, - 0487438BC4564D23F999817E /* colbrowser */, - 5E50184D3F6541ABA795F2F0 /* color_chooser */, - E745F0580E23814ED8D05644 /* cube */, - C23B54A4B4C9F218CE59C2AB /* CubeView */, - D4A2ED0B76A14266253C55FA /* cursor */, - 05938381563D5C48664436F5 /* curve */, - 9EE56CF5A503F287714F4CE1 /* doublebuffer */, - 3138F637A5448F0D03A22442 /* editor */, - 40584DA3ECB95083736746E5 /* fast_slow */, - 31CC2CCA0A6BEE5BCF01C75A /* file_chooser */, - 5A40C351BDA10880A6EDCAEA /* fonts */, - 8CC09CA7A12192239E3E1162 /* forms */, - ABDE669EEE1C9066344ADD38 /* fractals */, - A66DBD6BD711F5C138646A8A /* fullscreen */, - 7C1BC095D7BACB2D15EAA87A /* gl_overlay */, - 0087355D590EA4C0B5AD1CDB /* glpuzzle */, - 7A7566EF76439B31C1F0B7D2 /* hello */, - C6C960748E8821B5BD4FEC91 /* help */, - 8615F6155177AD8FE8D9F651 /* iconize */, - 32BBE86B60DD11E4B0FD7139 /* image */, - 0DE9F791C7A0CE2375856353 /* inactive */, - 8A79E9EF342CF3109AF4F925 /* input */, - 6CDEA063482C9CACFD359DDC /* input_choice */, - 1CD1DEFEEE8B5F3C05EB1F3A /* keyboard */, - D09A66C9BB99742ED99B57F3 /* label */, - E3F2FF929573246FA04AA30E /* line_style */, - 5A2F1BC229BBE1CE83F31401 /* list_visuals */, - 0CA490AD40662663B69B1332 /* mandelbrot */, - 5B44A612123E52A5E453CA89 /* menubar */, - C48B83B8A6C6FE004F31636A /* message */, - 313880C5D96BE195676CE72B /* minimum */, - 922CB187F38992A87A9C468B /* navigation */, - F57D8601C3CBFCA812DFF9B6 /* native-filechooser */, - 7AACCDB8BF5A9D4A32D08C1C /* output */, - BC38049E05B587D311ECF975 /* overlay */, - 12D86EA36696F46A4C130AF5 /* pack */, - F849B2D5DE684DCA75EBBD6F /* pixmap_browser */, - F47D01C4D3A2D54EF3EBFCDC /* pixmap */, - 88B6AE3CD8F1C14244ADDB4B /* preferences */, - F51119420DE6D821F3203614 /* radio */, - 1F18E39BFAF97B65A6903240 /* resizebox */, - 0818F160B120AECE781B9400 /* resize */, - B2356D57A5356F17D10D2131 /* scroll */, - 37CBEC4190C4016B0E885DC7 /* shape */, - FC11E15CE75D49D187932214 /* subwindow */, - ADFC704D959D04FAAE3BB403 /* sudoku */, - 8C4AD2BB38F47792D82EF859 /* symbols */, - 78F0A6E4BB3A4A95F65B790B /* table */, - 99C0831EBFECCEB8A72D5B96 /* tabs */, - AC5762403D49367AE38416E0 /* threads */, - 336125C682DB24B63462879A /* tile */, - 75037DFD9477A8CD0F837DB8 /* tiled_image */, - F5A07FA9740FFC70521D83A6 /* tree */, - 9BDC2DBC3B4A3CE2023A6F6C /* utf8 */, - 141771A270AE72347C4FB43D /* valuators */, + F3AA04A65A46CD00DAF17888 /* Fluid */, + 3ABF98E87375C0D800CC4AB4 /* fltk */, + A1ACAB12F3FD306F5BA44FEA /* fltkgl */, + E3A2A5524BA33E94942CBBF6 /* fltkimages */, + 4CBF414F40D23591832FAAC4 /* fltkpng */, + 676F1B35268D7DED3A3710A4 /* fltkjpeg */, + 752E3738037A60925AD8B0FE /* fltkforms */, + CC66D857381E1BD9D68B73BA /* zlib */, + 56C781B767769EAF1F782BBA /* Demo */, + 4528ADF243A9EC2D9F77D5EA /* adjuster */, + D9FEBD10EDE13B1568ADFCD9 /* arc */, + 0ADA60B764250A76C22D36C2 /* ask */, + A6D7A26081F3562D6ECA3282 /* bitmap */, + 7F489A29D67DC8275766280B /* blocks */, + DA391B897C4CD1037BF2C05D /* boxtype */, + 9CB1797F9CCC7D3C72D77739 /* browser */, + 42D2BA94995245E8650D7F11 /* button */, + 7638D6FB28CBCB85210502F8 /* buttons */, + 9F0A5EBB4103DF4BBB59710F /* checkers */, + 9E7908A0A1BDCA3EC33DDFA9 /* clock */, + C4EB9A2A137C3FB12B630DCB /* colbrowser */, + EA1BA0DA8C1AC39141319941 /* color_chooser */, + CF9062AB1129EB9C45BEADAB /* cube */, + A06C33C5CCC6082627221DE1 /* CubeView */, + F1DA7470D6C57F696CA1D9F4 /* cursor */, + DF8E9D91BA956D879CA08F7A /* curve */, + 00794548D8CCBB0EB3731692 /* doublebuffer */, + 7EF20443B8160ACB8D2C3CB5 /* editor */, + 2864AFEFDD81E54BE549BAD1 /* fast_slow */, + 93776C92846A6A2491896404 /* file_chooser */, + 156D948CC6410C76224F79AE /* fonts */, + 8E0B731291408258D3E0AC68 /* forms */, + C50D4EECBDA20F473ABE907B /* fractals */, + 17B525C285B8797D4C34F7ED /* fullscreen */, + A1DA79DB9EF088BEDFEC644F /* gl_overlay */, + 0BD321CE7F9454C8755BD8C9 /* glpuzzle */, + D00588211487C155BDB6F579 /* hello */, + 5E7A3EDB215C446D4DCA8CDF /* help */, + 481C361FC039B9B3FA248DBF /* iconize */, + 214DFF137BE062FA4F1A4E58 /* image */, + EC061482A5465532942A9D30 /* inactive */, + 59E615E105CF0E02E4268CD4 /* input */, + F10E21087E69A425685FBE4B /* input_choice */, + 7531D5096D816C6F27A497D8 /* keyboard */, + AE6AC374A356E1E637DCC394 /* label */, + A78A91A25F63920537E51E74 /* line_style */, + 3A41926E2EEC25BBCAC11985 /* list_visuals */, + 7ADEF7D90C08675E67B17BB2 /* mandelbrot */, + 4568D54E208BECA489EE453A /* menubar */, + 7197F8D88EBFAF567FC091DE /* message */, + 8A5D92BAA2FCCC1E0E881E50 /* minimum */, + 1466DB020BFE280FF9FBA5FF /* navigation */, + 68B1C1D70113E7F9E82105DA /* native-filechooser */, + 9961B424C908306BAF1D2406 /* output */, + 1A76869D1B1C16A889841F6D /* overlay */, + 48DFC1A83348A88F55F852A3 /* pack */, + 4FD136F3079016C3C360606F /* pixmap_browser */, + 3EAF86B50E57A2AD987848F5 /* pixmap */, + 26177FC7FF7D2C3089E8232B /* preferences */, + 6701F62279687EF2CDCD71DA /* radio */, + 3BA29EC7DB3B891D4D02EC96 /* resizebox */, + 831913524665337108233C0A /* resize */, + B21FA631CCBB0854A756E79C /* scroll */, + DD9967263E4076C88BC8BFF4 /* shape */, + 25D051DEA6E6EADD5D92ADC6 /* subwindow */, + 7414490C96F7854ED680451B /* sudoku */, + 2959C17F72EC52F2706396A6 /* symbols */, + 04B6F26C71C77B3D739F6D24 /* table */, + 69D47846901200294DC6E282 /* tabs */, + 391A7ED8391E9DA6EC93F6EF /* threads */, + 8E9C585215821942B5EFD3DE /* tile */, + A59DE10AD6C27DE7FD6BE78E /* tiled_image */, + 2C28BC0842A41DA49B176161 /* tree */, + 349A025144D2FB3EB50B624C /* utf8 */, + 8C62C8C8DA543E79CC346851 /* valuators */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 06088296AEBFE40E5C575D38 /* Resources */ = { + 0787A35F438F253C91E0CFF3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 09330B8B7B27F77F00BEEAB7 /* Resources */ = { + 0A64B8AE62DD8914B8DD8087 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 09D7F00DBA8147BBB61E1650 /* Resources */ = { + 110FF9EE3ECBFF05D17BF7B2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0BE722BDDFD40F63533520D6 /* Resources */ = { + 1248B67EDACF7A2411CFF806 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 16296D05000BDD0E02958962 /* Resources */ = { + 183DC5AEB623D51DD1D8A1E1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1E6C55A6046239FB7C03E750 /* Resources */ = { + 1C98B9C836C591C9C0DF34A1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1E7B11D40C1241CC84EAADAB /* Resources */ = { + 1D87632D5632110EF043784A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 264CCAD9F888D230C85BB4E3 /* Resources */ = { + 2011CA1EB967A869F886757C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 26B2FF026A3D1254F72A429D /* Resources */ = { + 20C469F2265CE4B3F8454821 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 318C822EA08D8150043EED30 /* Resources */ = { + 2523FEBFC61465A4D1381F82 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3534620D1C05EB7C6315FEE8 /* Resources */ = { + 338CE991206EB1CEDEF6EA0B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3893BB3FAA99E812FB508F16 /* Resources */ = { + 394681E1200BE58868A81786 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A3C87ED54D7FC5A3C336099 /* Resources */ = { + 3BFA9E4FF0BE7C671D1D5ECD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A86517B7FFB1D0FEAB3FB4B /* Resources */ = { + 3DFF27AEF7BF3DF95FE5FB77 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3AE175EB2F27E5B8CBD682AD /* Resources */ = { + 476FAC1813F5B4DF4BE2C674 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 40D60393926669A1BCA84495 /* Resources */ = { + 4BFD5B1DF6A7198B56E9B3DE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 473D61D62D965F56D9A176D6 /* Resources */ = { + 4C6A2DB38E387ED911327EE5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 482E76336FE96B7F28C6A4F4 /* Resources */ = { + 4D45F766C5ED1F33F94424C2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 483AE2BD996089AA7511049F /* Resources */ = { + 517AB716F7EE987B865D7EF9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4A6FCCADA6B2370F9B39E90C /* Resources */ = { + 5579696D6A7954F51277BC79 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 569BAA47DBB0949ED75E87AF /* Resources */ = { + 560B6A22C4CC07D860E9B035 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 57F57034F0B5FC1070453451 /* Resources */ = { + 5731D8DB7A74A9018F20E4CA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5DB2AF2B21113EE9315209DA /* Resources */ = { + 583DF00E88001CC309C1E361 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5F53FF36039E99EFC471EA7D /* Resources */ = { + 64E0A73D3EBCF8E571FDA81F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 62AA69829C2DCE1CA003D0F8 /* Resources */ = { + 68E65E3B32469E8C048FA8E4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6B199D3BDB8A71BB3951F4F3 /* Resources */ = { + 6A7D142F6FE9641688B22866 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6B211BDC5489E2A1B809E65A /* Resources */ = { + 72F5133EC35021640118C523 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6B63B9326B9313205C9686EC /* Resources */ = { + 7AFA76DD6E10244415F3C36C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 706E1934567703DA756D3D0B /* Resources */ = { + 7F8FC108EAEDFC27DB7C32D3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 73B493F7255198686A118CE9 /* Resources */ = { + 7FA668718A0463A07C37EE45 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 75C5A0064BF156D92069D402 /* Resources */ = { + 899B2065F2D409F1B6F3C594 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 76ED9A66CAF9A71DA9D1224B /* Resources */ = { + 8B5D967A3840F8D6D304B5EA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7AEDCF0811E009AA220481D4 /* Resources */ = { + 8EAD97CA442CA67BDB27A7AC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7BD18A9FE8969FA251202DFA /* Resources */ = { + 8F9E802E8A29F4615D57EE59 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 856ACF11CE685EA59E350131 /* Resources */ = { + 93CAF1983388394168174857 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8FBD94F6F3AF790C1B1364F8 /* Resources */ = { + 95330A490CF3E1CA266E445B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2BA1D79549C0361DCA688C58 /* fluid.icns in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9162776B2BB9A3712B0DAC67 /* Resources */ = { + 979FDC97E95FD6F9391DBE02 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9434AE1A3DDEC4B0FF34C7C4 /* Resources */ = { + 982464C40BDB33302457AB7E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 96A49C9F1AB19CCD15B2EBFD /* Resources */ = { + A5F0DBF7591E9E3CDAC29560 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9B0BC735DC0DF54B817A46FF /* Resources */ = { + A6A5020B133638F1FAF73404 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A672382F5F1D4C1A066D57B4 /* Resources */ = { + A6AC54F9DC9947CEE5628863 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A70199E6D7FE4823AFF8FAE9 /* Resources */ = { + A8227581DC2B1D8D8FE22F7B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - AD3E0B53E5158D1310714741 /* Resources */ = { + AAB85583F15D2FCD5CB0F104 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B2DB7E625751FC2D669EC880 /* Resources */ = { + AB3B124B1EA2B735DC3E6897 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B6A31FAAC730D8C3A2B7CB2B /* Resources */ = { + AB806489257A2D895998C824 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + F01BC84F912473F78881CCAA /* fluid.icns in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B9F0A4804A2EA468DC6D0EF4 /* Resources */ = { + ADA5CF38CC4556CF96CBA9F7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BBEA48A67555BB0E217602C2 /* Resources */ = { + B8CD9CA8B34408181CB4F9A1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BD98E17D42A23CEE8F9BA0BA /* Resources */ = { + B8F25EFEA7760A0EB2609629 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BDB0C1EF10E592BC30FBE4ED /* Resources */ = { + B9E690B8E7422A8FF5D182B5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C63195A2D06C590D66CAFC97 /* Resources */ = { + C13E271D346C38C93E5B249A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C96159F83B38BBC174C8BA33 /* Resources */ = { + C43EA2B03A8533FD6DB467A0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CAAE5B6EA640A55D0FA959F9 /* Resources */ = { + C4B4D76C7FA51FFD7030519B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CCCF70741083B7629798CC2D /* Resources */ = { + C5851483E075E97A5D87C663 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CD77ABE9D21426EEC7927604 /* Resources */ = { + C5F4F7C2407FD7855C2D6986 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D20C74C5A0E7BEAB711B40A1 /* Resources */ = { + C71349623E27B5FCA8CE6E2A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D396F60602E5A297C66D139C /* Resources */ = { + C994400D0B72044EDCBBCA80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D458978DEA85F0476FF011FB /* Resources */ = { + CA7456DA1AAF12795822EE6F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D692F63EB3429C9E17CBACD4 /* Resources */ = { + CEEAD8AF541FFCBC1924AB65 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D8DD8838FE95BD162E66D199 /* Resources */ = { + D36A88AB64C08A0AC9B95C4C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DB5BD98F752837E4C3B132AE /* Resources */ = { + D5A215DE32C2C2C5C3EE4E8E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DBFA958614D485341BAC087B /* Resources */ = { + D88756A9C4616FA43D6053DB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E07004E032BF5784BFDFD0D7 /* Resources */ = { + DA0D4AA47EEB202D587C18F9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E501639669A9B4C7748AEE85 /* Resources */ = { + DB61E40C1CA414B9E79EC1DF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E55F541E5F4D72967A267D91 /* Resources */ = { + DC538605F760B25DA4605F51 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E6C4CE8175036A068F45FA62 /* Resources */ = { + DE6BDA4801611AE5AD5FF772 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E8281834967FDC7A64A90613 /* Resources */ = { + DE78CD65FB7487B162BFB8BB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E8AEE480927EEF5F1D4E5C88 /* Resources */ = { + DF2E2635F9212976F1A1D720 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EA2AF292627DE78B5D6F8368 /* Resources */ = { + E348A4DCBB8EA965336FA797 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - ED4E5E5F1845973E4AF8B6E1 /* Resources */ = { + E3E8D524318D36AFAD1BA430 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EF7F066576164A860E97B49E /* Resources */ = { + EB7F999AD9AC0CEF25066B5F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F6DACFCC423FA5E678E38486 /* Resources */ = { + EDCAD17515AAC8537E693CA2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F73C2A59FBCE42908B466077 /* Resources */ = { + F16C6583BBF95B2A147CE541 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F747864179A7DA1FBF1253DE /* Resources */ = { + F1C156DD8244A0DEC5D8A66B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FBF84A1091C97F4919251432 /* Resources */ = { + F2C435C6E94501482079AAF6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F750BC6F0FB67CF448E7693D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -7771,1755 +7910,1794 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 07BB86372EED9D071AC9EC55 /* Sources */ = { + 0A60C6246B405E58444E4FD4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 285C14121EF9D2E92F865FBB /* pixmap.cxx in Sources */, + DF5820826562D6399524A016 /* tabs.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 10AAB747E7C9255ECA57C345 /* Sources */ = { + 0C2A6C6DECD68B0FCE11884C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C1C7EA6818DEB7555E494F5F /* help.cxx in Sources */, + EE54F7590D3CEE2AD26E5D44 /* pack.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 129FE6A9E970C1EDF54B3AB6 /* Sources */ = { + 150104D5C82B5A3DA207458E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 89D99CB0A568A5D4A7304046 /* navigation.cxx in Sources */, + C801BA5E9ABCF887C4AE38CE /* doublebuffer.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 133AA858FBFF2DF2598E04E6 /* Sources */ = { + 150B999DF46EB7B18B58B841 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4BB0D4FC55478C56BDB1F38E /* glpuzzle.cxx in Sources */, + 2F974AB8CB325029C7BB66FE /* symbols.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1785D81450DC905403078EED /* Sources */ = { + 15BADB31E2EEA49222267CDC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0B60EA7090EB5E0859DAD14F /* CubeView.cxx in Sources */, - 76F18E65787F7C999E17390A /* CubeMain.cxx in Sources */, - 770A2EB5AE6B80EDA1DD4A25 /* CubeViewUI.fl in Sources */, + 60207EFF21AE16C17AAFE36E /* bitmap.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 17FB38AAB257E3563315A581 /* Sources */ = { + 177633A76530B97ED4B01152 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 21B99545FE1FA71D81FDCC3C /* cursor.cxx in Sources */, + A74613F18EAB2DB3CBBCC9E8 /* preferences.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1D24BC61F0B5B35D6939F1BB /* Sources */ = { + 1F3614A4F539341579DBD56A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D377711D0658D4C1B84C69E /* scroll.cxx in Sources */, + DF7AA4EE10EA7DF4E76DB18C /* color_chooser.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1DEF0084A7580A75627653B4 /* Sources */ = { + 1FB7B7E7D7B0EF27AF0BEAC5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F126640E3B5A3402B70E3D1D /* utf8.cxx in Sources */, + 464EA69CABCBD1B0C5A7F9BE /* fonts.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1F3263BE4B5FF08B2F2DF8C8 /* Sources */ = { + 20E49E29363FAD298A5B2640 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 330A095740662612E893C575 /* tiled_image.cxx in Sources */, + B6BA2092F4D846760A402A7B /* pixmap.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 22E4A1F553F6F11B656421BD /* Sources */ = { + 2436B7D37D0AE71967DEB4EF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1F73FFFA94C5DDBD8731C877 /* Fl_Gl_Choice.cxx in Sources */, - 7C3D11160A01E65C3EDD3665 /* Fl_Gl_Overlay.cxx in Sources */, - 20C72ABF366595A3BFC3B457 /* Fl_Gl_Window.cxx in Sources */, - A14B66A90AA8063D3C33F575 /* freeglut_geometry.cxx in Sources */, - DC4C37589E38A3B5F5541014 /* freeglut_stroke_mono_roman.cxx in Sources */, - E44F94BDF5273C1D97CA4F15 /* freeglut_stroke_roman.cxx in Sources */, - 4A9F31A9C87CDEBBCF4F58F6 /* freeglut_teapot.cxx in Sources */, - D602FF013F4C775585124CA1 /* gl_draw.cxx in Sources */, - E5999F530860844AA891DDF0 /* glut_compatability.cxx in Sources */, - 23F2EE3F8FF76DD495271706 /* glut_font.cxx in Sources */, + C812B1943C4FC94C0A0239DD /* inactive.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 26BC60DC63AE120A7CE7F15B /* Sources */ = { + 294B86B5D287C13CDD2712FE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A0576D15B406749ACA8764B4 /* radio.fl in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 287EFA4232813E00024824DE /* Sources */ = { + E2E46DA69A83007FC2575BDF /* jcapimin.c in Sources */, + A8F296D5E6CBB7CC5831BC04 /* jcapistd.c in Sources */, + 8F819B21EA3712EBBAEC6C5B /* jccoefct.c in Sources */, + 11CDDE4ED0B28E497366568C /* jccolor.c in Sources */, + 48D40B9EFED9928132E3055D /* jcdctmgr.c in Sources */, + B0142D75E91821666E91C7B6 /* jchuff.c in Sources */, + 8EF925AAFA3214F033208C80 /* jcinit.c in Sources */, + 5DD5EECC5552F4ABBBFD5545 /* jcmainct.c in Sources */, + CB079CF99B1E047779C3914F /* jcmarker.c in Sources */, + F8DA3FD541DEC6300A06908D /* jcmaster.c in Sources */, + DC0E55BAABE55E7725D816EB /* jcomapi.c in Sources */, + A82334230074EA1006DF7CD4 /* jcparam.c in Sources */, + 2336E4D8038CC68C951E3881 /* jcphuff.c in Sources */, + 5821123979E984CABFA60166 /* jcprepct.c in Sources */, + 0F6FC9BCD27DD8268A6F6A49 /* jcsample.c in Sources */, + ADCE1EDC32FA71EC1A92763C /* jctrans.c in Sources */, + 3BD54AB6D76A15E3AF26EFEC /* jdapimin.c in Sources */, + 79FE342B8A6AC6CCB951EA04 /* jdapistd.c in Sources */, + F64A06C5A077FE1B44252275 /* jdatadst.c in Sources */, + B4C6F398455BC59E5CEC63CF /* jdatasrc.c in Sources */, + 5D92960CA995C2E6AC4C8A19 /* jdcoefct.c in Sources */, + 76C04D345B933B60E707EAEF /* jdcolor.c in Sources */, + 5E4B789EEBE8839DBAF8257E /* jddctmgr.c in Sources */, + CDEB0568BED5EA28D8743A43 /* jdhuff.c in Sources */, + 056E45256F2667246D1BF964 /* jdinput.c in Sources */, + 0D883F6E03F85048FB1C5136 /* jdmainct.c in Sources */, + 948F3A2D8BF53BEDA3F51ED5 /* jdmarker.c in Sources */, + C50936CF5815E8F61292B84D /* jdmaster.c in Sources */, + 620DB545B0310DA148BD808F /* jdmerge.c in Sources */, + 7E8C56B322E2ED20A004982B /* jdphuff.c in Sources */, + 1DE58C2726D6ECF7D0D3A185 /* jdpostct.c in Sources */, + 98C81323DD012324E9F0D70E /* jdsample.c in Sources */, + CE60EE83BCF98ED2F681D6DA /* jdtrans.c in Sources */, + D518E3BEFE4929375E4AE399 /* jerror.c in Sources */, + 4B12A37EB6CB3D7B90E3DFC3 /* jfdctflt.c in Sources */, + DCCAF359CF6DAFBCEE8833E0 /* jfdctfst.c in Sources */, + 97BB85259EF3889E67E66735 /* jfdctint.c in Sources */, + 97C834D7D3FE39BB6A622321 /* jidctflt.c in Sources */, + B0639915AB4B2DCC9CBDF5CD /* jidctfst.c in Sources */, + EE67F99ADFBF0238C76F19FF /* jidctint.c in Sources */, + 8BC47FEC14297979E1F7D406 /* jidctred.c in Sources */, + 661C087BA02C19868BB656FC /* jmemmgr.c in Sources */, + F2539230499D5FE19CEA88B5 /* jmemnobs.c in Sources */, + E9A61BD21193F507F2207394 /* jquant1.c in Sources */, + A61A09E89EDFC9F2D183904B /* jquant2.c in Sources */, + AC230963C79438C1A2B3ECAF /* jutils.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2A017C1F9FF887B2D9EA90AC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7F1B37730001F2D34AE337C6 /* mandelbrot.cxx in Sources */, - BAC30B2B1BB6A5769553C9A8 /* mandelbrot_ui.fl in Sources */, + E9588E1D318A9053E8B49526 /* boxtype.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3418BD50E9543B4BAB6C53D8 /* Sources */ = { + 2AED0BDF7FA3A5C15B36DE37 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9246E5DF356F11E71ADFE1C4 /* editor.cxx in Sources */, + B75942797F96EE5770F3FE49 /* fractals.cxx in Sources */, + 28DFBE6A58E93E0DA08EBDF5 /* fracviewer.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 346B7D4A17D03D7DEF534078 /* Sources */ = { + 354E2E0EBC4E8C34D2779739 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 235165F4E398EC858FCC7E12 /* image.cxx in Sources */, + 2A9FD34AC3DC0D970063B688 /* tiled_image.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3515D2BB207FAC0E12ECADEB /* Sources */ = { + 4151979695B2C4C1E061BE20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2ACB54926A3103402073FB42 /* shape.cxx in Sources */, + 11A556A6C98BB6BEB46CE3A9 /* scroll.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 35E06225A48654618190715D /* Sources */ = { + 446855C14977A26F10C6398A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 499DA9D1C687F51DC6843B78 /* Fl_BMP_Image.cxx in Sources */, - C5DD2417C89A0F41532D190F /* Fl_File_Icon2.cxx in Sources */, - 8236FEC0C21232BAFFBEBAF5 /* Fl_GIF_Image.cxx in Sources */, - EFD78456FBD2F2A4AE2F0022 /* Fl_Help_Dialog.cxx in Sources */, - 25107B6C5E000B61F7548445 /* Fl_JPEG_Image.cxx in Sources */, - 7A81B1E34C8B2A72C7707CE3 /* Fl_PNG_Image.cxx in Sources */, - 38518D202ABD60462A8C965C /* Fl_PNM_Image.cxx in Sources */, - 388443C43C7467568F69257B /* fl_images_core.cxx in Sources */, + 055E5992B9BF4D443DF9B848 /* arc.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 380E67CFCB20FA56557CE152 /* Sources */ = { + 4A5373EE6CBC4B856D4AC8DA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7A6FB173A3DF29BDBBF83322 /* boxtype.cxx in Sources */, + 09D687A829CFE8F3FF94B4DB /* tree.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B38E8A71FE6F7BE37D2D262 /* Sources */ = { + 4ABF475142546F3901B1FB7F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C4F2D9E20B2FE251E76EDF41 /* subwindow.cxx in Sources */, + F67A4FAD4685EEF631679B25 /* glpuzzle.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B6A806546B0BE9BB1047481 /* Sources */ = { + 5233EF3220B0CBF0F94DC296 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A42DBE1822C0B84E8206D211 /* pixmap_browser.cxx in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B89E36C63FB1BF97E549C46 /* Sources */ = { + 6553F7BE612251E990DF941C /* CodeEditor.cxx in Sources */, + 757549FA687814B47FDF937B /* Fl_Function_Type.cxx in Sources */, + 896F1ABFCF7FD154E74483AC /* Fl_Group_Type.cxx in Sources */, + 14C174462324B5CC37CCDA86 /* Fl_Menu_Type.cxx in Sources */, + 4DF2A614035BBE628B48291F /* Fl_Type.cxx in Sources */, + 9C71A60FD27DEE7FC5C74A90 /* Fl_Widget_Type.cxx in Sources */, + 18DD635C6676640694A308AE /* Fl_Window_Type.cxx in Sources */, + 65EE2D2F01E2F28C45E37114 /* Fluid_Image.cxx in Sources */, + DEE00AE573B173D346CC9883 /* about_panel.cxx in Sources */, + AE60CA4A00B061389C7A5147 /* align_widget.cxx in Sources */, + B672C547A51AE02430D75C0A /* alignment_panel.cxx in Sources */, + 7C2FAFC4F1E4FBBE8384C4BE /* code.cxx in Sources */, + AB4729CA5351CDFFBDACCAB6 /* factory.cxx in Sources */, + 705E91B5FB7A801A72DA4BCA /* file.cxx in Sources */, + 09CB9924A09E1F8BFF6BFD30 /* fluid.cxx in Sources */, + F67DFD0061BF6D46A853FA72 /* function_panel.cxx in Sources */, + 177FEB4A47AFB5DB64C812BA /* ide_support.cxx in Sources */, + D1C2639CBFCA8F57AF70EFB7 /* ide_visualc.cxx in Sources */, + C64DBDC6FA59C89BDD74ED66 /* ide_xcode.cxx in Sources */, + 11CDB643C044F336E8DC3438 /* template_panel.cxx in Sources */, + 03C2730DEB9526384733C114 /* undo.cxx in Sources */, + 498A91E63013B9C9E7F8AD0A /* widget_panel.cxx in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 56125B3F2DC3BE3EA02E1D51 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A54D826C827CAE5EE609D332 /* input.cxx in Sources */, + D4D2CF7FDF4EF5710782079E /* resizebox.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3F0D522434DD14A0D16E1019 /* Sources */ = { + 5CEB1AF2CEAF82F60D9E3753 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2C954D0FA23F43274683D8D2 /* pack.cxx in Sources */, + 60366D54C197D5CB1475FFF5 /* resize.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3F7606048968BB6F2BDE2E11 /* Sources */ = { + 5CF9D233FD653D0C168F80CB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5D82763E7455E44DD9A614FE /* adjuster.cxx in Sources */, + B8EF6AFAE7560BAAA5DB03F2 /* fullscreen.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45B152E931E7E1B3184C5919 /* Sources */ = { + 60D6A15292022E5B6703CA9B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F532517954575773E4D3DD1A /* resizebox.cxx in Sources */, + 4C239F9DC6F5C951C082F561 /* browser.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 464E5C8FA86930CE3027DA2B /* Sources */ = { + 6371D2CEBC68EF9C8B545AD5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 706857F7DD228C4EE3141E83 /* color_chooser.cxx in Sources */, + 10F7B8DE937C54C7C28C202D /* valuators.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 484B397F63021975498C1A5F /* Sources */ = { + 6879B74CA0A4987966F1ED25 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D996ABD300C1C9E5AD49E227 /* symbols.cxx in Sources */, + 5CF5EEED3700C2CE481B622D /* editor.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 48521AA26C079163D40FA630 /* Sources */ = { + 69048DA7AFF11F5BABA54331 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A8397F08FA5A10FA15EC43DD /* forms_bitmap.cxx in Sources */, - D8592FE8E78C05946ED18412 /* forms_compatability.cxx in Sources */, - 7885F2F1A065F204D1F56C73 /* forms_free.cxx in Sources */, - 8BF59D156420CED8C133DE05 /* forms_fselect.cxx in Sources */, - B138D18558977839E9207736 /* forms_pixmap.cxx in Sources */, - 33DA15A09B406BDEF807170D /* forms_timer.cxx in Sources */, + FF428DF59ECCE8BCBDEED573 /* threads.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4F6CC837FB076BA766A607D0 /* Sources */ = { + 6915DA0DBD55DB93F1C60C64 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A97FD5DA436DB761D63128B8 /* bitmap.cxx in Sources */, + E001F498F489C21D84D48566 /* label.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 58805C0529322F0CB08B188C /* Sources */ = { + 6E823851192BB4DE5B473CE3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3EF081C2CB35EF95A0FEDB57 /* iconize.cxx in Sources */, + EFCE9B4E92064A67855FE643 /* input.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 61A2D60F0BB8DF48C3717FB7 /* Sources */ = { + 7096DFC681B7CE7590615B4B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F15D28D15A762B5559905BF8 /* button.cxx in Sources */, + 691CDC73220543FB7E2199E3 /* native-filechooser.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 67976A4B92E984ECF8540FA1 /* Sources */ = { + 7198DD314A2B9F5BC232E62F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3E6A8CE57212F9C6E0956E45 /* png.c in Sources */, - 685E09E6FF25D1159378E578 /* pngerror.c in Sources */, - A688213E41EEDBB59EC6B3AC /* pngget.c in Sources */, - 832AF5D003BAC1A96F8AC3A7 /* pngmem.c in Sources */, - 2A2591E6F86683E91F6F0987 /* pngpread.c in Sources */, - 51BEEADCBA28D7B9834F7EC7 /* pngread.c in Sources */, - A6CCDAC89AAC5A56794529A0 /* pngrio.c in Sources */, - B127AA1B6FA1909694D566AC /* pngrtran.c in Sources */, - C746CF4D5FBBB1E6B1D16111 /* pngrutil.c in Sources */, - 0FC6577688D201F13E8EB200 /* pngset.c in Sources */, - 92B592B7F6080E3870924799 /* pngtrans.c in Sources */, - 751D6B70FB3E6BB7DCA5D82D /* pngwio.c in Sources */, - C356E4E827901843960FBD5E /* pngwrite.c in Sources */, - 7D7CB99DC3609FFEE67F086A /* pngwtran.c in Sources */, - 34229025EFBECE9A30B1C06A /* pngwutil.c in Sources */, + DC4172F5202D2954D782B0CF /* demo.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7766E42D145789D621B8A1E5 /* Sources */ = { + 72284F9A7E7D9DB404A14AD6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AF528C0E27F433F769C210EA /* sudoku.cxx in Sources */, + 70BE751E8B2BD832D28DABCE /* colbrowser.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7AF974947F801038CAE22D23 /* Sources */ = { + 729CC85FB8405401D0D9716A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2F9EB79D402F4881B69F9296 /* tabs.fl in Sources */, + 33CCCD893981AE1FCD55B2AF /* list_visuals.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7CAE499FD672B3901B8128BF /* Sources */ = { + 77F3F451BFD5602D868AADC3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EFF3328F583621BF005AE65E /* minimum.cxx in Sources */, + 9F5826EE84543AFA1EA47AEA /* cube.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 818493560306AE3F82553F12 /* Sources */ = { + 7EA420AE4EDDD90CF8F49186 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 457A4C3481CFB6937E8BBC2A /* fonts.cxx in Sources */, + E8CBBE55ACF48ED4D81E1348 /* sudoku.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 838E86EF0455D377C2AFFCBD /* Sources */ = { + 7EE4580888D59B1686F4C99A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 55DB47B6FA0BE84740541B4E /* hello.cxx in Sources */, + 96B65F33C561A1D372D4EFA0 /* blocks.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8635ABB8B0D98093B32F51BB /* Sources */ = { + 84224506193B08BAE0E202D9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0542B06DA90811A88482D24A /* browser.cxx in Sources */, + 8A80527D728FA51E93901BA9 /* adler32.c in Sources */, + DDDDBBCB771BB60C7773B1B8 /* compress.c in Sources */, + C517301BD065A9BBD25E7028 /* crc32.c in Sources */, + 89739E7C7415904318741A99 /* deflate.c in Sources */, + 6A00C0042B2DD369F16E6639 /* gzio.c in Sources */, + 38BFEF6A590F58A0813CB59D /* inffast.c in Sources */, + F6E1813499D1AC38945F38D4 /* inflate.c in Sources */, + C9CCC48447208457D802F907 /* inftrees.c in Sources */, + 14FCC012CF8D5F3A47A9174A /* trees.c in Sources */, + 6F1EFAB38C8C9D402D70BC2D /* uncompr.c in Sources */, + 6683FB04A4BAEC4C240F9559 /* zutil.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8AC39B5A62EB17161C3D03D4 /* Sources */ = { + 8914C54EC57442CC0549C658 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D1AA101F23F0FC1572547128 /* table.cxx in Sources */, + 0D3AB88DAD06AD69E47606B5 /* minimum.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C2933F57981625F53928C95 /* Sources */ = { + 8E984ACE0A609181800CDF49 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C3DFE3DCAAB3E4DD5E598320 /* demo.cxx in Sources */, + 86CDC7662BE2B525699953B5 /* subwindow.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 96AB5EF52921AE3167CC5C30 /* Sources */ = { + 93453C967DED896C210ADF8A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 594CCC04B7BBC15E705D66F7 /* preferences.fl in Sources */, + 12A7F190417B53E56C0B38D3 /* gl_overlay.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 97DF17F684847E51C900DB6E /* Sources */ = { + 98857AA7DE0692A190EC2651 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 312FE4D8F1CA3C5BC79F46E4 /* tile.cxx in Sources */, + FDD58B3A15ED1987627DB846 /* button.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 98E047F5683EDA0EE8DE4BBD /* Sources */ = { + 9AF839E0320B091F68EF7FAC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8C1FF30E5D31FF0D2D2F705C /* fractals.cxx in Sources */, - 8055A735BFE51F0D2132259E /* fracviewer.cxx in Sources */, + 500F1D0368C0C8078BD4DFA4 /* keyboard.cxx in Sources */, + 85A76B848C354D0E8F53D02B /* keyboard_ui.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9C89DFB39F4983D5B51EB0E4 /* Sources */ = { + 9B88D06F8A36E08EBEFEE5A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1B3F701C9C99EFD84F56951C /* label.cxx in Sources */, + A9DDE173D04EF2BAADE2EC6D /* checkers.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9CDF5D87191BAED8E75C016C /* Sources */ = { + A414BD3B8A70C4AF22ED8EF2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C43613B7A1171E3A63D7DC94 /* fullscreen.cxx in Sources */, + F1E29FC6BA134841E593ADEC /* input_choice.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9D0493F9B4B81DC5C17060C7 /* Sources */ = { + A54FC7410059D72B7442CA72 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 31565FBE45BC29F28CEB6366 /* line_style.cxx in Sources */, + 355F4B55E1B3047D22A730FF /* table.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A1D8260A13CA6F9E5CD7692C /* Sources */ = { + A75C112A1B863593CD1E5C4C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5B3278B28C8855B8FD1323C6 /* Fl.cxx in Sources */, + D6473A1CA4B02576CEB4657F /* Fl_Adjuster.cxx in Sources */, + 50318857BD5129A3C589F802 /* Fl_Bitmap.cxx in Sources */, + 3F766F6B277271041DD4F89C /* Fl_Box.cxx in Sources */, + 677FB7CF0B92E2A6071A82BB /* Fl_Browser.cxx in Sources */, + E46C4E4E33AD295062469D5E /* Fl_Browser_.cxx in Sources */, + 222A3E7AF2608893D0215BE3 /* Fl_Browser_load.cxx in Sources */, + 99EDAEB0F0C2F6C039D86F0E /* Fl_Button.cxx in Sources */, + 754B5DE4AA08AFAB8F25FA1E /* Fl_Chart.cxx in Sources */, + D653B54423B692452FECE531 /* Fl_Check_Browser.cxx in Sources */, + 55628A7EA5B29FCF7C82E729 /* Fl_Check_Button.cxx in Sources */, + C8C075416CFA6E334C60DBCC /* Fl_Choice.cxx in Sources */, + D558DEAE25A2336E1B6599ED /* Fl_Clock.cxx in Sources */, + F8FF4F2BB6D0D98BF5D5D4FA /* Fl_Color_Chooser.cxx in Sources */, + 7380EA0C4F4E8028AB737DCC /* Fl_Counter.cxx in Sources */, + 75F6A57AB431EBD5C6B78BD3 /* Fl_Dial.cxx in Sources */, + 80A963F57CDE54CB289B6FEB /* Fl_Double_Window.cxx in Sources */, + D844981EE7307BFFB0D62A2A /* Fl_File_Browser.cxx in Sources */, + 19606C0B83A2A74E8E50C5BC /* Fl_File_Chooser.cxx in Sources */, + FC3B456EB2FB0B25E7A177E1 /* Fl_File_Chooser2.cxx in Sources */, + C5F89520F8A412A440633362 /* Fl_File_Icon.cxx in Sources */, + D4AEA65A4F68E60894849807 /* Fl_File_Input.cxx in Sources */, + 47F4BDEBAE88297D944B162E /* Fl_Group.cxx in Sources */, + 45D215D35F3C909386AD64FA /* Fl_Help_View.cxx in Sources */, + E56F4290E8EFB9D69F1E4EAF /* Fl_Image.cxx in Sources */, + 31A8B636AA1BD75A227E2DFE /* Fl_Input.cxx in Sources */, + 7A288941AD537C58CBD0E5BB /* Fl_Input_.cxx in Sources */, + 782EC3B147C553A4AC929805 /* Fl_Light_Button.cxx in Sources */, + 99419905D88D2693BF5D8365 /* Fl_Menu.cxx in Sources */, + 130CC351EF19AC1437FB02E4 /* Fl_Menu_.cxx in Sources */, + 896F67F8516C122E0ED07EC7 /* Fl_Menu_Bar.cxx in Sources */, + B4AA796083BA842B90190D16 /* Fl_Menu_Button.cxx in Sources */, + 144DE725B6188F839A2939AE /* Fl_Menu_Window.cxx in Sources */, + 5D9A3B7B5590207D68713E60 /* Fl_Menu_add.cxx in Sources */, + 4E42147A8CAC8BC16E541CF8 /* Fl_Menu_global.cxx in Sources */, + 90A67650FCFED47C0E2D7B6F /* Fl_Multi_Label.cxx in Sources */, + 991679083E644FCC8E37FDC9 /* Fl_Native_File_Chooser.cxx in Sources */, + AB4FAC5FCB7CBCD5A5DF04CD /* Fl_Overlay_Window.cxx in Sources */, + F7B5316FC21E74BC6FE00DAA /* Fl_Pack.cxx in Sources */, + E40747F2C7B84DC8575E17CC /* Fl_Pixmap.cxx in Sources */, + 90811FA1F3DAF81D1FF290F5 /* Fl_Positioner.cxx in Sources */, + 06CA71194987C76CB7601781 /* Fl_Preferences.cxx in Sources */, + E99C7209F1D27633ACC6173B /* Fl_Progress.cxx in Sources */, + 5DDBBED7F69DAF37812258E7 /* Fl_Repeat_Button.cxx in Sources */, + BD12D25370ECEC71302C72CB /* Fl_Return_Button.cxx in Sources */, + AFDE7DA0899062FD6C09D946 /* Fl_Roller.cxx in Sources */, + D15312E2BB3A0E0FA35624BE /* Fl_Round_Button.cxx in Sources */, + F78A8265A2D1BBBA57234735 /* Fl_Scroll.cxx in Sources */, + 528339E0F231B48612547F8D /* Fl_Scrollbar.cxx in Sources */, + 4010AF5915E996B0C393FB8A /* Fl_Shared_Image.cxx in Sources */, + 2CCE0F3D277AEFC4B60BD8CB /* Fl_Single_Window.cxx in Sources */, + CDFEDC6FADAA0AE210B5CBC9 /* Fl_Slider.cxx in Sources */, + 05DEF1227F96C05D45DC9B85 /* Fl_Sys_Menu_Bar.cxx in Sources */, + A05D26A52EE518EB53949BC8 /* Fl_Table.cxx in Sources */, + 56B17CE9ED3293D3E8279226 /* Fl_Table_Row.cxx in Sources */, + DEE9CE5956888B7748004CF4 /* Fl_Tabs.cxx in Sources */, + A647416C595B9B4D34669AD6 /* Fl_Text_Buffer.cxx in Sources */, + C58BB3DB93AFB110F2F8A932 /* Fl_Text_Display.cxx in Sources */, + CDF70E883D610EA98884DA7A /* Fl_Text_Editor.cxx in Sources */, + 2A06A72794CB526867550426 /* Fl_Tile.cxx in Sources */, + 9B65DA6F48C2AA7347CAD609 /* Fl_Tiled_Image.cxx in Sources */, + 391CC00E71190C27C7A10C78 /* Fl_Tooltip.cxx in Sources */, + BFDF46E373BD83761ECF8258 /* Fl_Tree.cxx in Sources */, + 7E2771FC3CCE7B29E2224174 /* Fl_Tree_Item.cxx in Sources */, + 141E39B06E8670EF108337E6 /* Fl_Tree_Item_Array.cxx in Sources */, + C58DCDBC3A84FA88DA65EB23 /* Fl_Tree_Prefs.cxx in Sources */, + 005279C54B04A2002DEC5318 /* Fl_Valuator.cxx in Sources */, + 5EA25800D9F55170EDA28427 /* Fl_Value_Input.cxx in Sources */, + BC56B1A667608AB8D8302516 /* Fl_Value_Output.cxx in Sources */, + E6EEB3E051FF17BCAAC5450C /* Fl_Value_Slider.cxx in Sources */, + C82C6A0CD58D87A8A5836EFF /* Fl_Widget.cxx in Sources */, + 05985BF462E15025400ACBE8 /* Fl_Window.cxx in Sources */, + 8A7A9C8A8E270CD5B733BF43 /* Fl_Window_fullscreen.cxx in Sources */, + 531EF0D8861F13B6B937E2FD /* Fl_Window_hotspot.cxx in Sources */, + C6879C7E30F872A960A6C992 /* Fl_Window_iconize.cxx in Sources */, + 2865E62128E291FFFAE6BEEC /* Fl_Wizard.cxx in Sources */, + DE05630B3FDF2440F4BD2127 /* Fl_XBM_Image.cxx in Sources */, + B798FAFD62B31D55D3C4D6B5 /* Fl_XPM_Image.cxx in Sources */, + 3DB744D811DBFA7DB95001E7 /* Fl_abort.cxx in Sources */, + 71332A5ACAA71F402ABBF2C4 /* Fl_add_idle.cxx in Sources */, + 580A56B20E0530FA0388E567 /* Fl_arg.cxx in Sources */, + 78648DECB0806A160A19B178 /* Fl_compose.cxx in Sources */, + EEAA5BC916F5CF0FB1BA2642 /* Fl_display.cxx in Sources */, + CC5482BAAA4A2D8EFD7577E7 /* Fl_get_key.cxx in Sources */, + FB73B270033F386012E58B9D /* Fl_get_system_colors.cxx in Sources */, + 084144F971606F8FED9FF976 /* Fl_grab.cxx in Sources */, + 32E13287EBDA0A294FE9470B /* Fl_lock.cxx in Sources */, + 1C289E8C558E041BDC7D39EF /* Fl_own_colormap.cxx in Sources */, + 6D1F059A5A1FC8FB2A3558EA /* Fl_visual.cxx in Sources */, + A9AE43BCEDFDE1A2C0CF4E4C /* Fl_x.cxx in Sources */, + 7EE1F0555718E9C27EB70A6A /* cmap.cxx in Sources */, + 8A3EC365E71A76747AC53C75 /* filename_absolute.cxx in Sources */, + 2ED69569FC467C0C85B5100B /* filename_expand.cxx in Sources */, + 1C36AFBAAF006EDA8CF283AB /* filename_ext.cxx in Sources */, + 8C041FA8601991F840011B04 /* filename_isdir.cxx in Sources */, + B011F344DC0F31A4CC72E4B0 /* filename_list.cxx in Sources */, + F8E79FA3F013B84888C5CBA2 /* filename_match.cxx in Sources */, + 2F0870993891D7C03B4FC9BD /* filename_setext.cxx in Sources */, + 54C32AD9FBBA5DE9D6E700CB /* fl_arc.cxx in Sources */, + CFB8AEA76AA776EA30E7381E /* fl_arci.cxx in Sources */, + 126CCF6DE05D56076E99FDB1 /* fl_ask.cxx in Sources */, + 12FD1EFEDAEB189B68130A6B /* fl_boxtype.cxx in Sources */, + DA5B809030DDFA58F438ACAC /* fl_call_main.c in Sources */, + A6F46FF0ACF259F8DFAE3D13 /* fl_color.cxx in Sources */, + 12982D10E327FB8F747ED341 /* fl_cursor.cxx in Sources */, + A52AC1FD6C1F18D54F452658 /* fl_curve.cxx in Sources */, + 26DCDFE7B2958F512AC4DEB5 /* fl_diamond_box.cxx in Sources */, + 1D534520FC245FC74D3A0FB0 /* fl_dnd.cxx in Sources */, + 2CC5316288896DEE6DF8CF74 /* fl_draw.cxx in Sources */, + 8E777D862094DC0809B81AF0 /* fl_draw_image.cxx in Sources */, + B9B0DD0D48F6CD4664621624 /* fl_draw_pixmap.cxx in Sources */, + B9830347F388054514E7B9F4 /* fl_encoding_latin1.cxx in Sources */, + C970D9D344F62E54FA902983 /* fl_encoding_mac_roman.cxx in Sources */, + 2CFC30C97AC21C3E043EC3D4 /* fl_engraved_label.cxx in Sources */, + 376D2A6FE9DD51419D3DE8D9 /* fl_file_dir.cxx in Sources */, + 277A267FA0247876220A88D8 /* fl_font.cxx in Sources */, + 7E09C73DB415806502DBF38B /* fl_gtk.cxx in Sources */, + 2AA26E5F8BC38E141D78CAED /* fl_labeltype.cxx in Sources */, + EE2A0876C7C8F9E6AE273A29 /* fl_line_style.cxx in Sources */, + AB6A00E63E9251A2B3F58516 /* fl_open_uri.cxx in Sources */, + 3E4B84F6BB80A3AFA86059CA /* fl_oval_box.cxx in Sources */, + 7AA115F19291249BA05B44FD /* fl_overlay.cxx in Sources */, + D5768864E0BC3C9CB2077B67 /* fl_overlay_visual.cxx in Sources */, + D4A08DD244BA5CEE004A001D /* fl_plastic.cxx in Sources */, + 91E105742051C2FEB45DEE66 /* fl_read_image.cxx in Sources */, + 476FD4ADE71E118D400A00D5 /* fl_rect.cxx in Sources */, + 59F4CB65557ED7D82F9DC379 /* fl_round_box.cxx in Sources */, + F9D3F4FA8026304ABFA1B2C9 /* fl_rounded_box.cxx in Sources */, + 12CCDD23D4398D4BBC1D27A6 /* fl_scroll_area.cxx in Sources */, + D5409F29090199015F2E2294 /* fl_set_font.cxx in Sources */, + 5CAC0C543077EE5D079FFFA4 /* fl_set_fonts.cxx in Sources */, + DB66D72BCA9736D1F3FC1472 /* fl_shadow_box.cxx in Sources */, + 83A66E04B806A31A26817756 /* fl_shortcut.cxx in Sources */, + 3B8806F8CB6F7D07F9BE0482 /* fl_show_colormap.cxx in Sources */, + DFF17287ABBEF9B3F5BD4995 /* fl_symbols.cxx in Sources */, + 0AA11EC5C4B790CC8E9625F2 /* fl_utf.c in Sources */, + 653F7B9AC05E1C996033AA95 /* fl_utf8.cxx in Sources */, + 180823A3622222C1EA7A169B /* fl_vertex.cxx in Sources */, + 9A6785EDFA04F33551F67EF0 /* flstring.c in Sources */, + 0822DD8FF804CEC29F2572A8 /* numericsort.c in Sources */, + D05B2A52EF29322EC7D6AB2F /* scandir.c in Sources */, + 74369A75FFF5E68D34C3591D /* screen_xywh.cxx in Sources */, + 934D18B4712535BA53E66233 /* vsnprintf.c in Sources */, + B625A7FCB886D8CDB865D20E /* case.c in Sources */, + 9C86264EB5F958EF97E20E75 /* is_right2left.c in Sources */, + B189DE637EA1D4FE8673C218 /* is_spacing.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A99765C429CEBCF9482AE62E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F56566B34782EEB13F22E85D /* overlay.cxx in Sources */, + E068433F64CA7A3F58B91F34 /* output.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A2419C37A1AB1DB092A2BF3C /* Sources */ = { + B1DB43796407B3DDB153D9EE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F7C36871A501043A2E9E2904 /* input_choice.cxx in Sources */, + 75D5E7F51BD81DD66A9B2B5E /* Fl_Gl_Choice.cxx in Sources */, + 5D9F0168DD28F9F26BF22419 /* Fl_Gl_Overlay.cxx in Sources */, + 609193586E27764E9BB69019 /* Fl_Gl_Window.cxx in Sources */, + 41BF307D02D18F8CFDC79FD8 /* freeglut_geometry.cxx in Sources */, + BD01F961FDF18543E7ADA5F0 /* freeglut_stroke_mono_roman.cxx in Sources */, + D4191DE4B6C4DEF9770C716A /* freeglut_stroke_roman.cxx in Sources */, + 95BB0E31A5F83E5B976FF7A2 /* freeglut_teapot.cxx in Sources */, + C2267F4390500340ED1605E2 /* gl_draw.cxx in Sources */, + 81B8AD88DE26D65E8C51B883 /* glut_compatability.cxx in Sources */, + 6EA5E85348548752FCFFCB4F /* glut_font.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A48B295485AFF835AA23A507 /* Sources */ = { + B2B441BDED5B50E129DC4032 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 713D48601FCCAF618E1FAD05 /* output.cxx in Sources */, + B4F7860CDF12CE213FFCEF08 /* image.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AE2FA3B457206CBDDFDD0127 /* Sources */ = { + B66E00B2F4CB9A864F02C659 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7B9F01EF086904245CB72328 /* native-filechooser.cxx in Sources */, + 7BD4CB1624EC5C768DA429C5 /* line_style.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AE4E1910358A1CCCFCDBAA50 /* Sources */ = { + B68E532AC81B28C5F544DB73 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8A29C1D4C5ABF2F7B6D7B29F /* threads.cxx in Sources */, + 347B2461F4FE021C88B659CD /* utf8.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AF0413FF72304DE23C4A2EC0 /* Sources */ = { + B7D2B05A8ACC16F20447DD54 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 04A9359D781353D087DD2E18 /* fast_slow.fl in Sources */, + 00B2ACAD017A6D4EE08D6F70 /* forms.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B1C3F03B08E87F2C2E6F471F /* Sources */ = { + BD2753884BCB4DCE4C45735F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 45E93B33F7B43B3ABC77EE08 /* ask.cxx in Sources */, + 953220E6EFFB1A6101D8F5B8 /* forms_bitmap.cxx in Sources */, + FCE057717DF4A7A97DFE4B2C /* forms_compatability.cxx in Sources */, + F3DA610DC68956432DB015EE /* forms_free.cxx in Sources */, + 39F4FE5CF3DFBC99F5D61C39 /* forms_fselect.cxx in Sources */, + B7C19E96591BF0BB9E308ED7 /* forms_pixmap.cxx in Sources */, + 0B8FED1B0873C01CC06BC2AD /* forms_timer.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B9542D8617D031099FC9D1FF /* Sources */ = { + C38D459281B4F6A346F0E947 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F425A33E026FF643A92DE4CF /* curve.cxx in Sources */, + BF6444A028538C768D7FBBB8 /* iconize.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BA083E479340CDB6D85A76AE /* Sources */ = { + C55CF3516549A088A012F647 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A3FA888E4F9DC462AE139989 /* list_visuals.cxx in Sources */, + 01DF6F3782F717C71119AD62 /* CubeView.cxx in Sources */, + 51ED7EA150318E3A31DFBBB5 /* CubeMain.cxx in Sources */, + F52977DF32E94605FF26115C /* CubeViewUI.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BA8B7089BCE33025FFACDF75 /* Sources */ = { + C62539033858CC816931E4D4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 238D5244B5A6B879028F3E74 /* buttons.cxx in Sources */, + 1D3C5E38A6325A4004325C86 /* hello.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BB4CDB618DD139D7963247C6 /* Sources */ = { + CD9800FA6D5C94D21C37D048 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4D3150B48180C69C9D2A05C9 /* blocks.cxx in Sources */, + 5B542A0D9C06F06F2B2586DE /* fast_slow.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BF0DC8E792C66B525BA55560 /* Sources */ = { + CF214D1A242AE4216AD931E1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BAA1CD932D2204177BE5820F /* valuators.fl in Sources */, + 835E53A62325C7CB84B078D0 /* curve.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C470666049A29F142C51E555 /* Sources */ = { + D3D9FB2DAB0C17D884C5EF63 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E45B91F60C670A6831B854A /* tree.cxx in Sources */, + 5EE03C80D7E933DC7437F7C9 /* clock.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C8379E15DEC339884FC761A4 /* Sources */ = { + D4508285C61AB0B718864AE3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 726A53DC822DDF492123FBD1 /* keyboard.cxx in Sources */, - AF6EEDA55B074E76AB7AE1D1 /* keyboard_ui.fl in Sources */, + BE974F321520CC5ED7814A57 /* message.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C906985B3CCE33D7C10C29E9 /* Sources */ = { + DA920D56E214A0833A9E3C34 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F5B5A9987A2E4860681EA13F /* colbrowser.cxx in Sources */, + 1C58259DE9C39895A9805C0E /* file_chooser.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C96772754EC12EA85A5AEEAC /* Sources */ = { + DB6736682EB1480D9C9ED581 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B826B38BB0D0B798D148115D /* forms.cxx in Sources */, + 9FA278B21273D7E7E5DBB30B /* adjuster.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA29F8D124F16802AA2962A1 /* Sources */ = { + DC26AF1E7138DAC37FF9AC44 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6ABECAA24DDD519DF91A05B3 /* Fl.cxx in Sources */, - 5BAEAAF17741664B32BBCFEB /* Fl_Adjuster.cxx in Sources */, - 777C94E3E04E2D64B3857A02 /* Fl_Bitmap.cxx in Sources */, - 4992C1266FCA08FCB3E55533 /* Fl_Box.cxx in Sources */, - D9B1628EF5E6A95C57416060 /* Fl_Browser.cxx in Sources */, - 5032E8BA153CE9215F9B2AB9 /* Fl_Browser_.cxx in Sources */, - F16824BD9FC7D2B8BD65D4BC /* Fl_Browser_load.cxx in Sources */, - EE7C61BBDA999CE03827B329 /* Fl_Button.cxx in Sources */, - FC3FBDB3339C8E5C23F510BB /* Fl_Chart.cxx in Sources */, - A56350C52889CDE9B1972DB5 /* Fl_Check_Browser.cxx in Sources */, - 2E8B8A589CD96A529930D7D9 /* Fl_Check_Button.cxx in Sources */, - F0EA8095E265682AD374E98E /* Fl_Choice.cxx in Sources */, - 7AC31B8069E4CB1D6EFF0343 /* Fl_Clock.cxx in Sources */, - 9ECACE71A00695C0933BFDEA /* Fl_Color_Chooser.cxx in Sources */, - 97B2A0F8C068DCE3DCF9FC03 /* Fl_Counter.cxx in Sources */, - 585268980DEE7D6CC70AFE35 /* Fl_Dial.cxx in Sources */, - 1B07A85310E6CFE6F1BFB981 /* Fl_Double_Window.cxx in Sources */, - 9CDCCDD77C00A43EEC59F766 /* Fl_File_Browser.cxx in Sources */, - 6560803289B73CC257104088 /* Fl_File_Chooser.cxx in Sources */, - A95DBC37AC22D236845C7B77 /* Fl_File_Chooser2.cxx in Sources */, - 243EE310BB823BAB7A0913E1 /* Fl_File_Icon.cxx in Sources */, - 361479FD379867FD73FBDFD6 /* Fl_File_Input.cxx in Sources */, - 08658A0E9B64697CF409B56E /* Fl_Group.cxx in Sources */, - AEE595255C1E72306E492887 /* Fl_Help_View.cxx in Sources */, - 00425565BEC4C3B6527D70C8 /* Fl_Image.cxx in Sources */, - 36401CA67D968026E71E79DB /* Fl_Input.cxx in Sources */, - C63272D7AB85FF0B3371D2A8 /* Fl_Input_.cxx in Sources */, - 1FBBAEC017648AE768E49F6A /* Fl_Light_Button.cxx in Sources */, - 0CFFD63A962328A5CB376C30 /* Fl_Menu.cxx in Sources */, - 5AC013760AA7D79E438A4B93 /* Fl_Menu_.cxx in Sources */, - 276C6CBF46072F451F8D8674 /* Fl_Menu_Bar.cxx in Sources */, - FF4C202B5568D0BB5DD9E6BD /* Fl_Menu_Button.cxx in Sources */, - 368942DDF1C9B137D8647D7A /* Fl_Menu_Window.cxx in Sources */, - 43A540A29E9B9ED8AF04E336 /* Fl_Menu_add.cxx in Sources */, - BFCD8FD5CF67E05701680131 /* Fl_Menu_global.cxx in Sources */, - ADD0BFFFD2DB3FBED31313B9 /* Fl_Multi_Label.cxx in Sources */, - 2F4ADC9AF94944CC00F9CB0C /* Fl_Native_File_Chooser.cxx in Sources */, - 7E583B0F666C450F8FE09B20 /* Fl_Overlay_Window.cxx in Sources */, - 87655A34BFF23B5D96796A6A /* Fl_Pack.cxx in Sources */, - 2287E12DCF2AFEEEC3BEB7ED /* Fl_Pixmap.cxx in Sources */, - EE57AC21D95C79CA68C98B25 /* Fl_Positioner.cxx in Sources */, - 22C82F480CA86E23043605D4 /* Fl_Preferences.cxx in Sources */, - 197D66119B6B114B3AD19820 /* Fl_Progress.cxx in Sources */, - 70507526ECA634C20B9AB7F8 /* Fl_Repeat_Button.cxx in Sources */, - D21080A2AFB98E7F2E998FAE /* Fl_Return_Button.cxx in Sources */, - 7BDEB16D11DF99A021575B26 /* Fl_Roller.cxx in Sources */, - 27E83CA92943029A20689EAC /* Fl_Round_Button.cxx in Sources */, - 6E50E5A31355472F3EC45783 /* Fl_Scroll.cxx in Sources */, - F34E64AA2409C255D59E8B6B /* Fl_Scrollbar.cxx in Sources */, - EC7D075F3675D5077EDFEF4D /* Fl_Shared_Image.cxx in Sources */, - A625AE0FD326D26F75A1F7CB /* Fl_Single_Window.cxx in Sources */, - 73E3708BDC1E9E6A94E169E2 /* Fl_Slider.cxx in Sources */, - B1E28EA989CEF8607D18393D /* Fl_Sys_Menu_Bar.cxx in Sources */, - F8A81652E33CCE45561E9129 /* Fl_Table.cxx in Sources */, - 2B29EBA99263AF9D89B84AC1 /* Fl_Table_Row.cxx in Sources */, - 9B2AB772227D59319586D4BA /* Fl_Tabs.cxx in Sources */, - 85E291720A318B913719BB82 /* Fl_Text_Buffer.cxx in Sources */, - 6CCE0D3DEE7B2E264236F75E /* Fl_Text_Display.cxx in Sources */, - 63270924F9D4E76C7ADDEE5E /* Fl_Text_Editor.cxx in Sources */, - BC26500C9094D2F532345680 /* Fl_Tile.cxx in Sources */, - 59794FD50803DF8923093464 /* Fl_Tiled_Image.cxx in Sources */, - 05DE198EFC2230201503836E /* Fl_Tooltip.cxx in Sources */, - 945D93E2397254D68A0292D9 /* Fl_Tree.cxx in Sources */, - 2B3F710417F3A8B545C0DA1A /* Fl_Tree_Item.cxx in Sources */, - 344FA72C787D5BDE62DE0A58 /* Fl_Tree_Item_Array.cxx in Sources */, - 0C713754757B3C17CAF4C336 /* Fl_Tree_Prefs.cxx in Sources */, - 0E57626EF8E1297CE7A25F99 /* Fl_Valuator.cxx in Sources */, - 18C46FF54683D8099C956186 /* Fl_Value_Input.cxx in Sources */, - 193FB7B76C469B0A9A557AFD /* Fl_Value_Output.cxx in Sources */, - 2C4F3B57640D3140BB447FB8 /* Fl_Value_Slider.cxx in Sources */, - DD3485BE086CC1C28810D6C4 /* Fl_Widget.cxx in Sources */, - 9879649E00E7E654EAC73BEC /* Fl_Window.cxx in Sources */, - 07663126DC12B15BE386B477 /* Fl_Window_fullscreen.cxx in Sources */, - B6E979593F11AA5B151DCC9F /* Fl_Window_hotspot.cxx in Sources */, - 9C0C97939AED99C67BA22877 /* Fl_Window_iconize.cxx in Sources */, - 21F93720737A42ED4C256B23 /* Fl_Wizard.cxx in Sources */, - CDCE0B9E417838509D0DF6F7 /* Fl_XBM_Image.cxx in Sources */, - 280ACD788A7E2DB41F610ADF /* Fl_XPM_Image.cxx in Sources */, - 9977F28298719856F51E87A8 /* Fl_abort.cxx in Sources */, - 9C535AF495ED1190D0D118E4 /* Fl_add_idle.cxx in Sources */, - D5D94F25E06120D4FEE5659F /* Fl_arg.cxx in Sources */, - 7F457E03DDC2E5BEBB97F64A /* Fl_compose.cxx in Sources */, - 6F9155D1B26CEC985E34BC74 /* Fl_display.cxx in Sources */, - A0F18588082C5788A0A313C8 /* Fl_get_key.cxx in Sources */, - 0F9716545B05BAA072E9A851 /* Fl_get_system_colors.cxx in Sources */, - 94790DFB3BCA1A03B64B3E56 /* Fl_grab.cxx in Sources */, - 7D9A3806B329285066ACE8BC /* Fl_lock.cxx in Sources */, - D05469A0D4C604B51A1CF239 /* Fl_own_colormap.cxx in Sources */, - 18B63697D268F462FB513DEE /* Fl_visual.cxx in Sources */, - 87D22658DEF57F8F135E04A1 /* Fl_x.cxx in Sources */, - FE56750F161BCBCDBB3D49E8 /* cmap.cxx in Sources */, - 3415397AF9DA4AA9E603FC10 /* filename_absolute.cxx in Sources */, - B989D46B7EF530C5B35C8ADD /* filename_expand.cxx in Sources */, - 17F56F7EFD34BA1C639A58DB /* filename_ext.cxx in Sources */, - E9B3899BC246398DD90EBDB5 /* filename_isdir.cxx in Sources */, - 68C19E18F3E7B4775412DDA7 /* filename_list.cxx in Sources */, - FDA3EE1DAEE50AC73E688832 /* filename_match.cxx in Sources */, - B245728CBE809A3DC1ABEF4E /* filename_setext.cxx in Sources */, - 9FD8AB90E0616AB650A9C1E7 /* fl_arc.cxx in Sources */, - 26DA8E01793A184BB7C406ED /* fl_arci.cxx in Sources */, - 8F9B0ADB74B180EAD8EF96F6 /* fl_ask.cxx in Sources */, - 7358F0A20D92D81AEC2D69AD /* fl_boxtype.cxx in Sources */, - 6EDF6F643336BCAFBCFD42BB /* fl_call_main.c in Sources */, - 9713BC20D2240D9F54E95FB3 /* fl_color.cxx in Sources */, - 86B3390A556FE707CD7E88C4 /* fl_cursor.cxx in Sources */, - F354057514942579E23C3C5E /* fl_curve.cxx in Sources */, - 41E91DE30C7B2819C2FF7372 /* fl_diamond_box.cxx in Sources */, - E784D2534F3982D568B3508B /* fl_dnd.cxx in Sources */, - 9DF3E847AF87BA8B338E0E82 /* fl_draw.cxx in Sources */, - CC297EBEC7CD33EC19BA4868 /* fl_draw_image.cxx in Sources */, - 35F3BCEFF65E855D075857D3 /* fl_draw_pixmap.cxx in Sources */, - DEC3261B2D29825BD20E36B5 /* fl_encoding_latin1.cxx in Sources */, - 3865D05C7BB7ACA4DC259BE4 /* fl_encoding_mac_roman.cxx in Sources */, - 9704ABB7984963E09AE1F77D /* fl_engraved_label.cxx in Sources */, - E9F5E43CA034DF18FD131DD4 /* fl_file_dir.cxx in Sources */, - EEC19125A6893A28D0D5E8FF /* fl_font.cxx in Sources */, - 359D42AE3A12530233CBBE97 /* fl_gtk.cxx in Sources */, - C3612F43ED8C506399498819 /* fl_labeltype.cxx in Sources */, - 676250E5B78E6762CEE11F4B /* fl_line_style.cxx in Sources */, - 58471E2D711A5DF9FD9DE37D /* fl_open_uri.cxx in Sources */, - FCEED6D719DBDFD934E7C3DD /* fl_oval_box.cxx in Sources */, - 2AB0AF69C0235BF65C092FB9 /* fl_overlay.cxx in Sources */, - 49C47DC0A949A8F95321A022 /* fl_overlay_visual.cxx in Sources */, - 4F2643E6D4AC38D8E7151724 /* fl_plastic.cxx in Sources */, - 7280F33D29500822CD8FD003 /* fl_read_image.cxx in Sources */, - A9C7F8C9C3B380B683199636 /* fl_rect.cxx in Sources */, - 01D8B3D2695900EDD8D33258 /* fl_round_box.cxx in Sources */, - 0E0A215706ABFAE2D368ED74 /* fl_rounded_box.cxx in Sources */, - DCF407343AE41FEFC6FB0A54 /* fl_scroll_area.cxx in Sources */, - B657CF528DE82D28ADDDEDB5 /* fl_set_font.cxx in Sources */, - E1C023127BEAFE4E703BB67B /* fl_set_fonts.cxx in Sources */, - 712B1FB13A106D03E54D867C /* fl_shadow_box.cxx in Sources */, - 78913A53299234777AD545ED /* fl_shortcut.cxx in Sources */, - 5EFF1E474CFBA90A4F21D407 /* fl_show_colormap.cxx in Sources */, - F197AF9D1513B9A55CB11D22 /* fl_symbols.cxx in Sources */, - 138564AD7E14C273E5D05E63 /* fl_utf.c in Sources */, - 4229999E7AA42885AE088AF2 /* fl_utf8.cxx in Sources */, - BE50F74DC6517905DAFB24E5 /* fl_vertex.cxx in Sources */, - AAE34E4A83AE6A39B1558827 /* flstring.c in Sources */, - 3C50BE97DC0C1D7849D7C343 /* numericsort.c in Sources */, - DCE0F5966AEB64629B037703 /* scandir.c in Sources */, - 474FE5BD5BC7385611F192F1 /* screen_xywh.cxx in Sources */, - 23C014DBA1919FA6D3A2FC89 /* vsnprintf.c in Sources */, - 3DCFCA5604669BF321422DDE /* case.c in Sources */, - 6603C6EE2295CFD52E9C0816 /* is_right2left.c in Sources */, - 2089309F12F2222EC18C941C /* is_spacing.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CC202BD08122ED0585024193 /* Sources */ = { + CC8EA6230F52EC99EC40FF34 /* cursor.cxx in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DDC3285162E0D924BAE2F1D3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EE061CF15C986909DB87D45C /* checkers.cxx in Sources */, + 660780584B9BC3AB1778F92B /* menubar.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CF38A34140990EB778A6D66C /* Sources */ = { + E2395E8BD43EE9E8E297CC3D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C8E02D3F07FD7A35232BC0AA /* arc.cxx in Sources */, + 1D88AAD5F5CE4EE9E3D77A75 /* png.c in Sources */, + 1D4660916DC4260B9BC7879F /* pngerror.c in Sources */, + CABDFB5F465E21D025EE44DA /* pngget.c in Sources */, + E8428CC4AAD149AA238C5BDC /* pngmem.c in Sources */, + 25BC0C55E11016233D2BCE28 /* pngpread.c in Sources */, + 970E74A3FB37FE8507FC4B92 /* pngread.c in Sources */, + 01B50D68C94493EEA48378FA /* pngrio.c in Sources */, + 94703254ECDC774E313A1C57 /* pngrtran.c in Sources */, + 6736831B9017720A3C4D82B8 /* pngrutil.c in Sources */, + 58245F95FE5A1D06C8A5B7F8 /* pngset.c in Sources */, + 41744BA7CF3E4DA76AB4B9E5 /* pngtrans.c in Sources */, + 1A7B57D89E8D7AF30AF60E34 /* pngwio.c in Sources */, + B87BF2DFE72022826956799B /* pngwrite.c in Sources */, + 6AB78DD35966CB8D37D980D6 /* pngwtran.c in Sources */, + 33B062163B1FFEC64AEF8F2C /* pngwutil.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DFFCAAB6D565A9D114874B7A /* Sources */ = { + E3B9776E4D0E911EEB63505C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 22E343DE8553DA960636E1EF /* menubar.cxx in Sources */, + 4E2F4279621DFCBF0FBEBF26 /* mandelbrot.cxx in Sources */, + 228C7F649B23E8C2B07C5C16 /* mandelbrot_ui.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E059C9172D6A507CDD2FD135 /* Sources */ = { + E68CE4B0DF8AEC0D10325AB2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF0C80308839F3296D8738FB /* gl_overlay.cxx in Sources */, + 07CDF1B3F1B6EDF467A85C3F /* buttons.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E29BBFBA2362D7E63A3286DD /* Sources */ = { + F057195329A14700949E7ED3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1B57503976325C01BB9F6871 /* doublebuffer.cxx in Sources */, + 4F20E3FF696E335629D0D380 /* shape.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E8A91F95D778210F85E35BE7 /* Sources */ = { + F117FFAA34BB149C074FFE9D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FE20A297DC2F9AB44CA5656A /* jcapimin.c in Sources */, - 54EFEF11FF80404E6AEC5D84 /* jcapistd.c in Sources */, - 57267232542EEE5968A4F080 /* jccoefct.c in Sources */, - 8EA83E882C9CF5D5F86EDAA6 /* jccolor.c in Sources */, - 8FA3C957AFEB0ED9BFD5343C /* jcdctmgr.c in Sources */, - BB8225A6C770C987601548EE /* jchuff.c in Sources */, - A6E74D7AF6DDACD248090151 /* jcinit.c in Sources */, - A5A56790F1D1B81E7C991F5F /* jcmainct.c in Sources */, - 6A046C1ECE7CD9B1B072E79A /* jcmarker.c in Sources */, - B337A285438080F82CCAD4DE /* jcmaster.c in Sources */, - BE30582C844BA3F9D07AE4AF /* jcomapi.c in Sources */, - C132CBEEE678E4C9FBF16DC3 /* jcparam.c in Sources */, - B1CBBD3A589B643C1DCDE2FC /* jcphuff.c in Sources */, - B7D76807A75BE308007C3365 /* jcprepct.c in Sources */, - 22EE7B7A23E72E8FE6852873 /* jcsample.c in Sources */, - FC4A4AB06E61BC5CD52C7A56 /* jctrans.c in Sources */, - 4DA7D2DC31B7111A52D0A379 /* jdapimin.c in Sources */, - 4277BBD5DFA60E51CD90B4DC /* jdapistd.c in Sources */, - 996FD91DE97833E398085660 /* jdatadst.c in Sources */, - F9B26B2D14DDA0580BA4FBE5 /* jdatasrc.c in Sources */, - CDD95ECAB697BAA10C56886A /* jdcoefct.c in Sources */, - E6A72EC6425D8428D20762A0 /* jdcolor.c in Sources */, - 2955C2E32E311F11F4F31EE7 /* jddctmgr.c in Sources */, - C73C9A2CC19914B67D32075A /* jdhuff.c in Sources */, - 9874A39C7C96E18B6D4C2397 /* jdinput.c in Sources */, - F73C45B65C1D1ACE1FEF48E8 /* jdmainct.c in Sources */, - A11DD2E8F2C57F6B6D1795B7 /* jdmarker.c in Sources */, - 69A63182A2A73FC5BFA15FF4 /* jdmaster.c in Sources */, - 95650FB0CE58965D888688D9 /* jdmerge.c in Sources */, - 399CE776F7576AE70FAE3F83 /* jdphuff.c in Sources */, - 1EC128C17CDF68B6F21C7F6A /* jdpostct.c in Sources */, - FA1E11093DDF43A9DA2C4B53 /* jdsample.c in Sources */, - A2C8BB73E82FEF523A286A88 /* jdtrans.c in Sources */, - 774058988D5C27A56E4C4FDC /* jerror.c in Sources */, - CEE569B5E7921AF05CC0AA31 /* jfdctflt.c in Sources */, - C385997F9BADC153F2E8B821 /* jfdctfst.c in Sources */, - 2D44FBB4219A36F69CF943B5 /* jfdctint.c in Sources */, - 939339D5D2CD2688931B56FA /* jidctflt.c in Sources */, - A64F7CDD312FE57AFCA28088 /* jidctfst.c in Sources */, - B674AA77E5CDCF0D29A4BC39 /* jidctint.c in Sources */, - 98773BF618B2C09426E448CB /* jidctred.c in Sources */, - D2AF67F45F657FD281A6E15E /* jmemmgr.c in Sources */, - 44392E89401AC1F66941A034 /* jmemnobs.c in Sources */, - 7A94F786B686A80362CFDEB3 /* jquant1.c in Sources */, - 480F138D2AA81BEF45F51070 /* jquant2.c in Sources */, - 8A791C0C70BBE1ECFFE3E4C7 /* jutils.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E936392EEEF5CEAEF51CC2B9 /* Sources */ = { + 1E770BB4C7EDB0481DC94148 /* Fl_BMP_Image.cxx in Sources */, + 90CC9ADFB9D405BFF44EF667 /* Fl_File_Icon2.cxx in Sources */, + B55D6062A703E642BE82C7D8 /* Fl_GIF_Image.cxx in Sources */, + 51C517409C65ED98FC0C45DA /* Fl_Help_Dialog.cxx in Sources */, + 6972A1823C306C1E5AC52025 /* Fl_JPEG_Image.cxx in Sources */, + 62213C4724C1951688E3C167 /* Fl_PNG_Image.cxx in Sources */, + 4F45AB66F8F57CC17841AF82 /* Fl_PNM_Image.cxx in Sources */, + 8375AE9B98B2C95E52F99B65 /* fl_images_core.cxx in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F1D68B5CE0482E7603FF0B3A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00D87EBD2AC094DF875DB45B /* file_chooser.cxx in Sources */, + 8245AC9C221F2384E4EFDB7A /* tile.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EA6AF1B91D8C78F3571A75FE /* Sources */ = { + FA4931BA2BAEFDE4268A2585 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 072BDC32C2CE028B7E0D272B /* cube.cxx in Sources */, + C9B40C4B0B459C5B0A1CC31D /* overlay.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EAFDC486A6F48718E69A9B01 /* Sources */ = { + FA864CCD3DED1791A2FCFC9F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 01322FE51B04287970848276 /* message.cxx in Sources */, + 454935C0ED6AC05CD6DF19A0 /* radio.fl in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EFDC9F4211AE392987222EBB /* Sources */ = { + FD0FEEF257D338BAA3A4E8EC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BE241E11CA0883BDD7BC763D /* clock.cxx in Sources */, + 243680BE63E520FF75BE2F7F /* help.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F10834A22BB56F5A427EDBA8 /* Sources */ = { + FD2D21C1D574FC5220A6ED25 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1555A6EE92360850F13FBE71 /* CodeEditor.cxx in Sources */, - F19EDBD2C8FBCDB99604E07D /* Fl_Function_Type.cxx in Sources */, - 6B223720FD0C978FE42EE75A /* Fl_Group_Type.cxx in Sources */, - 802F3342E4DD6064794FFC1E /* Fl_Menu_Type.cxx in Sources */, - B376FB4572B6958D891B4AA6 /* Fl_Type.cxx in Sources */, - A830714CE3F595E4D4E2F14F /* Fl_Widget_Type.cxx in Sources */, - DCC117C33F35A3BF38E46AA7 /* Fl_Window_Type.cxx in Sources */, - B33897DBAA60D5A0924B2A1E /* Fluid_Image.cxx in Sources */, - 030CF90DEC789231D50E84B4 /* about_panel.cxx in Sources */, - 4D985CE9B5E2739B941C543C /* align_widget.cxx in Sources */, - FE9E66C9E3B0CCB61771D743 /* alignment_panel.cxx in Sources */, - 895CA534509DE66B09F9FA79 /* code.cxx in Sources */, - F2F89ACD738FF41DE43093B7 /* factory.cxx in Sources */, - 7230A7A2E7937B041E58EB33 /* file.cxx in Sources */, - 0CFD40178EFF4DA95338A6D7 /* fluid.cxx in Sources */, - FF4AC77C4440674D47148801 /* function_panel.cxx in Sources */, - 501A62F77F1AB4CCC106E3F2 /* ide_support.cxx in Sources */, - DE9753FE1FD0D385B8B7E04D /* ide_xcode.cxx in Sources */, - A7CF9D5D3673B1115F0EF57C /* template_panel.cxx in Sources */, - FF6F9B0A2BADD8B4040B36E0 /* undo.cxx in Sources */, - 9F57CE5029EC95D31C4272D0 /* widget_panel.cxx in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F21B80E27E807FBD7EEF4D16 /* Sources */ = { + DC146B8E561DB62700031B92 /* pixmap_browser.cxx in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FE7964DE3962125D287C026E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A4B17A5DC31D26337424B13B /* inactive.fl in Sources */, + 7EE42D26CBB95149BC023436 /* ask.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F8D50AB3DE4DC9B734FD93AD /* Sources */ = { + FFDC9827A6A47EB73AA9A3A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9C19C2255123D3C52CEE9E56 /* resize.fl in Sources */, + DA11BF3D09268D27DE3451AB /* navigation.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 01652E68C9BFD740E23B7F8F /* PBXTargetDependency */ = { + 003E8DE8604D382579BE7182 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1466DB020BFE280FF9FBA5FF /* navigation */; + targetProxy = D24A37A143141E0112BC0FAD /* PBXContainerItemProxy */; + }; + 01DFFA562E737A8BE21BA506 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 7A9B2910F36F973FFC0507D6 /* PBXContainerItemProxy */; + }; + 03DB36DACE01D7252BEC5AFD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = 1E003E4EFD3B6B02BC153943 /* PBXContainerItemProxy */; + }; + 05071F4235A4168A6F48D363 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = CF46F42BA44FABC3162E3BEA /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 397E138740CCFE3A1F08589B /* PBXContainerItemProxy */; }; - 01FC31E6FB8403B85B798353 /* PBXTargetDependency */ = { + 057F94F3B95924B87D2DE44F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 727242C9FBDED3D06B6A8887 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = F3DCDCA431C1E713CF4C9D64 /* PBXContainerItemProxy */; }; - 052D4548ADF968954C43103E /* PBXTargetDependency */ = { + 06111FEF38559879CC2DD90D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 4A72FD67990B53A45A77A9FE /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 149B699CFF5505B8C99C9551 /* PBXContainerItemProxy */; }; - 07587932ED79299325206AC3 /* PBXTargetDependency */ = { + 06E888C55B701933A53FBFAA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = BB6CDFE329C968A956EB27E0 /* PBXContainerItemProxy */; + target = 349A025144D2FB3EB50B624C /* utf8 */; + targetProxy = 2448F0EE52C5EB3FAEBAE0F7 /* PBXContainerItemProxy */; }; - 07A609D789160CFEC68953CE /* PBXTargetDependency */ = { + 09F35EDED0B748EB8B984F8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = F5F2DBECA7712F28D79FAB3B /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = A5EA8415900AD1271A809F27 /* PBXContainerItemProxy */; }; - 084373B9CC87F668EEC57C39 /* PBXTargetDependency */ = { + 0AC8B416BB119FC3CDA86E41 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = 453D44D703845D84058AFDE2 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 35F665A4BC693454A789B92B /* PBXContainerItemProxy */; }; - 0AA8F33AD3F8F63E881276B9 /* PBXTargetDependency */ = { + 0B7A68CABF8A8E142C99AE3F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 67C64B378C256D3C59076980 /* PBXContainerItemProxy */; + target = 8E0B731291408258D3E0AC68 /* forms */; + targetProxy = 556E4B5D7834C5446889E45F /* PBXContainerItemProxy */; }; - 0B6A34D842875B5AD8E1B99F /* PBXTargetDependency */ = { + 0D73AC53BAADC3E82667D71E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 141771A270AE72347C4FB43D /* valuators */; - targetProxy = C637FF1673C9594B48A8D0BC /* PBXContainerItemProxy */; + target = 2C28BC0842A41DA49B176161 /* tree */; + targetProxy = BB3DEC59290167D59FD8E9A9 /* PBXContainerItemProxy */; }; - 0BD69CC80981F35BBE22788C /* PBXTargetDependency */ = { + 0DC7E29540B0A2D2E2BF024B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 336125C682DB24B63462879A /* tile */; - targetProxy = 607D6ABBCD9F6243DF875031 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 6C02D1AFB3B64702B057989F /* PBXContainerItemProxy */; }; - 0DBFE78B99673695668415D7 /* PBXTargetDependency */ = { + 0E326E59DBEB08D08C23014D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = 1DB2D8D17D5A60087769AF62 /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = 3D16EE666ADC4B529CC035F5 /* PBXContainerItemProxy */; }; - 0F170B23A572A09021E6B570 /* PBXTargetDependency */ = { + 10FE5FDD8540A2663A300BA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 0A6CA62735376A8386C774E6 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 2A08E94CE5F8BD25869DE51C /* PBXContainerItemProxy */; }; - 101397FA70E82D4B71E12B0D /* PBXTargetDependency */ = { + 11C5DEDF9C3E2C59D951CD51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = CB6788937760BF40237431AE /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = E716829E8CD7A228121E2C46 /* PBXContainerItemProxy */; }; - 13A88F2E42565B59BD850AD9 /* PBXTargetDependency */ = { + 124EA172DDC4350B08184DE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = 072F1DB6249D2F3246B9DCCC /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = FF82E56DAC3605F11295CC7F /* PBXContainerItemProxy */; }; - 13B27823B26A5B7C2B95B1FD /* PBXTargetDependency */ = { + 131199FEC40C008CF62B8A90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 05938381563D5C48664436F5 /* curve */; - targetProxy = 9943EFBDAEC2EE0BE4E0BDDD /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = F0325E45932DFE58285BED66 /* PBXContainerItemProxy */; }; - 17C7DB19E394A6178A5BABEB /* PBXTargetDependency */ = { + 133A788FCE5B3DBD760D5969 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F849B2D5DE684DCA75EBBD6F /* pixmap_browser */; - targetProxy = F3DDE7EB3AEA0FD17F60A8C6 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 19E023206EF81F124C61A0AA /* PBXContainerItemProxy */; }; - 182C99F2172F430CE41B80FD /* PBXTargetDependency */ = { + 137801CEC026C1D1478245B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = C1CC1E8169282258C9E6F840 /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = A56CE1FC275DEA9D771370C1 /* PBXContainerItemProxy */; }; - 1883452FE335219F775505DF /* PBXTargetDependency */ = { + 13C9F0DD2BAC3FA28FEB8FC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 0CA490AD40662663B69B1332 /* mandelbrot */; - targetProxy = 94D7D49F769AA28B905DD586 /* PBXContainerItemProxy */; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = 6F1C54412F47997593B0FCD9 /* PBXContainerItemProxy */; }; - 18B98B567E9ECC7CC05FB24A /* PBXTargetDependency */ = { + 14680E565D5FE4BF1EBADB69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 9BDD6A79C324F8680C3279A6 /* PBXContainerItemProxy */; + target = 5E7A3EDB215C446D4DCA8CDF /* help */; + targetProxy = CF822914BC9D7BB969E3A6D6 /* PBXContainerItemProxy */; }; - 1B44073265C0DEAF5822A73F /* PBXTargetDependency */ = { + 16F873BEA4E36A20CB0B8EA6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = EB4C2474CF5F7A1D32F05687 /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = 5B37261E1B029C7DA132186F /* PBXContainerItemProxy */; }; - 1CCEC74E5AB42A945D8B0F04 /* PBXTargetDependency */ = { + 19122EB7B6B200B4BD8E210B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 08D61203A9F102DCDE690ACA /* bitmap */; - targetProxy = 23FE3F6D7C49BC47FF9DA0DD /* PBXContainerItemProxy */; + target = 6701F62279687EF2CDCD71DA /* radio */; + targetProxy = F1CCCA309E61B705AAB4D61D /* PBXContainerItemProxy */; }; - 1F1BB3F84A162A1B622620A2 /* PBXTargetDependency */ = { + 1A0A9550E3845E3CFD4978AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = C626D9A434A50101E0BEE439 /* PBXContainerItemProxy */; + target = 25D051DEA6E6EADD5D92ADC6 /* subwindow */; + targetProxy = 37A069355EB7F183254AA1C2 /* PBXContainerItemProxy */; }; - 1F6EFDACB2CA5FE80869019A /* PBXTargetDependency */ = { + 1C5E68CCF277935F2D3BE1C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = C911945E69EF510FFB7D6043 /* PBXContainerItemProxy */; + target = DD9967263E4076C88BC8BFF4 /* shape */; + targetProxy = CF39B3C1FE71053B2502D193 /* PBXContainerItemProxy */; }; - 1FC168B15DB2D9FE0EF286FD /* PBXTargetDependency */ = { + 1CD439EA7E2003928E55CE82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = 162473DA8B5BFCC1C7B718A6 /* PBXContainerItemProxy */; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = BEAE8BCA78654BABC3B73D7D /* PBXContainerItemProxy */; }; - 20FA8D587982A87B615B7473 /* PBXTargetDependency */ = { + 1E478E893355E55D91A8C91A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = 94D8B23DD50115D2E12E3825 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 5FF5AE699F27A6D251D4BA71 /* PBXContainerItemProxy */; }; - 22A5AC835D717BF8F6741E56 /* PBXTargetDependency */ = { + 1FDC115DA0BED35A70733785 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 0087355D590EA4C0B5AD1CDB /* glpuzzle */; - targetProxy = 14BE07327C9426E6E38C3C5C /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = FFAF4439FABC5A2A371CF843 /* PBXContainerItemProxy */; }; - 231C7FF69124C943C5E76C44 /* PBXTargetDependency */ = { + 203C023423C11AD8A57B02C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = DF48CE454ED898AFB3700054 /* PBXContainerItemProxy */; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = 615DA32193EAC81791F07C0C /* PBXContainerItemProxy */; }; - 23FDB7CE0020220B57A01FEB /* PBXTargetDependency */ = { + 20A9A46F5DAF01D850F56F90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = AC3791C6166DBD30A9B758B6 /* PBXContainerItemProxy */; + target = 4FD136F3079016C3C360606F /* pixmap_browser */; + targetProxy = 4BF57C4C911CE49BEADA5FEA /* PBXContainerItemProxy */; }; - 26CB6DF4BD21E6301F4ECD47 /* PBXTargetDependency */ = { + 21C7AC51AFD8C3285B2513F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = E34860C557E5750132E382E3 /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = 2A961270A6B5CE2844AAA464 /* PBXContainerItemProxy */; }; - 274061B4F8272F81A4EC9DBF /* PBXTargetDependency */ = { + 21F9050DEE183EFC137CE394 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = FEF36D2562C38634514F63CC /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 86EAED12F6324779BE5CAD08 /* PBXContainerItemProxy */; }; - 27A64A9EEC3E1ADAD776B555 /* PBXTargetDependency */ = { + 22FEBA5D3DD07F0A7DF530CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = 2E055CD1AAD3F8705B1E5187 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D5A1354A2E64B9C1646EDE51 /* PBXContainerItemProxy */; }; - 2A9493CDB47581FAA0CC35B2 /* PBXTargetDependency */ = { + 272FE220E0F4C5CA6292B1DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 5C6C0F6C005F3D9D8A5B6F4A /* button */; - targetProxy = E91F6321B6753E395A137FA7 /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = 8918C2C8E8BC5BC614B5AAFB /* PBXContainerItemProxy */; }; - 2AD7E9C1001515D74627E311 /* PBXTargetDependency */ = { + 27D68646B0CCC2B68B040401 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 46326254F1478254BC1B1A81 /* PBXContainerItemProxy */; + target = 0ADA60B764250A76C22D36C2 /* ask */; + targetProxy = B0FE804BFE331D7BE0F208FC /* PBXContainerItemProxy */; }; - 2EF62B8763C68E9905FFDE8C /* PBXTargetDependency */ = { + 295F1B489E85F276DD90095A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = FB8088D5BB4F6176361EA92C /* PBXContainerItemProxy */; + target = A6D7A26081F3562D6ECA3282 /* bitmap */; + targetProxy = 4499FF7A506294CFCF69E173 /* PBXContainerItemProxy */; }; - 2F39FCDDD4A7914C83F6D343 /* PBXTargetDependency */ = { + 2AA56E264382175147A9AB7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F51119420DE6D821F3203614 /* radio */; - targetProxy = 8A66B006FFEE03165C3C3FB5 /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = 606D4967FA4162DEB1461223 /* PBXContainerItemProxy */; }; - 306E6196DC38B3BDC4BAFF8C /* PBXTargetDependency */ = { + 2B0B43678C372C238C917A78 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A66DBD6BD711F5C138646A8A /* fullscreen */; - targetProxy = 98DB8FD6BDF755C1167A27C1 /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = 487A9D2E7A1B27684926C2FC /* PBXContainerItemProxy */; }; - 342C4D66EE36730B56C40D29 /* PBXTargetDependency */ = { + 2D671A673820AB0FC137D450 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = DB793B22FB89E8214EA764C6 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D20A03A5AC4A43B028FA8243 /* PBXContainerItemProxy */; }; - 34961E5B82F4E7B50896C58B /* PBXTargetDependency */ = { + 2DA7E73BDB758AEB30BFA1B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7C1BC095D7BACB2D15EAA87A /* gl_overlay */; - targetProxy = BFD1726E27228F0807AE579C /* PBXContainerItemProxy */; + target = 4568D54E208BECA489EE453A /* menubar */; + targetProxy = 5400372F652958990305860C /* PBXContainerItemProxy */; }; - 34A0290A00FB549EDE528F15 /* PBXTargetDependency */ = { + 2DB624DBEE01BCC43D865C6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 922CB187F38992A87A9C468B /* navigation */; - targetProxy = C48C8D59A0930245FF610B23 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = A36A92E96F53BD244CA661BF /* PBXContainerItemProxy */; }; - 353E202A63D730EB91FC15D6 /* PBXTargetDependency */ = { + 30A77A3A0317B932BD1FD672 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = BC38049E05B587D311ECF975 /* overlay */; - targetProxy = A7CC78B3761FFC2BA615BF04 /* PBXContainerItemProxy */; + target = 7531D5096D816C6F27A497D8 /* keyboard */; + targetProxy = 922626B0E931926971B89ADA /* PBXContainerItemProxy */; }; - 35622535286C5478F1D07499 /* PBXTargetDependency */ = { + 31DFBB075F3DADFF11981B2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = D5C34C590A44265138475D0D /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = FE55695620EEAD9AAD44726C /* PBXContainerItemProxy */; }; - 35CDD240E7A5FAC7B606357D /* PBXTargetDependency */ = { + 31F62F4B19EC03876A77129D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 37EE8078FF821581F5082033 /* PBXContainerItemProxy */; + target = 831913524665337108233C0A /* resize */; + targetProxy = 075B7100E06A489DDDDDDE0C /* PBXContainerItemProxy */; }; - 38E4AEAD7C4CAC9987CB7571 /* PBXTargetDependency */ = { + 3634F577D9225ACAE2F26F68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 70BF6AD5F2FF07BE5F364607 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = B337D2607636E17A8036CC9F /* PBXContainerItemProxy */; }; - 38F356BF9292DF649A11C921 /* PBXTargetDependency */ = { + 368126E60222161C1625A166 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = 2568C446E46F4DD740FD3AC9 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 41508CA86508D668AE8D333E /* PBXContainerItemProxy */; }; - 39AE5332B12A5ABE53527C6C /* PBXTargetDependency */ = { + 3743AB4A656735B4D6A7E3A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 8615F6155177AD8FE8D9F651 /* iconize */; - targetProxy = 32E48C4C4F4F5DDCAF0B0B2B /* PBXContainerItemProxy */; + target = 3A41926E2EEC25BBCAC11985 /* list_visuals */; + targetProxy = 057CFA465E0F2C7C06368EC8 /* PBXContainerItemProxy */; }; - 3B21EC651D9D57D72E4E3D98 /* PBXTargetDependency */ = { + 3A96EB97D16A9B6FD744CE62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 9BD48F4D75851EF72F907630 /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = 68AC4064EDDB64F65BFEE17F /* PBXContainerItemProxy */; }; - 3C81ED47F58FE6BF84EBB9F6 /* PBXTargetDependency */ = { + 3BA36CD41AF3072245280626 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 85CA452096F12ADEACEBC4F4 /* PBXContainerItemProxy */; + target = A59DE10AD6C27DE7FD6BE78E /* tiled_image */; + targetProxy = C407A5FE2BF56E3CF47239C5 /* PBXContainerItemProxy */; }; - 3D85EDECD701F51743ED9839 /* PBXTargetDependency */ = { + 3CD76BFCD9098957188638D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 6CDEA063482C9CACFD359DDC /* input_choice */; - targetProxy = A6DF22DB339A9A194AAACFAE /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 2BF3DFAE20ACC9015AA5CC1D /* PBXContainerItemProxy */; }; - 3F7958C7B2E513533409DE90 /* PBXTargetDependency */ = { + 402F5F82823F695CDC37E408 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 92FD9430E9DBE787815974B8 /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = 5A30BE31354826DCDFF9E217 /* PBXContainerItemProxy */; }; - 40C801D31618A51413E9F86F /* PBXTargetDependency */ = { + 40827B004BD86A7C8F8D126F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B9BB7386DA10A3919672C31D /* blocks */; - targetProxy = 2EEF488CC512C49DD6B4B75E /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = 4A632F9C7FA240740E50B963 /* PBXContainerItemProxy */; }; - 41C88F46C28CAD7596CB1726 /* PBXTargetDependency */ = { + 429A41D4DA77BE6234C678EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = 226BF178E29BD856C6F2425A /* PBXContainerItemProxy */; + target = 8E9C585215821942B5EFD3DE /* tile */; + targetProxy = F4CBFB4A818405859FED1C48 /* PBXContainerItemProxy */; }; - 43AE00460C4781DDFE37C0BA /* PBXTargetDependency */ = { + 42B5ACE3163F7D4C0E8CDCBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = AC5762403D49367AE38416E0 /* threads */; - targetProxy = 6193C1592A099032ED106B45 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 2AB989AF3A1FA8ABAD1BCCF7 /* PBXContainerItemProxy */; }; - 47BFB099F7EC2FB83F4ACC68 /* PBXTargetDependency */ = { + 4436C3C60EB568B92EA901FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = 45A4E585C78D83CC52B27652 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 2F6074D890648E31AF765DA1 /* PBXContainerItemProxy */; }; - 4C900EC5CEF35BAF82097E8A /* PBXTargetDependency */ = { + 46A623770A231AD537A9F7B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 372E63CCBE1F5A4C4809A3D1 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 0DEA50FEB3E9BDD0520DD3BD /* PBXContainerItemProxy */; }; - 4E30511D3D36113120048979 /* PBXTargetDependency */ = { + 46ADAF06BF575D7A4722469E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFC35FEAC97E4AA9DA1C5784 /* buttons */; - targetProxy = 7F34F0EDA483336DD86BB7CC /* PBXContainerItemProxy */; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = A1A367C5A2320B2C47F4D36F /* PBXContainerItemProxy */; }; - 527DB9FDC0C83259BC2771BF /* PBXTargetDependency */ = { + 46C70A7492E84A5C52F0BD58 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 2C471F00B5B76AD945D67191 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 01F70E1898CC65F25767D99C /* PBXContainerItemProxy */; }; - 52B14D8B2013C56EB5968EE0 /* PBXTargetDependency */ = { + 493A420403FA069C52741195 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 8A79E9EF342CF3109AF4F925 /* input */; - targetProxy = 58EE56D71CD2B933A9F7093C /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D1A7EA527027D4D3636C42CA /* PBXContainerItemProxy */; }; - 53322A2B108DE6805AA763DF /* PBXTargetDependency */ = { + 4BF3E28CBB9CAC9F39A09525 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 334AD5F4825415495D7810BD /* PBXContainerItemProxy */; + target = 7EF20443B8160ACB8D2C3CB5 /* editor */; + targetProxy = FCF5F24337B65D18E97670DE /* PBXContainerItemProxy */; }; - 54567835DD47E1B012DE3D84 /* PBXTargetDependency */ = { + 4C24E65099FEA65CBFE7806C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = B8B8617B5F815ADCDF387F4B /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 584662E488A5F704E979E10E /* PBXContainerItemProxy */; }; - 56D69F02D2A716BD50C2E240 /* PBXTargetDependency */ = { + 4C6C94809CAB552AF87A2D98 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 0487438BC4564D23F999817E /* colbrowser */; - targetProxy = A68206835FA79CFB886AD449 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D7D78842501669B5B0324F86 /* PBXContainerItemProxy */; }; - 5778D4A4915E99E5766BCF90 /* PBXTargetDependency */ = { + 4C96B899199CE1EEFB86F6BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = D38A06CDC3A13C5E32D2D93A /* PBXContainerItemProxy */; + target = 7F489A29D67DC8275766280B /* blocks */; + targetProxy = 4824A2D2FFA9C479B20BF675 /* PBXContainerItemProxy */; }; - 5BBB6F1152ED39ABA1E6DAA8 /* PBXTargetDependency */ = { + 4DE389C6C84C3489670588B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 40584DA3ECB95083736746E5 /* fast_slow */; - targetProxy = F2D60CDC043FBFC74BF966ED /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = 563744595BA2BB2DFBC7D6A2 /* PBXContainerItemProxy */; }; - 5ED187E004E004823DCDD550 /* PBXTargetDependency */ = { + 4E08CB8ECED999B699122BB5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = E0DD85CE7643A445BDA9C5EC /* PBXContainerItemProxy */; + target = D9FEBD10EDE13B1568ADFCD9 /* arc */; + targetProxy = BFDD5142DAF4CCF2A7F577FB /* PBXContainerItemProxy */; }; - 61E95A6B058EA0FBF7B95F61 /* PBXTargetDependency */ = { + 4F8CA4B0B2C2DBC55D601688 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 46C4C5BDF1AB4EAD65871412 /* PBXContainerItemProxy */; + target = 26177FC7FF7D2C3089E8232B /* preferences */; + targetProxy = 98E417047343535225C22A82 /* PBXContainerItemProxy */; }; - 61FA1AE4C52EC473C41BC1C4 /* PBXTargetDependency */ = { + 4FC93F1C070C9C5B54165A0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = C6C960748E8821B5BD4FEC91 /* help */; - targetProxy = B0370FC5A49D3714E920C965 /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = 7458E071CC5FB73A104501B7 /* PBXContainerItemProxy */; }; - 6228546507A8C416E3148A7A /* PBXTargetDependency */ = { + 5406B064857BAC1A811A1179 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 3B656EB52FA0EFC2F456E2F8 /* browser */; - targetProxy = 509F525FEFDEECD82EEA4BCE /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 28D590EFEA5B47096D037E77 /* PBXContainerItemProxy */; }; - 6317EEB12C5D09C2F8CE1D12 /* PBXTargetDependency */ = { + 563109700988510DC397803A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 3138F637A5448F0D03A22442 /* editor */; - targetProxy = 4038FA7F79D29917C4C78F7D /* PBXContainerItemProxy */; + target = CC66D857381E1BD9D68B73BA /* zlib */; + targetProxy = 799CDFCBC71F85B475555ED1 /* PBXContainerItemProxy */; }; - 64C78BFE4CB3BE355B901AB2 /* PBXTargetDependency */ = { + 5B006AE448F8BA91CDCDCB01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 313880C5D96BE195676CE72B /* minimum */; - targetProxy = 4B28EAFA349848E0C16A50D4 /* PBXContainerItemProxy */; + target = 7197F8D88EBFAF567FC091DE /* message */; + targetProxy = 4B50E872735A022A18DF5E81 /* PBXContainerItemProxy */; }; - 64CCAE3A5DE5259AA9F790C9 /* PBXTargetDependency */ = { + 5B48AEC7FCDB7C5D5DE19339 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 37CBEC4190C4016B0E885DC7 /* shape */; - targetProxy = 4BCD17DBEE4E4E557B6782AD /* PBXContainerItemProxy */; + target = AE6AC374A356E1E637DCC394 /* label */; + targetProxy = 3F965003617D7626037712E1 /* PBXContainerItemProxy */; }; - 65F08C84AD63E786096609FF /* PBXTargetDependency */ = { + 5BF031A813286CE62D83F341 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7A7566EF76439B31C1F0B7D2 /* hello */; - targetProxy = 48F0FEB4C5F8549DEEDF7C85 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = E51475C331D9EDF6E014C537 /* PBXContainerItemProxy */; }; - 66C72F7AEAA27697E181E02B /* PBXTargetDependency */ = { + 5C8C9134A5B3AD65CBDB825F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9BDC2DBC3B4A3CE2023A6F6C /* utf8 */; - targetProxy = 8C82ADCE29BF6A65D1F08753 /* PBXContainerItemProxy */; + target = 481C361FC039B9B3FA248DBF /* iconize */; + targetProxy = 86E1250D4EFB0893E4B40D9E /* PBXContainerItemProxy */; }; - 67EEE419A0417A0578750C05 /* PBXTargetDependency */ = { + 5E72C4AACBF45AC861412E9E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 88B6AE3CD8F1C14244ADDB4B /* preferences */; - targetProxy = EAC09AC87C94D8B2F29F175A /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = F9ADE5D4AFC84B86FB382690 /* PBXContainerItemProxy */; }; - 6986D420076DDDE4A8315066 /* PBXTargetDependency */ = { + 5FE58FF902DFC0B39BA0E7BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = A67AC3439587DD1CA40F57D4 /* PBXContainerItemProxy */; + target = EC061482A5465532942A9D30 /* inactive */; + targetProxy = 63F356726EAB59502BAC2A1F /* PBXContainerItemProxy */; }; - 69AF427C223F9328BB3CFF5E /* PBXTargetDependency */ = { + 61F1DF80937A97B4685F5F98 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 3E0A2D25A8884CFD0073F22A /* PBXContainerItemProxy */; + target = 4528ADF243A9EC2D9F77D5EA /* adjuster */; + targetProxy = EFF3E0E071E14FC2048AAB39 /* PBXContainerItemProxy */; }; - 6A85D9D883004FAF8A2208B1 /* PBXTargetDependency */ = { + 66484F79E29B4A536359EC37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 32BBE86B60DD11E4B0FD7139 /* image */; - targetProxy = 942A3DE366855F0493D1FF16 /* PBXContainerItemProxy */; + target = 9CB1797F9CCC7D3C72D77739 /* browser */; + targetProxy = 8BDFB1A2A3A0263A6CB79E72 /* PBXContainerItemProxy */; }; - 6ABEF80D0E558DCFAA1C9731 /* PBXTargetDependency */ = { + 6A8551B043FB1FDE578979AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F47D01C4D3A2D54EF3EBFCDC /* pixmap */; - targetProxy = E1B619A203289C2C16D10EDD /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 82CB2E51CB1417881C44CEE3 /* PBXContainerItemProxy */; }; - 6C290E8BEF67FEBD7616EEB6 /* PBXTargetDependency */ = { + 6AADFE8D3BA7DF540A311158 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = A7AAA2464B878780B351142D /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = 795B940749989FA4A0457026 /* PBXContainerItemProxy */; }; - 6CFE17AD76B19043195505C0 /* PBXTargetDependency */ = { + 6B6D0F9D5950BEA8DB6A632A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 75037DFD9477A8CD0F837DB8 /* tiled_image */; - targetProxy = 47F6AAA9E4ECE1C80562F9E3 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 7E0C7FF7D8270036199CDECD /* PBXContainerItemProxy */; }; - 6E5AAC972A51C3BB127EE316 /* PBXTargetDependency */ = { + 6BFB6A4076320905F3604B20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 845EA318D7FAB620F35D6F08 /* PBXContainerItemProxy */; + target = 59E615E105CF0E02E4268CD4 /* input */; + targetProxy = 9F33DB059641BFD2B2766F5B /* PBXContainerItemProxy */; }; - 72A3935E4C806D315A1323DD /* PBXTargetDependency */ = { + 6C5309E6ADADA290810C5642 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = EDB6FEE6C6070079D87F27FA /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 7153497EBE7D5FC433EFDCF8 /* PBXContainerItemProxy */; }; - 749509CEDC9311ECC28EAFA6 /* PBXTargetDependency */ = { + 6E920F34871F65AFB6CE06AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 12D86EA36696F46A4C130AF5 /* pack */; - targetProxy = 257FA2DD17229D8F0E0C7B03 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 67BDD405F8823B3712C2DE60 /* PBXContainerItemProxy */; }; - 756A297DCAC51EA9F7A8AF6C /* PBXTargetDependency */ = { + 7046351395BFA85042D4C849 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 911AB69209E8708FDB478ED0 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 79E0FCC2E6A889BEC9C70890 /* PBXContainerItemProxy */; }; - 76D02F035969EB092DC573AB /* PBXTargetDependency */ = { + 71B8DEC5EB7FC50A97638FF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = A93F9CC2BFAC734A3D06A629 /* PBXContainerItemProxy */; + target = 93776C92846A6A2491896404 /* file_chooser */; + targetProxy = 54FF019AD3FA5D3A74D802B8 /* PBXContainerItemProxy */; }; - 784F28F482FA0B2D5789EC2B /* PBXTargetDependency */ = { + 73DA9BE0AAEE1951F6494A38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 0C345928A8B13B2746F318EF /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D68EAB5F1B412470698276B3 /* PBXContainerItemProxy */; }; - 790822A4C0FF88B0E7CE0858 /* PBXTargetDependency */ = { + 74D79C37E49B60E3AE58F77E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = AEE8A1BA88465B94BEB9E79C /* PBXContainerItemProxy */; + target = 7638D6FB28CBCB85210502F8 /* buttons */; + targetProxy = 206AC1B38142272424DAB20B /* PBXContainerItemProxy */; }; - 793EA353C264F77812FF4AC8 /* PBXTargetDependency */ = { + 75143AE8A11B37C2DD3E690D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = 2D9D76D9BEFBCCB9A778D561 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 592DACFBCBA7ACE73038CB26 /* PBXContainerItemProxy */; }; - 7CBA34EFE26FDAC0B7E9A964 /* PBXTargetDependency */ = { + 785E57E6755EE86BDDB7277E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 25C6F215EC35BD033C8D29E4 /* clock */; - targetProxy = 0288A55387D0AB93ABFE9C55 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = C01AD53E0D85379876203E45 /* PBXContainerItemProxy */; }; - 7E8A0B85476C1FC475742511 /* PBXTargetDependency */ = { + 78CD61AD0E61734609B6C171 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = 170A8D8BA685931B632FA367 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 3DA2645216F06065C9CA15A0 /* PBXContainerItemProxy */; }; - 816498D6FDF804322A9D1388 /* PBXTargetDependency */ = { + 7A731FF9A08997DAF57E7260 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 99C0831EBFECCEB8A72D5B96 /* tabs */; - targetProxy = 90C2D7667761D0F694BF28D9 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 523F8C1D791FCBC7BCB94EFE /* PBXContainerItemProxy */; }; - 829D8D8D1D73D69790F47096 /* PBXTargetDependency */ = { + 7C6A3EA737432B581FEC723E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 34B04098AC3D75A84A12EFFA /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 0D4DB915909A9EB41ED425B0 /* PBXContainerItemProxy */; }; - 8302506B7E9F52CB1D0F8F25 /* PBXTargetDependency */ = { + 7DA6E294FCD9E5261769A981 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = E745F0580E23814ED8D05644 /* cube */; - targetProxy = C06EB601FFE4ED3126262E80 /* PBXContainerItemProxy */; + target = 04B6F26C71C77B3D739F6D24 /* table */; + targetProxy = FDEDFC2CF55E8750E1918A8F /* PBXContainerItemProxy */; }; - 837579028672FF20FCB462E5 /* PBXTargetDependency */ = { + 7EEBA63772FED428BBEF6FB5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = FA3114E162F8164C2D7EFBDC /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 0014A6EA618D84A52D88C4DC /* PBXContainerItemProxy */; }; - 8507143B47A22EB46DF64695 /* PBXTargetDependency */ = { + 7F4C8D398CE630D9DC3546E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 3FA805AFFEE8FE6DD07DD73D /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = C586FCFC78D81AFDC2C16E3C /* PBXContainerItemProxy */; }; - 860B2D31221F915C4552F8A9 /* PBXTargetDependency */ = { + 7F7A587E42BCC112DA1ADAC3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 816D5D0B2AFD14136BFF0BF4 /* PBXContainerItemProxy */; + target = A06C33C5CCC6082627221DE1 /* CubeView */; + targetProxy = A21DAA68208B13A645B89432 /* PBXContainerItemProxy */; }; - 88A58CEED366A0A8250A1440 /* PBXTargetDependency */ = { + 809188CF1F422F4DB3BA8970 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = 08F31837D11291A1C748E8C5 /* PBXContainerItemProxy */; + target = A1DA79DB9EF088BEDFEC644F /* gl_overlay */; + targetProxy = 45AB17D2056D2BB813288B74 /* PBXContainerItemProxy */; }; - 893CD1CE62C9CAAEFD6ABB9F /* PBXTargetDependency */ = { + 80EF30673C129807E0388422 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = AE456933704D983913597EC0 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 1EDA079A0D48D2AE21DB4BCB /* PBXContainerItemProxy */; }; - 8D2DABEE69470E3033E1BE5E /* PBXTargetDependency */ = { + 815139F82445CD42D6A280BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9EE56CF5A503F287714F4CE1 /* doublebuffer */; - targetProxy = 8ECC1FE7417885CE70A42A4B /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 0032C263643DBD8086229CB6 /* PBXContainerItemProxy */; }; - 8E8C849EBE6CD18440F8DEF7 /* PBXTargetDependency */ = { + 84B459A691BC84DDCC1057B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7FC2B48B68354148400B91A4 /* fltk_gl */; - targetProxy = B092C7A832B732A9F7AD919B /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 13BF69C5C8EA120AA01B70DB /* PBXContainerItemProxy */; }; - 8EC98AB865AF60BD68E00605 /* PBXTargetDependency */ = { + 85D9D00313DE08ECEF27B015 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 5E50184D3F6541ABA795F2F0 /* color_chooser */; - targetProxy = EB15215502913166B58DDDE5 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 865F79BA614C3C0E1222F09B /* PBXContainerItemProxy */; }; - 90A6CA6EF822F0DBCB50BFCC /* PBXTargetDependency */ = { + 85E1F1C6A1AD25BB8F5934F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = E3F2FF929573246FA04AA30E /* line_style */; - targetProxy = 7A3FAC7B6B757C69AF42FFF8 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = DBF18E70CF9B9A997FE7E1DF /* PBXContainerItemProxy */; }; - 91368AB6564FB014B2B7872B /* PBXTargetDependency */ = { + 8927EDF8B1403F35BC1D3BD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = C41EFB19DD8508004F329740 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 242B5C92F21566C153516E9B /* PBXContainerItemProxy */; }; - 92788ECEBF42BBEECBED0DA2 /* PBXTargetDependency */ = { + 8A901B76005C8766E87C4592 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = D543A7367365B1E5659FFC59 /* PBXContainerItemProxy */; + target = DA391B897C4CD1037BF2C05D /* boxtype */; + targetProxy = DF606FB23F0F041E88D5D46C /* PBXContainerItemProxy */; }; - 92DBFBA3AB342922176103FB /* PBXTargetDependency */ = { + 8B14EEC3D8E6D87105AD6594 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 5A2F1BC229BBE1CE83F31401 /* list_visuals */; - targetProxy = DBE7DAB6C54E2848C904BE92 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = A112141677B0412D89425959 /* PBXContainerItemProxy */; }; - 932EEDD7F0133B77FE1E33D0 /* PBXTargetDependency */ = { + 8C82E27A5455C27892014372 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = D8E9D9509A861CF756A27851 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 75FD3D87E332905282E4E1D4 /* PBXContainerItemProxy */; }; - 9470FBD18574ECD5915A7903 /* PBXTargetDependency */ = { + 8E54CC7BB248D8B6C5AA2C38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 68CABF414D20F4DD6CFBF768 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 930107E7977AFC2F01FF308A /* PBXContainerItemProxy */; }; - 949470E9885AD06F160944F2 /* PBXTargetDependency */ = { + 8E78839A09B336105EB14ECF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = CCBE5E69F6FA48778E8912A5 /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = B30F5620956BA58C7DFEBCEF /* PBXContainerItemProxy */; }; - 94F69707A42D74017F137272 /* PBXTargetDependency */ = { + 8FC9E581D81B6298C3800832 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D4A2ED0B76A14266253C55FA /* cursor */; - targetProxy = 21C22BE340BCCF985C1DB85E /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 442FDFA7D73CCA782DA809A5 /* PBXContainerItemProxy */; }; - 952385A1F35AEC361819FBA7 /* PBXTargetDependency */ = { + 945A4191438794466269AACA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 7339A5C3E1BC864D15E8906D /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 8C5A2E8141D03005AAACE1A9 /* PBXContainerItemProxy */; }; - 95E7A61D91E754FD4ADB6B0E /* PBXTargetDependency */ = { + 97D3D0220CC51398B202BB42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = E344FB4E6C76FE93295378C5 /* PBXContainerItemProxy */; + target = 9F0A5EBB4103DF4BBB59710F /* checkers */; + targetProxy = A31A490DAB0918FCB22131E5 /* PBXContainerItemProxy */; }; - 9661564319AA49FE845FA840 /* PBXTargetDependency */ = { + 97DD5AF492F6C84135C860E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = E520D02D142AF4FE1A7E215A /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 4956B28B93B626C0593A18AC /* PBXContainerItemProxy */; }; - 96FD6D726AD5FF6353EFECAA /* PBXTargetDependency */ = { + 98DFF49E4F97253C6D35A4D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B3A95C65BC85145E113A9CFA /* checkers */; - targetProxy = 0CF3D6F34E69C6598345D78F /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 18C81CFD94EA1A5F48562D21 /* PBXContainerItemProxy */; }; - 982128826ED34F8EBB858FC4 /* PBXTargetDependency */ = { + 9B4AE702D6F58C033129DE07 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = A3F1187D5FF1E48C45187CA0 /* PBXContainerItemProxy */; + target = 7414490C96F7854ED680451B /* sudoku */; + targetProxy = 15F546685EFDEA3537CA77E2 /* PBXContainerItemProxy */; }; - 983E92E673CA377315918D56 /* PBXTargetDependency */ = { + A1B8422F4A902037BABF985B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = EA59CD12B892C15A8A5BBCEA /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = AB480DAB37EEF5403F98F776 /* PBXContainerItemProxy */; }; - 987B2C0B0A05644397A04344 /* PBXTargetDependency */ = { + A20B62FF136C500D18806554 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = FBDEB33F60CB8A437B5E9B7D /* PBXContainerItemProxy */; + target = 17B525C285B8797D4C34F7ED /* fullscreen */; + targetProxy = 39BCF969EBB53CD614899271 /* PBXContainerItemProxy */; }; - 98954BC9596BE9220E1500B4 /* PBXTargetDependency */ = { + A23690F66D0E0247812F9A75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 4DA6462D9938FAC4BB2E1488 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = ED87710EF4D527C080ECF22A /* PBXContainerItemProxy */; }; - 9B8ACFBAB0A0728637A40C2C /* PBXTargetDependency */ = { + A2AF13D8F9FA765A9322C3CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 910ADC8884C83EE6A2A7FF50 /* PBXContainerItemProxy */; + target = 68B1C1D70113E7F9E82105DA /* native-filechooser */; + targetProxy = 20B15D272276739153008539 /* PBXContainerItemProxy */; }; - 9C48602B299C83CBC35EE484 /* PBXTargetDependency */ = { + A375FC00579F59EDD6D815C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F57D8601C3CBFCA812DFF9B6 /* native-filechooser */; - targetProxy = EF9F6E1D3D95944D2265B1A4 /* PBXContainerItemProxy */; + target = 42D2BA94995245E8650D7F11 /* button */; + targetProxy = 92A0D1E95A6534F20997204F /* PBXContainerItemProxy */; }; - 9F8E3385351FA9EF0AF0FAD1 /* PBXTargetDependency */ = { + A389503F4314687BA3F4727A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = ADFC704D959D04FAAE3BB403 /* sudoku */; - targetProxy = 43EAEA349B915337575F4BD1 /* PBXContainerItemProxy */; + target = C50D4EECBDA20F473ABE907B /* fractals */; + targetProxy = 071BF9631674DC37513BDCBB /* PBXContainerItemProxy */; }; - A0ABA9D7AEEA581EF0EA9DBD /* PBXTargetDependency */ = { + A4F5E2467BB32A3C931B956F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1CD1DEFEEE8B5F3C05EB1F3A /* keyboard */; - targetProxy = C921FFF8EA56231F524D9D5C /* PBXContainerItemProxy */; + target = 00794548D8CCBB0EB3731692 /* doublebuffer */; + targetProxy = AF6080E8C0DFD2255D37A101 /* PBXContainerItemProxy */; }; - A12B056C7CB2C9FF7B61DC38 /* PBXTargetDependency */ = { + A6E4FC3E20256ACC69A20669 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F5A07FA9740FFC70521D83A6 /* tree */; - targetProxy = 5EA18AE4443C41770904C1AA /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = A5E73EC43F62C04788697014 /* PBXContainerItemProxy */; }; - A38EDD5E02728D8D9FBBB967 /* PBXTargetDependency */ = { + AA56113B7FE9AB4AEEDE0096 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 4C184DCA88EDAC0BEEACD2D0 /* PBXContainerItemProxy */; + target = 156D948CC6410C76224F79AE /* fonts */; + targetProxy = 5674E242AF66DB2313DDA68C /* PBXContainerItemProxy */; }; - A4BAB790BFB36266361A4316 /* PBXTargetDependency */ = { + ABB674D508C5C61370609919 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = A7A6B7398936087D842B361E /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = FC3F219D32FFD152E43EE4A5 /* PBXContainerItemProxy */; }; - A72C6B0AD0CE082B5DF91370 /* PBXTargetDependency */ = { + AE08AE4C6C2F04A1000F02E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = ABDE669EEE1C9066344ADD38 /* fractals */; - targetProxy = 8119752F12D41B5AE00C2AA1 /* PBXContainerItemProxy */; + target = EA1BA0DA8C1AC39141319941 /* color_chooser */; + targetProxy = A0C5C2BD86A18966539FE17E /* PBXContainerItemProxy */; }; - A7FCE6CA3469A354E84C4F59 /* PBXTargetDependency */ = { + AE67879DD424C5CF3AF4AFE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 5B9526EEC66386C7DB098CB4 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = D6CB0224265A60F528FC654A /* PBXContainerItemProxy */; }; - A801D06A663F73071B8D6ED9 /* PBXTargetDependency */ = { + AFA45502233CC3086B45D17E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = E8CB9BA6F4CE3845B7A561F3 /* PBXContainerItemProxy */; + target = DF8E9D91BA956D879CA08F7A /* curve */; + targetProxy = 932A212C47C814F58A81C1EC /* PBXContainerItemProxy */; }; - A934258BCEDCCD663D1C068C /* PBXTargetDependency */ = { + AFEDE446FD6E706F5CC69C7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = 3ED5FEF78ACD31FE106E0ED2 /* PBXContainerItemProxy */; + target = CF9062AB1129EB9C45BEADAB /* cube */; + targetProxy = B0027F6309B6AFDC3475F0CA /* PBXContainerItemProxy */; }; - A97A1C7C552EE6DE17D2E02D /* PBXTargetDependency */ = { + B0B0FD5E4785BC77C5C96A3D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 48DAF5E814551995AB74A706 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 4C5B195D6FE6265BB709A308 /* PBXContainerItemProxy */; }; - AA3DC032C46140B1D4488450 /* PBXTargetDependency */ = { + B341B65AFEE55DC309D4EC49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = BC5D58C480686BCE1B9E7CC6 /* PBXContainerItemProxy */; + target = 9961B424C908306BAF1D2406 /* output */; + targetProxy = BBEA7E2E17D1B976F70DE1AF /* PBXContainerItemProxy */; }; - ACA213E2D0814DF55E0F82FA /* PBXTargetDependency */ = { + B3B2A012B3C0576102EC2EB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 8AD7B0BD393E0CF54966FC7A /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = BDE386B19284EB6AA294188B /* PBXContainerItemProxy */; }; - AD210375986AD31FC043FE99 /* PBXTargetDependency */ = { + B3F16C569BF46040DDB7EF0A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 0DE9F791C7A0CE2375856353 /* inactive */; - targetProxy = 0409199473CC35343AAD80AF /* PBXContainerItemProxy */; + target = 9E7908A0A1BDCA3EC33DDFA9 /* clock */; + targetProxy = B05C230BA05B9DE07EADEAB7 /* PBXContainerItemProxy */; }; - AF7535E5A64BCE82E6275E62 /* PBXTargetDependency */ = { + B47EF06644E0A637B5528ABB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = A39139B26902A2FC2EAE9C0F /* PBXContainerItemProxy */; + target = 0BD321CE7F9454C8755BD8C9 /* glpuzzle */; + targetProxy = 4E286133CF4C440BD38D3E3C /* PBXContainerItemProxy */; }; - B112FA0A5172F5E14EB877FD /* PBXTargetDependency */ = { + B4F15761241B6EB8BEA7632D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 5B844AB56C3C373717FD50D2 /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = D6AAB93F7776B620C5AAD536 /* PBXContainerItemProxy */; }; - B1672B0D42D3128A9B402CC8 /* PBXTargetDependency */ = { + B5703FF0A5A242ED21643E7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 7C558A19080C58C874843F73 /* PBXContainerItemProxy */; + target = E3A2A5524BA33E94942CBBF6 /* fltkimages */; + targetProxy = 78F8453EC97F6028267ADFE6 /* PBXContainerItemProxy */; }; - B1BD786A4580762E2F571A7F /* PBXTargetDependency */ = { + B6C841CC7CFD29A1D924C961 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 7081C9030DDD20371A5C6718 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 62E1742C4E798124B5D28511 /* PBXContainerItemProxy */; }; - B2BB313C22F6A6C39EE2B490 /* PBXTargetDependency */ = { + B7AD91EF3AC686846072EF28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = 562DE5C635DF42E3F60B8481 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = AA873C9FD8170D9D6B06A4DA /* PBXContainerItemProxy */; }; - B6BF03D1C7C9C5785A31E00A /* PBXTargetDependency */ = { + B85140EFAE0C8DBFFD421429 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = C9A55D3E84CD1D8168E06693 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 696B78C814305599C4D8D86E /* PBXContainerItemProxy */; }; - B8EC7A81B7CF1E53B72D5D1D /* PBXTargetDependency */ = { + B88B4C5B24566D3D96FC004E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 8975C4060F2E316817BE0351 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 17525A1CEFC2B44BB1013247 /* PBXContainerItemProxy */; }; - B9D281054107D8A85188ED8A /* PBXTargetDependency */ = { + B8CCA748E3EB2271FBE8C85F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 4C41DA3266B6386D2DD8A777 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = FE1B30420D92C10AA95E2036 /* PBXContainerItemProxy */; }; - BAABF26B0DFA6766896E536B /* PBXTargetDependency */ = { + B8D220489EBC871452161C7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 31CC2CCA0A6BEE5BCF01C75A /* file_chooser */; - targetProxy = B9EFCEA4AB23FBCAA1F5D58D /* PBXContainerItemProxy */; + target = A78A91A25F63920537E51E74 /* line_style */; + targetProxy = E2A3A3F75728592FA616AD74 /* PBXContainerItemProxy */; }; - BC23F4A371D47C07258C3387 /* PBXTargetDependency */ = { + B9FE6E95186235889761B5B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = B1653E59D62CB9D5101B32A0 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 33097A6ACAAD9A8AED4C0950 /* PBXContainerItemProxy */; }; - BF277CE16EDE63E8F01532D6 /* PBXTargetDependency */ = { + BD72DC51670F07A2D35B1C02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 37B18F6E8DEC7E35D4691BC0 /* PBXContainerItemProxy */; + target = D00588211487C155BDB6F579 /* hello */; + targetProxy = 0F1057D803310E9D91BB57E5 /* PBXContainerItemProxy */; }; - BF3BAEDFF4284F4DCA36ED47 /* PBXTargetDependency */ = { + BEC8AA79CDCABF5A101A6035 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 504CBA2DC4E5207A8B54F6DE /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = B8CD93506169DD0F35899D94 /* PBXContainerItemProxy */; }; - C192F7D31E23E97985A90CAB /* PBXTargetDependency */ = { + BEDA8C420B6DB5FC925F8614 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = E072E450EFEB756BFE16850C /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = C029C2F5914F327D1AFC1AF4 /* PBXContainerItemProxy */; }; - C2231838A0E2942807949D17 /* PBXTargetDependency */ = { + C05CD60087BDEDDFF84694D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 4A3F97D33D14E1B529517D75 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 849E78285FD12C050D93C4E0 /* PBXContainerItemProxy */; }; - C391841FFFDCEFE7FA39D749 /* PBXTargetDependency */ = { + C34FCDC4593362AC74EA9FB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = E4F0073031DD3B49769C2C82 /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = 62BB36FA87EB3C0EB8D9F892 /* PBXContainerItemProxy */; }; - C8F7F0B8E98D3C965B627FF6 /* PBXTargetDependency */ = { + C4340B49667A8217B99482EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FC11E15CE75D49D187932214 /* subwindow */; - targetProxy = 69F71792D7886EEE6B82DE4B /* PBXContainerItemProxy */; + target = 69D47846901200294DC6E282 /* tabs */; + targetProxy = 3AB184DD486C8EEEA466F913 /* PBXContainerItemProxy */; }; - C9174BA4202846D5099C877E /* PBXTargetDependency */ = { + C5E55D69EB56FB5AC794640B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D09A66C9BB99742ED99B57F3 /* label */; - targetProxy = 571C26C65EB9A5CB0A922AA6 /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = 5A857099D0B9C68B24691B58 /* PBXContainerItemProxy */; }; - C9B9ACA2A523427548647E0D /* PBXTargetDependency */ = { + C6597D5D3B6BA039B3F827BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 7AACCDB8BF5A9D4A32D08C1C /* output */; - targetProxy = 0B1DE55596CF3BBD9952B170 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 398AE3303C43995990C87288 /* PBXContainerItemProxy */; }; - CA605BA16A6C696197F7C3F5 /* PBXTargetDependency */ = { + C8E95AB55F7EBEDA8B471F01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 5B44A612123E52A5E453CA89 /* menubar */; - targetProxy = 9D46DAD7E6C6E73AF419DE9F /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = AC55FB32ADB3986C781813F5 /* PBXContainerItemProxy */; }; - CCB34B262CA64BA264033F29 /* PBXTargetDependency */ = { + CC43B782E8672716BFDA72BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 8CC09CA7A12192239E3E1162 /* forms */; - targetProxy = 863103B05F12C11BE82C485D /* PBXContainerItemProxy */; + target = 7ADEF7D90C08675E67B17BB2 /* mandelbrot */; + targetProxy = 0A56179C58C6769E57755DB9 /* PBXContainerItemProxy */; }; - CE6802A5CC07432925848455 /* PBXTargetDependency */ = { + CCB2564E5FC0FDC08919466F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = CBCC46CF42DF504DCEFB2049 /* fltk_png */; - targetProxy = DCEE2897FBE21F4F4A322362 /* PBXContainerItemProxy */; + target = 391A7ED8391E9DA6EC93F6EF /* threads */; + targetProxy = D8D2CA9951C19AFEDE1121EA /* PBXContainerItemProxy */; }; - CF77DAFC6EABEF1FBE9A6641 /* PBXTargetDependency */ = { + CDE08B636B2B92C1CACC05C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 6C484755532862A83F25CE9D /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = 1F0151D90AA74D7569953EDD /* PBXContainerItemProxy */; }; - D252B463AB4A334A7B7B1190 /* PBXTargetDependency */ = { + CFB48BA7553B2883D8880B80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 974E3B8C28EA0BEDDCB2B3C7 /* PBXContainerItemProxy */; + target = 752E3738037A60925AD8B0FE /* fltkforms */; + targetProxy = 72C548A3B25687CC395A34C0 /* PBXContainerItemProxy */; }; - D632FFA24DCB19E342B7335F /* PBXTargetDependency */ = { + CFD04BA2E7F6E2A747731993 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 9A0A2DFDB20D9E14340F658D /* ask */; - targetProxy = E59B992304418AC60A626418 /* PBXContainerItemProxy */; + target = C4EB9A2A137C3FB12B630DCB /* colbrowser */; + targetProxy = B5C4E374F53CB0106BD3D76C /* PBXContainerItemProxy */; }; - D844BC5BC13505F86C77443E /* PBXTargetDependency */ = { + D64462EC332EDB2D6765E925 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = B2356D57A5356F17D10D2131 /* scroll */; - targetProxy = DAB16F636A46C9BDAE567141 /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = BC7B15CB8BC43571C0864005 /* PBXContainerItemProxy */; }; - DA942A52A00ADF8161C2CEC4 /* PBXTargetDependency */ = { + D71A4CA9BC4F04348F34DF36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 4ECE2F69EBB4DDAD34396CAC /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 753D7CF68080E87482E42CC7 /* PBXContainerItemProxy */; }; - DC7E4AE37B20649FA717DA4F /* PBXTargetDependency */ = { + D78EEADBE5B398A92CB2D904 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 24AB6FB9025346B6467EBE44 /* PBXContainerItemProxy */; + target = A1ACAB12F3FD306F5BA44FEA /* fltkgl */; + targetProxy = CED86BD9520CAD5C2C6EF1C2 /* PBXContainerItemProxy */; }; - DD2B4E6E31140B0559A3C69A /* PBXTargetDependency */ = { + D9EDAA82871394C47C854669 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = DCEE6399FB8EE5BDE5BDC618 /* adjuster */; - targetProxy = 0ECA92BAEB26BF3C0B055FD3 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 8D6C8B1B908840F3BAB22A4D /* PBXContainerItemProxy */; }; - DE183A730BE8CECDE153CD1D /* PBXTargetDependency */ = { + DC8AF67A6B70E1588E7D111C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = C23B54A4B4C9F218CE59C2AB /* CubeView */; - targetProxy = C3FCA97306791164A18534DE /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 6446604795B32AA1D51F8D1A /* PBXContainerItemProxy */; }; - E1596D6108B9CBF23F396B9A /* PBXTargetDependency */ = { + DCA251228CB447AEB90B47E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 5A40C351BDA10880A6EDCAEA /* fonts */; - targetProxy = 36A7CBAFDED363C2D8C018B0 /* PBXContainerItemProxy */; + target = 2959C17F72EC52F2706396A6 /* symbols */; + targetProxy = 8CCC010D5930C5E3B476BAF7 /* PBXContainerItemProxy */; }; - E25ED536EFD4901AC2EFFCC6 /* PBXTargetDependency */ = { + DFD636C25460A397C1139B7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 85620778B349CD2B242E2AD9 /* PBXContainerItemProxy */; + target = 48DFC1A83348A88F55F852A3 /* pack */; + targetProxy = 6284A7882CF79579CAB64E5B /* PBXContainerItemProxy */; }; - E3FD0FA6ABBFD3D49FC3A099 /* PBXTargetDependency */ = { + E2DB2ECB4E9203C46ADCC26D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 712949D037177CB16EC7414F /* fltk_forms */; - targetProxy = B5D73F90733B141A6B72E3C4 /* PBXContainerItemProxy */; + target = 676F1B35268D7DED3A3710A4 /* fltkjpeg */; + targetProxy = 04975748E3525435D6589A43 /* PBXContainerItemProxy */; }; - E4D24A76C4B82409EEB2AA0A /* PBXTargetDependency */ = { + E4092165AF95C56B155A4570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = 18194C3BE4F96187D01D0898 /* PBXContainerItemProxy */; + target = 3EAF86B50E57A2AD987848F5 /* pixmap */; + targetProxy = 984D92FFFBAB49F53B5EFF57 /* PBXContainerItemProxy */; }; - E52DE11DB244B2B8F04E8D45 /* PBXTargetDependency */ = { + E49C0FAB9FE9C33ACD8D1FCD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = C48B83B8A6C6FE004F31636A /* message */; - targetProxy = 130D6F8FB15D8BFA2A9195AB /* PBXContainerItemProxy */; + target = 8C62C8C8DA543E79CC346851 /* valuators */; + targetProxy = 7A87B05A3CC9490311EFCBB1 /* PBXContainerItemProxy */; }; - E75374072FFF3689C72C352B /* PBXTargetDependency */ = { + E7321606CDF869E23886F42F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1F18E39BFAF97B65A6903240 /* resizebox */; - targetProxy = AB0584D13B36495D6C00D94C /* PBXContainerItemProxy */; + target = 2864AFEFDD81E54BE549BAD1 /* fast_slow */; + targetProxy = E9B42DBF7BED9E81D4B8DBA8 /* PBXContainerItemProxy */; }; - E7DF515529CCBD0C928B34D5 /* PBXTargetDependency */ = { + E9852CD08BAA90A6C65DF02C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 8C4AD2BB38F47792D82EF859 /* symbols */; - targetProxy = 5024F9C32F0BC03DC05FE2CB /* PBXContainerItemProxy */; + target = 4CBF414F40D23591832FAAC4 /* fltkpng */; + targetProxy = 81EC73888A586799C704DAF7 /* PBXContainerItemProxy */; }; - E9000130E64A79C2EED8D1CC /* PBXTargetDependency */ = { + EB4D73F4B9CB3F0F6B3A9F31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 78F0A6E4BB3A4A95F65B790B /* table */; - targetProxy = 903552DC455F69794732FE9E /* PBXContainerItemProxy */; + target = 1A76869D1B1C16A889841F6D /* overlay */; + targetProxy = 40964FED958C4AA0D89D450E /* PBXContainerItemProxy */; }; - E917E69CC94918BA776AC737 /* PBXTargetDependency */ = { + EB73185DB2F34A0B0F04A37A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = D960C268E68A357D7323FCBF /* fltk_images */; - targetProxy = C6AE2232CCEFFD0AF3578C6C /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = F3E127B331C935152CFB8BBD /* PBXContainerItemProxy */; }; - EC8C98C1947284F6ED65FEF2 /* PBXTargetDependency */ = { + EC4197AFB29EFD1F1F36C21F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 0818F160B120AECE781B9400 /* resize */; - targetProxy = DA7654347DE77B3293195A88 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 4D23B143700EF9CED44667A1 /* PBXContainerItemProxy */; }; - ED34F119018196EB86220DD6 /* PBXTargetDependency */ = { + ED0AF56F65557113E6311DA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = 779332CC71F94B2CC22C5C4C /* PBXContainerItemProxy */; + target = F1DA7470D6C57F696CA1D9F4 /* cursor */; + targetProxy = 51FB32088DF6890584272245 /* PBXContainerItemProxy */; }; - EDD1803010B21EBE87384C73 /* PBXTargetDependency */ = { + EDD62D54856114B2310BA0D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 8545D6BE7D7611F8FCC5349E /* PBXContainerItemProxy */; + target = 3BA29EC7DB3B891D4D02EC96 /* resizebox */; + targetProxy = 1392237B41CA898E2EB8F279 /* PBXContainerItemProxy */; }; - EE9FDA53841AE79E9A49E549 /* PBXTargetDependency */ = { + EE91B57E884B1175B8AF64F8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = FC3C325F381DE685D82CD34C /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = AD30450C90DA175554556E84 /* PBXContainerItemProxy */; }; - EFD9DC0B59847F3E1D689F32 /* PBXTargetDependency */ = { + EF226495BAFE8235418208A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 8A36417190B901B971771DCD /* PBXContainerItemProxy */; + target = 214DFF137BE062FA4F1A4E58 /* image */; + targetProxy = 3FB00CDF54422B2C8E53A76D /* PBXContainerItemProxy */; }; - F2AB9748482D6BF15A532821 /* PBXTargetDependency */ = { + F0EEAF7FD0BC2711FFCE8AF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 8AC8D59E90E369BC44F12AA1 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = C8459F41569C74547F1FEA8A /* PBXContainerItemProxy */; }; - F2C777F2407AAF789DE8D3AF /* PBXTargetDependency */ = { + F232D5D306E40B0CC46F13B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 1BEDBA731D76D0A41A96BF40 /* boxtype */; - targetProxy = 9B1D0E0F7F5B300B8C26D100 /* PBXContainerItemProxy */; + target = 8A5D92BAA2FCCC1E0E881E50 /* minimum */; + targetProxy = F4209A05B640B01A82B67626 /* PBXContainerItemProxy */; }; - F653985C8E7C1A43DF890E43 /* PBXTargetDependency */ = { + F38B8314ED32E011EF35606F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = EDB6B9F311C22138A0EA0F81 /* PBXContainerItemProxy */; + target = F10E21087E69A425685FBE4B /* input_choice */; + targetProxy = 66477D9CF514544417447922 /* PBXContainerItemProxy */; }; - F683C8EA31010735887F91F4 /* PBXTargetDependency */ = { + F6D855427C0BF5295C2EFA32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = F2D138876BEDCA90E868A751 /* arc */; - targetProxy = 5C3E6A58ADA46A23FBE3339B /* PBXContainerItemProxy */; + target = B21FA631CCBB0854A756E79C /* scroll */; + targetProxy = 332E1D43080B94E408386E9E /* PBXContainerItemProxy */; }; - FA0C238AC13FB23BC3AD69D2 /* PBXTargetDependency */ = { + F89AF7194DFAF16CDD7B3798 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = A882904420A68CFBAB60A2A5 /* Fluid */; - targetProxy = 2193C298BCD423C78EA69588 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 7427585F6C3DD63818FF4ABE /* PBXContainerItemProxy */; }; - FC7D5CF9CD06569E96A4BEFD /* PBXTargetDependency */ = { + FA7209A58CC756B8385AD516 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 596F63172C900B80CDF4A5B0 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = 1D6B1FFA74D347D6329BC22A /* PBXContainerItemProxy */; }; - FE97D979056763E99D77ABAB /* PBXTargetDependency */ = { + FB8DE3FC9CED6EB9F52CBDE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FDF79729D67325E11605727B /* fltk */; - targetProxy = 05241D36B06BD62BBE7359B6 /* PBXContainerItemProxy */; + target = F3AA04A65A46CD00DAF17888 /* Fluid */; + targetProxy = 659FFAF51DE79927B5BC03B2 /* PBXContainerItemProxy */; }; - FF7240499DC9F314E054030D /* PBXTargetDependency */ = { + FDFD9FD0464A06C826A19858 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 717D1DD8FB2BC2AB6AA4AE32 /* fltk_jpeg */; - targetProxy = C7EE886C62B24B85BDFA92C7 /* PBXContainerItemProxy */; + target = 3ABF98E87375C0D800CC4AB4 /* fltk */; + targetProxy = EC7A054CEECA83FCFAE97A33 /* PBXContainerItemProxy */; + }; + FFC24D3E2888F258FAC565FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = CC66D857381E1BD9D68B73BA /* zlib */; + targetProxy = 82084E0E1D32FB8E06FAAC0E /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 02A3FC01DAB6A038BF89A764 /* Release */ = { + 0211D355A84339B4718AE5DA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9534,7 +9712,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/subwindow-Info.plist"; + INFOPLIST_FILE = "plists/color_chooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9542,7 +9720,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = subwindow; + PRODUCT_NAME = color_chooser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9550,7 +9728,7 @@ }; name = Release; }; - 046C1F8D51405569C2078828 /* Debug */ = { + 0634AC5CBECEB9228411543F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9568,7 +9746,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/hello-Info.plist"; + INFOPLIST_FILE = "plists/ask-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9576,7 +9754,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = hello; + PRODUCT_NAME = ask; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9584,7 +9762,7 @@ }; name = Debug; }; - 0549B575C563F9B904CE42BA /* Debug */ = { + 07757307AEF129A7CCD90642 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9602,7 +9780,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/utf8-Info.plist"; + INFOPLIST_FILE = "plists/file_chooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9610,7 +9788,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = utf8; + PRODUCT_NAME = file_chooser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9618,15 +9796,12 @@ }; name = Debug; }; - 0642B23A3112E2FA50CF8A0C /* Debug */ = { + 07E23AFE6469A224EAFF267F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -9636,7 +9811,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/adjuster-Info.plist"; + INFOPLIST_FILE = "plists/gl_overlay-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9644,15 +9819,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = adjuster; + PRODUCT_NAME = gl_overlay; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 06CC8FE70E3EB9D3287C090D /* Release */ = { + 08112C82EEC9F94FFA76AD59 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9667,7 +9842,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/line_style-Info.plist"; + INFOPLIST_FILE = "plists/menubar-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9675,7 +9850,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = line_style; + PRODUCT_NAME = menubar; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9683,7 +9858,7 @@ }; name = Release; }; - 09FDC58799771DA83C07F1BB /* Debug */ = { + 090CE3591196EAAF544CD37E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9701,7 +9876,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tabs-Info.plist"; + INFOPLIST_FILE = "plists/hello-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9709,7 +9884,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = tabs; + PRODUCT_NAME = hello; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9717,7 +9892,7 @@ }; name = Debug; }; - 0AD8E7B8ADD4C0A61E8B3207 /* Debug */ = { + 0B5B9CE6406B13C48DF12A72 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9735,7 +9910,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/table-Info.plist"; + INFOPLIST_FILE = "plists/label-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9743,7 +9918,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = table; + PRODUCT_NAME = label; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9751,15 +9926,12 @@ }; name = Debug; }; - 0BA80C32BF126B003FA92349 /* Debug */ = { + 0CA8000BF02996FC1DB0A161 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -9769,7 +9941,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/button-Info.plist"; + INFOPLIST_FILE = "plists/output-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9777,23 +9949,20 @@ "-framework", Carbon, ); - PRODUCT_NAME = button; + PRODUCT_NAME = output; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 0D352A66E051DC5B9FEF6393 /* Debug */ = { + 0CB84A3EE9199154C3E45AA4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -9803,7 +9972,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/Fluid-Info.plist"; + INFOPLIST_FILE = "plists/curve-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9811,15 +9980,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = Fluid; + PRODUCT_NAME = curve; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 0DD0953693C0033D9D114031 /* Release */ = { + 0E034BBD6ECEAC2CF7F4D80F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9834,7 +10003,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fast_slow-Info.plist"; + INFOPLIST_FILE = "plists/image-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9842,7 +10011,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = fast_slow; + PRODUCT_NAME = image; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9850,12 +10019,15 @@ }; name = Release; }; - 13D835F768E9A0DD4913228F /* Release */ = { + 0EF0994687445E42DC8666E7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -9865,7 +10037,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pixmap-Info.plist"; + INFOPLIST_FILE = "plists/mandelbrot-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9873,49 +10045,52 @@ "-framework", Carbon, ); - PRODUCT_NAME = pixmap; + PRODUCT_NAME = mandelbrot; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 14C2E852122B9B31C319F02B /* Debug */ = { + 103F69080A74B311289CD32D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/colbrowser-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkforms-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = colbrowser; + PREBINDING = NO; + PRODUCT_NAME = fltkforms; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); + ZERO_LINK = NO; }; - name = Debug; + name = Release; }; - 14E3EAC4EAFC68EE8302DC4C /* Release */ = { + 13AE237E72E3EF81142B12B2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9930,7 +10105,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/resizebox-Info.plist"; + INFOPLIST_FILE = "plists/fast_slow-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9938,7 +10113,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = resizebox; + PRODUCT_NAME = fast_slow; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -9946,12 +10121,15 @@ }; name = Release; }; - 16DC1AC458F88DFEE41AE95D /* Release */ = { + 1507F65C9902CBD45EDC2B19 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -9961,7 +10139,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/scroll-Info.plist"; + INFOPLIST_FILE = "plists/fast_slow-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -9969,15 +10147,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = scroll; + PRODUCT_NAME = fast_slow; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 1A6A51A303EC1D8DC15E1584 /* Release */ = { + 15346F01EB4F6BCE49BD8BDC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -9992,7 +10170,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/help-Info.plist"; + INFOPLIST_FILE = "plists/utf8-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10000,7 +10178,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = help; + PRODUCT_NAME = utf8; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10008,17 +10186,51 @@ }; name = Release; }; - 1C1E2B544DEF7E17F8D3EA2C /* Debug */ = { + 15F177B59947D599C2246BC0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + HEADER_SEARCH_PATHS = ( + ../../ide/XCode3/, + ../../, + ../../png, + ../../jpeg, + ); + INFOPLIST_FILE = "plists/zlib-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; + OTHER_LDFLAGS = ( + "-framework", + Cocoa, + "-framework", + Carbon, + ); + PREBINDING = NO; + PRODUCT_NAME = zlib; + WARNING_CFLAGS = ( + "-Wno-format-security", + "-Wall", + ); + }; + name = Debug; + }; + 165EA0FF91252544E13943FF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, @@ -10026,7 +10238,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/buttons-Info.plist"; + INFOPLIST_FILE = "plists/label-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10034,15 +10246,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = buttons; + PRODUCT_NAME = label; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 1C8CB458672E680E9FFDDC43 /* Debug */ = { + 16E4B39242B1DA87D083C5BD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10060,7 +10272,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fonts-Info.plist"; + INFOPLIST_FILE = "plists/curve-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10068,7 +10280,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = fonts; + PRODUCT_NAME = curve; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10076,7 +10288,7 @@ }; name = Debug; }; - 1CB2A0A9090772069EFF0861 /* Release */ = { + 19A66C54D56977E95EDD45AB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10095,7 +10307,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_png-Info.plist"; + INFOPLIST_FILE = "plists/fltkpng-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", @@ -10104,7 +10316,7 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = fltk_png; + PRODUCT_NAME = fltkpng; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10113,15 +10325,12 @@ }; name = Release; }; - 1F2CA1142E8E7822E1AABBAA /* Debug */ = { + 1AAC9E034EA5ACA65098D1BE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10131,7 +10340,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/shape-Info.plist"; + INFOPLIST_FILE = "plists/line_style-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10139,46 +10348,52 @@ "-framework", Carbon, ); - PRODUCT_NAME = shape; + PRODUCT_NAME = line_style; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 201C8CE8CBEBACE9CFBD38D5 /* Release */ = { + 1D10E7643448A52710E7A169 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pack-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkjpeg-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = pack; + PREBINDING = NO; + PRODUCT_NAME = fltkjpeg; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 2042C1F51CB98790F4199ECB /* Release */ = { + 1DE88E97E23B473BD470C223 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10193,7 +10408,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/color_chooser-Info.plist"; + INFOPLIST_FILE = "plists/fonts-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10201,7 +10416,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = color_chooser; + PRODUCT_NAME = fonts; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10209,7 +10424,7 @@ }; name = Release; }; - 206C7F9015039982E1F316D4 /* Debug */ = { + 23A91D53C10230DA549D55CA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10227,7 +10442,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/arc-Info.plist"; + INFOPLIST_FILE = "plists/inactive-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10235,7 +10450,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = arc; + PRODUCT_NAME = inactive; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10243,7 +10458,7 @@ }; name = Debug; }; - 2276C011195EE86A9685789F /* Debug */ = { + 245DF1C4AC95F57753F36219 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10261,7 +10476,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/gl_overlay-Info.plist"; + INFOPLIST_FILE = "plists/line_style-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10269,7 +10484,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = gl_overlay; + PRODUCT_NAME = line_style; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10277,12 +10492,15 @@ }; name = Debug; }; - 2302DE6098C35D136BDC48B1 /* Release */ = { + 25E2282343FAC49B494C1FF6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10292,7 +10510,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/menubar-Info.plist"; + INFOPLIST_FILE = "plists/minimum-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10300,15 +10518,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = menubar; + PRODUCT_NAME = minimum; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 244A1FE6A4A5D0098C52AB4A /* Release */ = { + 25FBD005AEE39DCC538FFE06 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10323,7 +10541,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/sudoku-Info.plist"; + INFOPLIST_FILE = "plists/pack-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10331,7 +10549,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = sudoku; + PRODUCT_NAME = pack; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10339,7 +10557,7 @@ }; name = Release; }; - 255AC21332532EA0A14A27BB /* Debug */ = { + 29F979650B586B78D6F3F32A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10357,7 +10575,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/cube-Info.plist"; + INFOPLIST_FILE = "plists/overlay-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10365,7 +10583,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = cube; + PRODUCT_NAME = overlay; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10373,7 +10591,7 @@ }; name = Debug; }; - 262DD9019ADE1CE8FDC5EA35 /* Release */ = { + 2BE2C438BA845906EFA0A1DF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10388,7 +10606,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/inactive-Info.plist"; + INFOPLIST_FILE = "plists/tree-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10396,7 +10614,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = inactive; + PRODUCT_NAME = tree; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10404,7 +10622,7 @@ }; name = Release; }; - 26F035770B8AF400A98D3A48 /* Debug */ = { + 2CA06CF4C0657EA04D3FF839 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10422,7 +10640,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/ask-Info.plist"; + INFOPLIST_FILE = "plists/Fluid-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10430,7 +10648,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = ask; + PRODUCT_NAME = Fluid; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10438,33 +10656,36 @@ }; name = Debug; }; - 27EFC2D7EB1CCE98696FE323 /* Debug */ = { + 2CF5597032B1349C2AAB7C61 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/keyboard-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkpng-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = keyboard; + PREBINDING = NO; + PRODUCT_NAME = fltkpng; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10472,15 +10693,12 @@ }; name = Debug; }; - 290C4A0FAF3AFBB73DDD6AB2 /* Debug */ = { + 2D520E75A3F55FF433CA3018 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10490,7 +10708,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/list_visuals-Info.plist"; + INFOPLIST_FILE = "plists/iconize-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10498,15 +10716,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = list_visuals; + PRODUCT_NAME = iconize; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 2A4A36DC01C806EA1D628105 /* Release */ = { + 3048A074859F608303A3912B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10521,7 +10739,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pixmap_browser-Info.plist"; + INFOPLIST_FILE = "plists/mandelbrot-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10529,7 +10747,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = pixmap_browser; + PRODUCT_NAME = mandelbrot; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10537,7 +10755,7 @@ }; name = Release; }; - 2BF5A5A897C97A96C6C39E3B /* Debug */ = { + 3320863CDC8A8D48CA562014 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10555,7 +10773,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/inactive-Info.plist"; + INFOPLIST_FILE = "plists/tabs-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10563,7 +10781,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = inactive; + PRODUCT_NAME = tabs; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10571,15 +10789,12 @@ }; name = Debug; }; - 2C40D2F66BFB2C4446B39467 /* Debug */ = { + 336EF724EFB59E839D5CCA1A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10589,7 +10804,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/menubar-Info.plist"; + INFOPLIST_FILE = "plists/adjuster-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10597,44 +10812,41 @@ "-framework", Carbon, ); - PRODUCT_NAME = menubar; + PRODUCT_NAME = adjuster; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 2D25C311F14F76E967CFA6A6 /* Debug */ = { + 346231D4085D286ADF0AF3EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_jpeg-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/arc-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_jpeg; + PRODUCT_NAME = arc; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10642,15 +10854,12 @@ }; name = Debug; }; - 2F7E2E13F1F1C4E42982FBC1 /* Debug */ = { + 36D994957713A03B14DF079E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10660,7 +10869,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/valuators-Info.plist"; + INFOPLIST_FILE = "plists/doublebuffer-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10668,23 +10877,20 @@ "-framework", Carbon, ); - PRODUCT_NAME = valuators; + PRODUCT_NAME = doublebuffer; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 35C910336C7C333ED45C4781 /* Debug */ = { + 38D1BFD69B29AD40C01CEF0D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10694,7 +10900,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/line_style-Info.plist"; + INFOPLIST_FILE = "plists/input-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10702,15 +10908,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = line_style; + PRODUCT_NAME = input; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 3A524ECF0B5B9457BFD3E41F /* Release */ = { + 39C36DAC1657166985B21B02 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10725,7 +10931,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tabs-Info.plist"; + INFOPLIST_FILE = "plists/bitmap-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10733,7 +10939,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = tabs; + PRODUCT_NAME = bitmap; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10741,15 +10947,12 @@ }; name = Release; }; - 3C434957E492B0CFABC004FD /* Debug */ = { + 3C30FCBBBFA577E7F4319EA7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10759,7 +10962,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/input_choice-Info.plist"; + INFOPLIST_FILE = "plists/ask-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10767,23 +10970,20 @@ "-framework", Carbon, ); - PRODUCT_NAME = input_choice; + PRODUCT_NAME = ask; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 3C6508FEF501A036AFD0A722 /* Debug */ = { + 3DFEED0B63D148B597D089A5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -10793,7 +10993,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fast_slow-Info.plist"; + INFOPLIST_FILE = "plists/tabs-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10801,15 +11001,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = fast_slow; + PRODUCT_NAME = tabs; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 40460EEAD1DE1FDB397DB34F /* Release */ = { + 40EC1480D6E167FAA3CB3070 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10824,7 +11024,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/threads-Info.plist"; + INFOPLIST_FILE = "plists/sudoku-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10832,7 +11032,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = threads; + PRODUCT_NAME = sudoku; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10840,36 +11040,33 @@ }; name = Release; }; - 41D928D4C9EFA38F6DB453D6 /* Debug */ = { + 410044EB4CF8237F6AC43C5A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_forms-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/bitmap-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_forms; + PRODUCT_NAME = bitmap; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10877,21 +11074,7 @@ }; name = Debug; }; - 465FE6A417508881C6FC34B2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)"; - PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; - }; - name = Debug; - }; - 47F37CE9D4302D958997C274 /* Debug */ = { + 42FDFDAB748BEED321A52F89 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10909,7 +11092,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/symbols-Info.plist"; + INFOPLIST_FILE = "plists/glpuzzle-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10917,7 +11100,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = symbols; + PRODUCT_NAME = glpuzzle; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10925,7 +11108,7 @@ }; name = Debug; }; - 4A65C37B838391C6B4E0077D /* Release */ = { + 4317A5E0E1E76FF1C3391A79 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10940,7 +11123,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/cursor-Info.plist"; + INFOPLIST_FILE = "plists/help-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10948,7 +11131,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = cursor; + PRODUCT_NAME = help; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10956,7 +11139,7 @@ }; name = Release; }; - 4A7AEB3C519D536C42517DA6 /* Release */ = { + 47E04E4D3DC6EC385D937C3D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -10971,7 +11154,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/hello-Info.plist"; + INFOPLIST_FILE = "plists/arc-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -10979,7 +11162,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = hello; + PRODUCT_NAME = arc; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -10987,12 +11170,15 @@ }; name = Release; }; - 4B11A103EF07A33FB5A754D4 /* Release */ = { + 4896FAC6780FDEF9E01F2368 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11002,7 +11188,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/glpuzzle-Info.plist"; + INFOPLIST_FILE = "plists/fonts-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11010,15 +11196,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = glpuzzle; + PRODUCT_NAME = fonts; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 4D42EC99146E5275FDE34951 /* Debug */ = { + 48BD409596B3B5884435A9E7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11052,7 +11238,7 @@ }; name = Debug; }; - 4DC85396FE035E66E16F2EA4 /* Debug */ = { + 4C2FEE92B2E4BCF71F7C56D9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11070,7 +11256,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/navigation-Info.plist"; + INFOPLIST_FILE = "plists/help-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11078,7 +11264,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = navigation; + PRODUCT_NAME = help; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11086,7 +11272,41 @@ }; name = Debug; }; - 4DC931C23D2EEB38D45B6615 /* Release */ = { + 4CB60052B32B8F139622452C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; + HEADER_SEARCH_PATHS = ( + ../../ide/XCode3/, + ../../, + ../../png, + ../../jpeg, + ); + INFOPLIST_FILE = "plists/input-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; + OTHER_LDFLAGS = ( + "-framework", + Cocoa, + "-framework", + Carbon, + ); + PRODUCT_NAME = input; + WARNING_CFLAGS = ( + "-Wno-format-security", + "-Wall", + ); + }; + name = Debug; + }; + 4CCADD50908E64472C3927E2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11101,7 +11321,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/button-Info.plist"; + INFOPLIST_FILE = "plists/resizebox-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11109,7 +11329,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = button; + PRODUCT_NAME = resizebox; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11117,7 +11337,7 @@ }; name = Release; }; - 4E8D2169CBE02B2F376F5D37 /* Debug */ = { + 4E32AE1B7D8E28D18C13C3A2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11135,7 +11355,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/glpuzzle-Info.plist"; + INFOPLIST_FILE = "plists/sudoku-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11143,7 +11363,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = glpuzzle; + PRODUCT_NAME = sudoku; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11151,7 +11371,7 @@ }; name = Debug; }; - 52EF6476E390FE8572B5C742 /* Debug */ = { + 4EF1B3D26224BA48CFE42B41 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11169,7 +11389,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/mandelbrot-Info.plist"; + INFOPLIST_FILE = "plists/Demo-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11177,7 +11397,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = mandelbrot; + PRODUCT_NAME = Demo; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11185,12 +11405,15 @@ }; name = Debug; }; - 53EE303C8EA026AB48AF0858 /* Release */ = { + 4F42BDACF7814BEA49817B72 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11200,7 +11423,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/browser-Info.plist"; + INFOPLIST_FILE = "plists/image-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11208,15 +11431,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = browser; + PRODUCT_NAME = image; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 5EBA79FCBAE4BA63FE7D8FE2 /* Release */ = { + 51301B201F4EE9DBB2C1C091 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11231,7 +11454,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/navigation-Info.plist"; + INFOPLIST_FILE = "plists/forms-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11239,7 +11462,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = navigation; + PRODUCT_NAME = forms; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11247,7 +11470,7 @@ }; name = Release; }; - 617C6FD58B1E07C1209C995D /* Release */ = { + 551B04CC26422D54610F5C6C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11262,7 +11485,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/native-filechooser-Info.plist"; + INFOPLIST_FILE = "plists/input_choice-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11270,7 +11493,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = "native-filechooser"; + PRODUCT_NAME = input_choice; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11278,7 +11501,7 @@ }; name = Release; }; - 627AF19B6E1F586C3CE070BA /* Release */ = { + 56E3D948C1671B7A17A9B1D9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11293,7 +11516,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/colbrowser-Info.plist"; + INFOPLIST_FILE = "plists/symbols-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11301,7 +11524,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = colbrowser; + PRODUCT_NAME = symbols; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11309,7 +11532,7 @@ }; name = Release; }; - 629D5EF2A6C2B6FE467FA5CE /* Debug */ = { + 5999E9C1020FA2D647BB0D5B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11327,7 +11550,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pixmap_browser-Info.plist"; + INFOPLIST_FILE = "plists/resizebox-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11335,7 +11558,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = pixmap_browser; + PRODUCT_NAME = resizebox; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11343,7 +11566,7 @@ }; name = Debug; }; - 63CB52421FD5C8454F360085 /* Release */ = { + 59EB783C1CF939D162F241AD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11358,7 +11581,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/resize-Info.plist"; + INFOPLIST_FILE = "plists/clock-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11366,7 +11589,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = resize; + PRODUCT_NAME = clock; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11374,44 +11597,41 @@ }; name = Release; }; - 6483781010E2C4640B438E00 /* Release */ = { + 5C60580984E7B02346309354 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_ENABLE_FIX_AND_CONTINUE = NO; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_forms-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/colbrowser-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_forms; + PRODUCT_NAME = colbrowser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); - ZERO_LINK = NO; }; - name = Release; + name = Debug; }; - 658536FF630F07A362156E90 /* Debug */ = { + 5E36BB004C6904FB42E489C2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11429,7 +11649,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tree-Info.plist"; + INFOPLIST_FILE = "plists/input_choice-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11437,7 +11657,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = tree; + PRODUCT_NAME = input_choice; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11445,15 +11665,12 @@ }; name = Debug; }; - 677707DAD9B0149004EF0450 /* Debug */ = { + 5E45A14880E20B4D39419BC2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11463,7 +11680,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/Demo-Info.plist"; + INFOPLIST_FILE = "plists/shape-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11471,15 +11688,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = Demo; + PRODUCT_NAME = shape; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 6AD90E548A9A2B99B07C3F72 /* Debug */ = { + 5EE54D6E61A6FCE70DD93108 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11497,7 +11714,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/radio-Info.plist"; + INFOPLIST_FILE = "plists/gl_overlay-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11505,7 +11722,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = radio; + PRODUCT_NAME = gl_overlay; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11513,7 +11730,7 @@ }; name = Debug; }; - 6C72C964851478C7E9050EFA /* Release */ = { + 6082A25348AF6A24C1909BEC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11528,7 +11745,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/overlay-Info.plist"; + INFOPLIST_FILE = "plists/tile-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11536,7 +11753,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = overlay; + PRODUCT_NAME = tile; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11544,46 +11761,52 @@ }; name = Release; }; - 6CAE8E8F71DB7875F03661A6 /* Debug */ = { + 60C767680355696EEFF01C38 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/forms-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkgl-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = forms; + PREBINDING = NO; + PRODUCT_NAME = fltkgl; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); + ZERO_LINK = NO; }; - name = Debug; + name = Release; }; - 6EBB05B6CACDF50DF0F0C924 /* Release */ = { + 6201FB0144A39797651303BE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11593,7 +11816,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tile-Info.plist"; + INFOPLIST_FILE = "plists/button-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11601,20 +11824,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = tile; + PRODUCT_NAME = button; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 72610971EA8F1EA8EB47B584 /* Release */ = { + 62A641E9A6C5932E662435FA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11624,7 +11850,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/radio-Info.plist"; + INFOPLIST_FILE = "plists/boxtype-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11632,20 +11858,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = radio; + PRODUCT_NAME = boxtype; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 729655B2C7C395EE01F7E18B /* Release */ = { + 635978DFA1D5964CD48F82B4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11655,7 +11884,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/input_choice-Info.plist"; + INFOPLIST_FILE = "plists/message-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11663,15 +11892,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = input_choice; + PRODUCT_NAME = message; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 779230150BBE94228D4DE816 /* Debug */ = { + 63683AAE38AEF587389B4EFA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11689,7 +11918,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/clock-Info.plist"; + INFOPLIST_FILE = "plists/tile-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11697,7 +11926,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = clock; + PRODUCT_NAME = tile; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11705,7 +11934,7 @@ }; name = Debug; }; - 7AB8D5D10C20E530B4E02983 /* Debug */ = { + 6384D527BB444D37313C292E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11723,7 +11952,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tiled_image-Info.plist"; + INFOPLIST_FILE = "plists/blocks-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11731,7 +11960,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = tiled_image; + PRODUCT_NAME = blocks; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11739,12 +11968,15 @@ }; name = Debug; }; - 7B0213BC06FEFDBEB45B45F9 /* Release */ = { + 67BC67B7578B807B60659E37 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11754,7 +11986,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/message-Info.plist"; + INFOPLIST_FILE = "plists/checkers-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11762,52 +11994,46 @@ "-framework", Carbon, ); - PRODUCT_NAME = message; + PRODUCT_NAME = checkers; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 7F0CE64CDC9FF7C625602771 /* Release */ = { + 688F88B7B612670EE8A66255 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_jpeg-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/overlay-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_jpeg; + PRODUCT_NAME = overlay; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); - ZERO_LINK = NO; }; name = Release; }; - 83ED3038D7324DF87AC9B4FB /* Release */ = { + 68B72F986C1A350B31B625CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11822,7 +12048,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tiled_image-Info.plist"; + INFOPLIST_FILE = "plists/message-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11830,7 +12056,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = tiled_image; + PRODUCT_NAME = message; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11838,12 +12064,15 @@ }; name = Release; }; - 84E49E6B79F9CB02771F943A /* Release */ = { + 6BD57A587B5A5DA384B8304D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11853,7 +12082,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/table-Info.plist"; + INFOPLIST_FILE = "plists/scroll-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11861,20 +12090,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = table; + PRODUCT_NAME = scroll; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 84F0B2AD9CF7BB21E2FA8C17 /* Release */ = { + 6F67E66C62E916D16CD46696 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -11884,7 +12116,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/input-Info.plist"; + INFOPLIST_FILE = "plists/pixmap_browser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11892,15 +12124,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = input; + PRODUCT_NAME = pixmap_browser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 87FB947F31C55FD94930B337 /* Debug */ = { + 71CE4E98D37BD3E0FE97C7E9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11918,7 +12150,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/label-Info.plist"; + INFOPLIST_FILE = "plists/pixmap-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11926,7 +12158,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = label; + PRODUCT_NAME = pixmap; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11934,7 +12166,7 @@ }; name = Debug; }; - 8986CBA57EB4294D2974C795 /* Debug */ = { + 72D10C600F0864D0B2BEE799 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11952,7 +12184,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/overlay-Info.plist"; + INFOPLIST_FILE = "plists/table-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -11960,7 +12192,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = overlay; + PRODUCT_NAME = table; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -11968,7 +12200,7 @@ }; name = Debug; }; - 89B7B5957CAF5F1BDD0E6F38 /* Release */ = { + 73ADBAC8A4CC505105C8D5BA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -11987,7 +12219,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_gl-Info.plist"; + INFOPLIST_FILE = "plists/zlib-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", @@ -11996,7 +12228,7 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = fltk_gl; + PRODUCT_NAME = zlib; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12005,15 +12237,12 @@ }; name = Release; }; - 8A07797C7F2419E278BFFF91 /* Debug */ = { + 747B5BDE6C9072D121330B3D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12023,7 +12252,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/input-Info.plist"; + INFOPLIST_FILE = "plists/hello-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12031,15 +12260,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = input; + PRODUCT_NAME = hello; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 8A3F56170E46BEFC51C9D910 /* Release */ = { + 74C376C160500A9D8AEF2686 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12054,7 +12283,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/ask-Info.plist"; + INFOPLIST_FILE = "plists/glpuzzle-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12062,7 +12291,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = ask; + PRODUCT_NAME = glpuzzle; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12070,7 +12299,7 @@ }; name = Release; }; - 8A6E4C2E86ECEAA3779658CE /* Release */ = { + 773DABD2F2610323FFB3BFA3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12085,7 +12314,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/valuators-Info.plist"; + INFOPLIST_FILE = "plists/blocks-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12093,7 +12322,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = valuators; + PRODUCT_NAME = blocks; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12101,7 +12330,7 @@ }; name = Release; }; - 8D6D410FF926C0322B1FD7C9 /* Debug */ = { + 79D1803AAAE4925A814CB805 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12119,7 +12348,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/browser-Info.plist"; + INFOPLIST_FILE = "plists/menubar-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12127,7 +12356,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = browser; + PRODUCT_NAME = menubar; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12135,15 +12364,12 @@ }; name = Debug; }; - 8FCFF2F9C116F2F86DA38B2F /* Debug */ = { + 7A7C8C96F2BE61F55562F6E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12153,7 +12379,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/resizebox-Info.plist"; + INFOPLIST_FILE = "plists/inactive-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12161,15 +12387,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = resizebox; + PRODUCT_NAME = inactive; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - 9061BDDD69DD001428D508BD /* Release */ = { + 7E3AFD2CF81524B66787B699 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12184,7 +12410,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/image-Info.plist"; + INFOPLIST_FILE = "plists/subwindow-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12192,7 +12418,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = image; + PRODUCT_NAME = subwindow; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12200,33 +12426,36 @@ }; name = Release; }; - 9157701653AAD790B1E40358 /* Debug */ = { + 801BF01B1011E36A6BA3BBC6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/color_chooser-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltk-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = color_chooser; + PREBINDING = NO; + PRODUCT_NAME = fltk; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12234,7 +12463,7 @@ }; name = Debug; }; - 915B61B1A24A32732D20EF45 /* Release */ = { + 810D923BBD9BFCDFBF47E69B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12249,7 +12478,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/symbols-Info.plist"; + INFOPLIST_FILE = "plists/preferences-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12257,7 +12486,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = symbols; + PRODUCT_NAME = preferences; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12265,12 +12494,15 @@ }; name = Release; }; - 9534F800D05E11423C483244 /* Release */ = { + 92225D0B157D7DD0E55431D7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12280,7 +12512,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tree-Info.plist"; + INFOPLIST_FILE = "plists/native-filechooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12288,15 +12520,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = tree; + PRODUCT_NAME = "native-filechooser"; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 954966156299CA8A4128592C /* Debug */ = { + 93DC22936755D22234007948 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12314,7 +12546,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/message-Info.plist"; + INFOPLIST_FILE = "plists/shape-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12322,7 +12554,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = message; + PRODUCT_NAME = shape; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12330,12 +12562,15 @@ }; name = Debug; }; - 955DD233CB31699E428AB433 /* Release */ = { + 946B93B0BFFB0428F84F55C1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12345,7 +12580,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/preferences-Info.plist"; + INFOPLIST_FILE = "plists/color_chooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12353,15 +12588,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = preferences; + PRODUCT_NAME = color_chooser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - 9E835B9C71CE37777B6313FF /* Release */ = { + 963C0A2D5B4D61AC49A22854 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12376,7 +12611,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fonts-Info.plist"; + INFOPLIST_FILE = "plists/browser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12384,7 +12619,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = fonts; + PRODUCT_NAME = browser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12392,15 +12627,12 @@ }; name = Release; }; - 9F8D9A1577CE8DA8A0817D90 /* Debug */ = { + 993E3CD8AF7B31D9FF53E711 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12410,7 +12642,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/boxtype-Info.plist"; + INFOPLIST_FILE = "plists/button-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12418,15 +12650,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = boxtype; + PRODUCT_NAME = button; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - A106DF50352259CC530D38E6 /* Release */ = { + 9B9B3DE886D2F9273BDBA8F4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12441,7 +12673,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/utf8-Info.plist"; + INFOPLIST_FILE = "plists/minimum-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12449,7 +12681,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = utf8; + PRODUCT_NAME = minimum; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12457,15 +12689,12 @@ }; name = Release; }; - A1F6B914274E1CD7913063DE /* Debug */ = { + 9D47DEF114092A49C5C7789C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12475,7 +12704,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/bitmap-Info.plist"; + INFOPLIST_FILE = "plists/threads-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12483,26 +12712,38 @@ "-framework", Carbon, ); - PRODUCT_NAME = bitmap; + PRODUCT_NAME = threads; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; + }; + 9D9EC23AF016EC779D2556CC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + PREBINDING = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + }; + name = Release; }; - A2380DDD9862186CBD3A9696 /* Debug */ = { + A006ABED309DAFC2A67FBDD4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; FRAMEWORK_VERSION = A; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; HEADER_SEARCH_PATHS = ( @@ -12511,7 +12752,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk-Info.plist"; + INFOPLIST_FILE = "plists/fltkjpeg-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", @@ -12520,15 +12761,16 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = fltk; + PRODUCT_NAME = fltkjpeg; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); + ZERO_LINK = NO; }; - name = Debug; + name = Release; }; - A380E747A66C1D75FCA10FBA /* Debug */ = { + A066EC71E6F153022F9461B7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12546,7 +12788,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/iconize-Info.plist"; + INFOPLIST_FILE = "plists/utf8-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12554,7 +12796,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = iconize; + PRODUCT_NAME = utf8; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12562,15 +12804,12 @@ }; name = Debug; }; - A4FAE32CFB28B039A05CDC96 /* Debug */ = { + A0B36F8640D27C81A98BB315 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12580,7 +12819,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/output-Info.plist"; + INFOPLIST_FILE = "plists/pixmap-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12588,20 +12827,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = output; + PRODUCT_NAME = pixmap; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - A66F55224A03CE95C9F1B719 /* Release */ = { + A42E39ED49C3B824FEEB2659 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12611,7 +12853,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/label-Info.plist"; + INFOPLIST_FILE = "plists/navigation-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12619,20 +12861,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = label; + PRODUCT_NAME = navigation; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - A77865BCBB76AC7CB4455E19 /* Release */ = { + A48E136CB5D1AE91824D1E3E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12642,7 +12887,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/clock-Info.plist"; + INFOPLIST_FILE = "plists/adjuster-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12650,20 +12895,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = clock; + PRODUCT_NAME = adjuster; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - A9D1434102570F1B3A3C5480 /* Release */ = { + A4FFFC37A6C95C405ADCC0A0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12673,7 +12921,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/curve-Info.plist"; + INFOPLIST_FILE = "plists/tree-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12681,20 +12929,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = curve; + PRODUCT_NAME = tree; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - AACCBA1002966CD18C868526 /* Release */ = { + A9A08BE588900A46337607CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12704,7 +12955,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fullscreen-Info.plist"; + INFOPLIST_FILE = "plists/threads-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12712,15 +12963,29 @@ "-framework", Carbon, ); - PRODUCT_NAME = fullscreen; + PRODUCT_NAME = threads; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; + }; + AB14EA56B24F88383295684D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)"; + PREBINDING = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + }; + name = Debug; }; - AD79B016C7C5E18CF7B5E1BA /* Release */ = { + AC89C151180597E8FBD229DE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12735,7 +13000,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/CubeView-Info.plist"; + INFOPLIST_FILE = "plists/Demo-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12743,7 +13008,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = CubeView; + PRODUCT_NAME = Demo; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12751,15 +13016,12 @@ }; name = Release; }; - AFF1E7F14884C777EFD77315 /* Debug */ = { + ACBF4D3593BBDD7A60EB81EE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12769,7 +13031,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/file_chooser-Info.plist"; + INFOPLIST_FILE = "plists/resize-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12777,15 +13039,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = file_chooser; + PRODUCT_NAME = resize; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - B0AEE96566E5D19CF31A36DB /* Debug */ = { + ADA0D2D80EF49EC730B23A67 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -12803,7 +13065,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/resize-Info.plist"; + INFOPLIST_FILE = "plists/pack-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12811,7 +13073,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = resize; + PRODUCT_NAME = pack; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12819,12 +13081,15 @@ }; name = Debug; }; - B0EBF217CC9ECEE7F9CD4AD0 /* Release */ = { + ADD9A1A5461A39073940038D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12834,7 +13099,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/shape-Info.plist"; + INFOPLIST_FILE = "plists/symbols-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12842,20 +13107,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = shape; + PRODUCT_NAME = symbols; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - B15DF30D40B474EF313747DD /* Release */ = { + B0F1740B5708B4E575B1262C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12865,7 +13133,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/iconize-Info.plist"; + INFOPLIST_FILE = "plists/forms-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12873,20 +13141,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = iconize; + PRODUCT_NAME = forms; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - B1C559A694722503336A4373 /* Release */ = { + B2891E63EFE650F1AC2FB823 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12896,7 +13167,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/blocks-Info.plist"; + INFOPLIST_FILE = "plists/list_visuals-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12904,41 +13175,44 @@ "-framework", Carbon, ); - PRODUCT_NAME = blocks; + PRODUCT_NAME = list_visuals; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - B2440CF4AA04685DBFC3E773 /* Debug */ = { + B4E0DDF57B82F8A3251CFEF8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/subwindow-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkforms-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = subwindow; + PREBINDING = NO; + PRODUCT_NAME = fltkforms; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -12946,15 +13220,12 @@ }; name = Debug; }; - B3D2D2FE2FA02D993B0EC5F9 /* Debug */ = { + B5710EDAF09F78B75E0526F0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -12964,7 +13235,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pack-Info.plist"; + INFOPLIST_FILE = "plists/editor-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -12972,85 +13243,97 @@ "-framework", Carbon, ); - PRODUCT_NAME = pack; + PRODUCT_NAME = editor; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - B47AA507B86D43537D7CDC60 /* Release */ = { + BBB8B2F2DBCC284B0FF28082 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/file_chooser-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkimages-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = file_chooser; + PREBINDING = NO; + PRODUCT_NAME = fltkimages; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); + ZERO_LINK = NO; }; name = Release; }; - B4CAB11258313C9C24DB1D23 /* Debug */ = { + BC07FA1BB728300AC7EB4C6B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/pixmap-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltk-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = pixmap; + PREBINDING = NO; + PRODUCT_NAME = fltk; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); + ZERO_LINK = NO; }; - name = Debug; + name = Release; }; - B58F55D1030A723FB074B9CA /* Release */ = { + BC8C18BCC8B56A94A1A3D15F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13060,7 +13343,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/list_visuals-Info.plist"; + INFOPLIST_FILE = "plists/fullscreen-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13068,20 +13351,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = list_visuals; + PRODUCT_NAME = fullscreen; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - B787D66E73AC709850E48244 /* Release */ = { + BE7211A3DED7EC2953EBFAE2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13091,7 +13377,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/bitmap-Info.plist"; + INFOPLIST_FILE = "plists/editor-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13099,15 +13385,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = bitmap; + PRODUCT_NAME = editor; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - B7E97345C9997630D077BEFA /* Release */ = { + BEFD5AA290A6C3979300D00F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13122,7 +13408,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/Demo-Info.plist"; + INFOPLIST_FILE = "plists/list_visuals-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13130,7 +13416,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = Demo; + PRODUCT_NAME = list_visuals; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13138,15 +13424,12 @@ }; name = Release; }; - B866694A518F57D06FA39CA7 /* Debug */ = { + BF44AE181CE25F58CB3C3D53 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13156,7 +13439,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/tile-Info.plist"; + INFOPLIST_FILE = "plists/native-filechooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13164,15 +13447,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = tile; + PRODUCT_NAME = "native-filechooser"; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - BD84D23FF933EC0EA23BFABB /* Debug */ = { + BFA550A4F99F08A23206C12D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13190,7 +13473,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fractals-Info.plist"; + INFOPLIST_FILE = "plists/preferences-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13198,7 +13481,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = fractals; + PRODUCT_NAME = preferences; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13206,12 +13489,15 @@ }; name = Debug; }; - BE40E251C6267315B64D5914 /* Release */ = { + C122896D68A04BFDE582B7DF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13221,7 +13507,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/adjuster-Info.plist"; + INFOPLIST_FILE = "plists/radio-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13229,15 +13515,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = adjuster; + PRODUCT_NAME = radio; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - BE543C809F080584676063D7 /* Debug */ = { + C35224875C32382B975280F7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13255,7 +13541,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/image-Info.plist"; + INFOPLIST_FILE = "plists/clock-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13263,7 +13549,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = image; + PRODUCT_NAME = clock; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13271,52 +13557,43 @@ }; name = Debug; }; - BFDF783FA4F676E9966CD3F6 /* Release */ = { + C3DF9EDB801F8FAD3D4A303F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/checkers-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk; + PRODUCT_NAME = checkers; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); - ZERO_LINK = NO; }; name = Release; }; - C07DBE0E0A5F6E0BCDAE4054 /* Debug */ = { + C49AE1439B658D303A980CBF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13326,7 +13603,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/help-Info.plist"; + INFOPLIST_FILE = "plists/tiled_image-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13334,20 +13611,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = help; + PRODUCT_NAME = tiled_image; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - C1F36F190A297C6A76FE1489 /* Release */ = { + C4C1DBFA7ADD888F9BBF264C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13357,7 +13637,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/doublebuffer-Info.plist"; + INFOPLIST_FILE = "plists/browser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13365,46 +13645,52 @@ "-framework", Carbon, ); - PRODUCT_NAME = doublebuffer; + PRODUCT_NAME = browser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - C1F809DC395E7EACD42CBC2D /* Release */ = { + C553179D97CB1D25D6F3FEA7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; - GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/boxtype-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; + INFOPLIST_FILE = "plists/fltkgl-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PRODUCT_NAME = boxtype; + PREBINDING = NO; + PRODUCT_NAME = fltkgl; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - C340853EAAE733A1073B161B /* Release */ = { + C88A5541139D132493B31256 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13419,7 +13705,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/cube-Info.plist"; + INFOPLIST_FILE = "plists/keyboard-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13427,7 +13713,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = cube; + PRODUCT_NAME = keyboard; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13435,15 +13721,12 @@ }; name = Release; }; - C506551DB8B06F0D887D1ED2 /* Debug */ = { + CC80D77DB945820583C0086D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13453,7 +13736,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/scroll-Info.plist"; + INFOPLIST_FILE = "plists/colbrowser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13461,20 +13744,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = scroll; + PRODUCT_NAME = colbrowser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - C684BB223961B7E243BF1238 /* Release */ = { + CDD7CEE90FCFDCD10EC576C1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13484,7 +13770,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/checkers-Info.plist"; + INFOPLIST_FILE = "plists/subwindow-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13492,20 +13778,23 @@ "-framework", Carbon, ); - PRODUCT_NAME = checkers; + PRODUCT_NAME = subwindow; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - C7A6261890B3ECEE41AB4597 /* Release */ = { + CE34C739E2724CA8205832C2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13515,7 +13804,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/forms-Info.plist"; + INFOPLIST_FILE = "plists/output-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13523,15 +13812,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = forms; + PRODUCT_NAME = output; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Release; + name = Debug; }; - C87475681C22E080FFE37E00 /* Release */ = { + CE8EB60FA0CBC16E905DA9EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13546,7 +13835,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/mandelbrot-Info.plist"; + INFOPLIST_FILE = "plists/cursor-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13554,7 +13843,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = mandelbrot; + PRODUCT_NAME = cursor; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13562,36 +13851,33 @@ }; name = Release; }; - C9A4A8709E6D0A63DD04E5A9 /* Debug */ = { + CF6264B0160C5E99B3CA0ADE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_gl-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/iconize-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_gl; + PRODUCT_NAME = iconize; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13599,15 +13885,12 @@ }; name = Debug; }; - CBD5A2CB4550E98F255324D2 /* Debug */ = { + D1A78C2A5DA75E9B10277314 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13617,7 +13900,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/cursor-Info.plist"; + INFOPLIST_FILE = "plists/table-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13625,15 +13908,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = cursor; + PRODUCT_NAME = table; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - CCC1D8695B5A49EC79E615D7 /* Release */ = { + D1A944151C4CF92C684B7850 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13648,7 +13931,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/minimum-Info.plist"; + INFOPLIST_FILE = "plists/boxtype-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13656,7 +13939,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = minimum; + PRODUCT_NAME = boxtype; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13664,36 +13947,33 @@ }; name = Release; }; - CD0FCD14AFF154DC60EFFB2A /* Debug */ = { + D1D8E12E5949F3AE53D93E42 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_images-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/cube-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_images; + PRODUCT_NAME = cube; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13701,7 +13981,7 @@ }; name = Debug; }; - D8189880771A140A54D41DC1 /* Release */ = { + D408F38F98D781CB56601734 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13716,7 +13996,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/keyboard-Info.plist"; + INFOPLIST_FILE = "plists/CubeView-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13724,7 +14004,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = keyboard; + PRODUCT_NAME = CubeView; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13732,7 +14012,7 @@ }; name = Release; }; - D91B4622FB04DE6562167345 /* Release */ = { + D41B4BE8AB1E435340DA742A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13747,7 +14027,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fractals-Info.plist"; + INFOPLIST_FILE = "plists/navigation-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13755,7 +14035,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = fractals; + PRODUCT_NAME = navigation; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13763,15 +14043,12 @@ }; name = Release; }; - DB9C8D8788897BD2E05DC5BF /* Debug */ = { + D69D892BB5BA443E33A6C309 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13781,7 +14058,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fullscreen-Info.plist"; + INFOPLIST_FILE = "plists/Fluid-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13789,23 +14066,20 @@ "-framework", Carbon, ); - PRODUCT_NAME = fullscreen; + PRODUCT_NAME = Fluid; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - DDC8E42365D756822843652F /* Debug */ = { + DAFC5073FD01FB62FD4B70F1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13815,7 +14089,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/doublebuffer-Info.plist"; + INFOPLIST_FILE = "plists/radio-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13823,23 +14097,20 @@ "-framework", Carbon, ); - PRODUCT_NAME = doublebuffer; + PRODUCT_NAME = radio; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - DFD669671726368377E5C991 /* Debug */ = { + DCE0B2521198426EE27F92F8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; @@ -13849,7 +14120,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/native-filechooser-Info.plist"; + INFOPLIST_FILE = "plists/pixmap_browser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13857,15 +14128,15 @@ "-framework", Carbon, ); - PRODUCT_NAME = "native-filechooser"; + PRODUCT_NAME = pixmap_browser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - E086B8506765CBABB6838D73 /* Debug */ = { + DDDD3D91269B328127D484A2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13883,7 +14154,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/checkers-Info.plist"; + INFOPLIST_FILE = "plists/cursor-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13891,7 +14162,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = checkers; + PRODUCT_NAME = cursor; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13899,17 +14170,18 @@ }; name = Debug; }; - E1267DEF49614763E02914E5 /* Release */ = { + DDF7E615A5806D895DAEA3C3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; FRAMEWORK_VERSION = A; - GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; HEADER_SEARCH_PATHS = ( @@ -13918,7 +14190,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_images-Info.plist"; + INFOPLIST_FILE = "plists/fltkimages-Info.plist"; INSTALL_PATH = "@executable_path/../Frameworks"; OTHER_LDFLAGS = ( "-framework", @@ -13927,16 +14199,15 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = fltk_images; + PRODUCT_NAME = fltkimages; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); - ZERO_LINK = NO; }; - name = Release; + name = Debug; }; - E270E8F96DA88107708C3A1E /* Debug */ = { + E0618EABF8175746FABEE9F8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -13954,7 +14225,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/sudoku-Info.plist"; + INFOPLIST_FILE = "plists/keyboard-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -13962,7 +14233,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = sudoku; + PRODUCT_NAME = keyboard; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -13970,20 +14241,7 @@ }; name = Debug; }; - E4CB8FE52FB5A864505EFA9C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; - }; - name = Release; - }; - E5965BAAE083407AD87DFD13 /* Debug */ = { + E110454428CCAB59A2D6674B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14001,7 +14259,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/curve-Info.plist"; + INFOPLIST_FILE = "plists/doublebuffer-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14009,7 +14267,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = curve; + PRODUCT_NAME = doublebuffer; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14017,7 +14275,7 @@ }; name = Debug; }; - E88552B70CB27058927D8143 /* Debug */ = { + E35A206748947F5F2A24F5A2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14035,7 +14293,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/minimum-Info.plist"; + INFOPLIST_FILE = "plists/fractals-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14043,7 +14301,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = minimum; + PRODUCT_NAME = fractals; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14051,7 +14309,7 @@ }; name = Debug; }; - EBB0D8DEB6762E037F5C3EFE /* Debug */ = { + E392AA7B6459BDC931D4949F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14069,7 +14327,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/editor-Info.plist"; + INFOPLIST_FILE = "plists/valuators-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14077,7 +14335,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = editor; + PRODUCT_NAME = valuators; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14085,7 +14343,7 @@ }; name = Debug; }; - EC32F753AB2EF47BA999D427 /* Release */ = { + EC2DDE7392169215A33F63E0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14100,7 +14358,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/output-Info.plist"; + INFOPLIST_FILE = "plists/fullscreen-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14108,7 +14366,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = output; + PRODUCT_NAME = fullscreen; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14116,7 +14374,7 @@ }; name = Release; }; - EC46BD7B481F26402E98BC34 /* Release */ = { + ECC6685814BED812A7A2A738 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14131,7 +14389,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/arc-Info.plist"; + INFOPLIST_FILE = "plists/scroll-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14139,7 +14397,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = arc; + PRODUCT_NAME = scroll; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14147,7 +14405,7 @@ }; name = Release; }; - ED42C93FDBA21EC476376CC8 /* Debug */ = { + ECD99DD006AC5097504F80D3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14165,7 +14423,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/threads-Info.plist"; + INFOPLIST_FILE = "plists/tiled_image-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14173,7 +14431,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = threads; + PRODUCT_NAME = tiled_image; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14181,7 +14439,7 @@ }; name = Debug; }; - EEFB5A548AFE768A5A350726 /* Debug */ = { + ED7123F814869A0CCF1B7BF6 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14199,7 +14457,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/blocks-Info.plist"; + INFOPLIST_FILE = "plists/buttons-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14207,7 +14465,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = blocks; + PRODUCT_NAME = buttons; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14215,7 +14473,7 @@ }; name = Debug; }; - F1250118AA5B45AB27CAE8E0 /* Release */ = { + EF1E9E32DD7B413D89AA3543 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14230,7 +14488,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/gl_overlay-Info.plist"; + INFOPLIST_FILE = "plists/cube-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14238,7 +14496,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = gl_overlay; + PRODUCT_NAME = cube; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14246,7 +14504,7 @@ }; name = Release; }; - F34ADBF151BA1730F0E4B937 /* Release */ = { + F56BBC7EB8D4919AFDFAFB8D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14261,7 +14519,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/Fluid-Info.plist"; + INFOPLIST_FILE = "plists/valuators-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14269,7 +14527,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = Fluid; + PRODUCT_NAME = valuators; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14277,7 +14535,7 @@ }; name = Release; }; - F745B8BB25F9B1266325438F /* Debug */ = { + F8746247AF432A2A3EDCABE4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14295,7 +14553,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/preferences-Info.plist"; + INFOPLIST_FILE = "plists/resize-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14303,7 +14561,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = preferences; + PRODUCT_NAME = resize; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14311,7 +14569,7 @@ }; name = Debug; }; - FD40922D9E070B7E06B37458 /* Release */ = { + F8A02581E715B141D4973E19 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14342,44 +14600,38 @@ }; name = Release; }; - FE6E6638C628E9F6F0526EE6 /* Debug */ = { + F922120F8F2C1567FFA3410B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = fltk.pch; + GCC_PREPROCESSOR_DEFINITIONS = "USING_XCODE=1"; HEADER_SEARCH_PATHS = ( ../../ide/XCode3/, ../../, ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/fltk_png-Info.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; + INFOPLIST_FILE = "plists/fractals-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Cocoa, "-framework", Carbon, ); - PREBINDING = NO; - PRODUCT_NAME = fltk_png; + PRODUCT_NAME = fractals; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", ); }; - name = Debug; + name = Release; }; - FEA6A33C8CE80ECD56AB3E96 /* Release */ = { + FB08E5A07623C121FBD0C3BF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -14394,7 +14646,7 @@ ../../png, ../../jpeg, ); - INFOPLIST_FILE = "plists/editor-Info.plist"; + INFOPLIST_FILE = "plists/file_chooser-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", @@ -14402,7 +14654,7 @@ "-framework", Carbon, ); - PRODUCT_NAME = editor; + PRODUCT_NAME = file_chooser; WARNING_CFLAGS = ( "-Wno-format-security", "-Wall", @@ -14413,682 +14665,691 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 042566034A35968276CE7602 /* Build configuration list for PBXNativeTarget "resizebox" */ = { + 043244FCEBE56336BC0CA098 /* Build configuration list for PBXNativeTarget "bitmap" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 410044EB4CF8237F6AC43C5A /* Debug */, + 39C36DAC1657166985B21B02 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 15626EAC7CC1F170E19E8CC6 /* Build configuration list for PBXNativeTarget "editor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8FCFF2F9C116F2F86DA38B2F /* Debug */, - 14E3EAC4EAFC68EE8302DC4C /* Release */, + BE7211A3DED7EC2953EBFAE2 /* Debug */, + B5710EDAF09F78B75E0526F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 056569FACF4114351DD9166C /* Build configuration list for PBXNativeTarget "button" */ = { + 16FB6AAFB001689E0C97B08C /* Build configuration list for PBXNativeTarget "line_style" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0BA80C32BF126B003FA92349 /* Debug */, - 4DC931C23D2EEB38D45B6615 /* Release */, + 245DF1C4AC95F57753F36219 /* Debug */, + 1AAC9E034EA5ACA65098D1BE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 0926A3ACA44E0122BE3B1859 /* Build configuration list for PBXNativeTarget "symbols" */ = { + 18E8E4AFC98B54E2EECEAB63 /* Build configuration list for PBXNativeTarget "boxtype" */ = { isa = XCConfigurationList; buildConfigurations = ( - 47F37CE9D4302D958997C274 /* Debug */, - 915B61B1A24A32732D20EF45 /* Release */, + 62A641E9A6C5932E662435FA /* Debug */, + D1A944151C4CF92C684B7850 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 09D9BC88300A148EA01D3FBA /* Build configuration list for PBXNativeTarget "adjuster" */ = { + 1A6DCD460220A6DC40E2A67D /* Build configuration list for PBXNativeTarget "native-filechooser" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0642B23A3112E2FA50CF8A0C /* Debug */, - BE40E251C6267315B64D5914 /* Release */, + 92225D0B157D7DD0E55431D7 /* Debug */, + BF44AE181CE25F58CB3C3D53 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 0B16851C1B5EAEEF8FE70813 /* Build configuration list for PBXNativeTarget "cube" */ = { + 1C5D39D695424723E058EBCC /* Build configuration list for PBXNativeTarget "list_visuals" */ = { isa = XCConfigurationList; buildConfigurations = ( - 255AC21332532EA0A14A27BB /* Debug */, - C340853EAAE733A1073B161B /* Release */, + B2891E63EFE650F1AC2FB823 /* Debug */, + BEFD5AA290A6C3979300D00F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 0C29E830E8229D7CF979911F /* Build configuration list for PBXNativeTarget "fltk" */ = { + 23116AAC71AC00DF0B4B5AE9 /* Build configuration list for PBXNativeTarget "cube" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2380DDD9862186CBD3A9696 /* Debug */, - BFDF783FA4F676E9966CD3F6 /* Release */, + D1D8E12E5949F3AE53D93E42 /* Debug */, + EF1E9E32DD7B413D89AA3543 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 0C6694CE9D5B885D2BD9F79A /* Build configuration list for PBXNativeTarget "buttons" */ = { + 29E29DFE9F42B7A1A828F571 /* Build configuration list for PBXNativeTarget "arc" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1C1E2B544DEF7E17F8D3EA2C /* Debug */, - FD40922D9E070B7E06B37458 /* Release */, + 346231D4085D286ADF0AF3EC /* Debug */, + 47E04E4D3DC6EC385D937C3D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 12B6D8F63798E13CC1524051 /* Build configuration list for PBXNativeTarget "pixmap_browser" */ = { + 2AFFD2369EB73EC07394DA46 /* Build configuration list for PBXNativeTarget "keyboard" */ = { isa = XCConfigurationList; buildConfigurations = ( - 629D5EF2A6C2B6FE467FA5CE /* Debug */, - 2A4A36DC01C806EA1D628105 /* Release */, + E0618EABF8175746FABEE9F8 /* Debug */, + C88A5541139D132493B31256 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 1AB57480D61B721ECE2043D1 /* Build configuration list for PBXNativeTarget "arc" */ = { + 2C98D5A81B8F27438C3BA182 /* Build configuration list for PBXNativeTarget "navigation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 206C7F9015039982E1F316D4 /* Debug */, - EC46BD7B481F26402E98BC34 /* Release */, + A42E39ED49C3B824FEEB2659 /* Debug */, + D41B4BE8AB1E435340DA742A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 1D1A8CB197676CBE98130FC8 /* Build configuration list for PBXNativeTarget "preferences" */ = { + 2CFDDA68F0A36915928E6A79 /* Build configuration list for PBXNativeTarget "adjuster" */ = { isa = XCConfigurationList; buildConfigurations = ( - F745B8BB25F9B1266325438F /* Debug */, - 955DD233CB31699E428AB433 /* Release */, + A48E136CB5D1AE91824D1E3E /* Debug */, + 336EF724EFB59E839D5CCA1A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 1FE9F0281068130E0A6EFE2B /* Build configuration list for PBXNativeTarget "inactive" */ = { + 2D5F3E5CAB0AB8AB97A80B27 /* Build configuration list for PBXNativeTarget "valuators" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2BF5A5A897C97A96C6C39E3B /* Debug */, - 262DD9019ADE1CE8FDC5EA35 /* Release */, + E392AA7B6459BDC931D4949F /* Debug */, + F56BBC7EB8D4919AFDFAFB8D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 22D5E86DF311BD656067BE00 /* Build configuration list for PBXNativeTarget "file_chooser" */ = { + 3276E42C93EC51D136C8C354 /* Build configuration list for PBXNativeTarget "fltkjpeg" */ = { isa = XCConfigurationList; buildConfigurations = ( - AFF1E7F14884C777EFD77315 /* Debug */, - B47AA507B86D43537D7CDC60 /* Release */, + 1D10E7643448A52710E7A169 /* Debug */, + A006ABED309DAFC2A67FBDD4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 262B3C57D7120A7137ED215B /* Build configuration list for PBXNativeTarget "doublebuffer" */ = { + 3927246BF20F062FD36FEB00 /* Build configuration list for PBXNativeTarget "file_chooser" */ = { isa = XCConfigurationList; buildConfigurations = ( - DDC8E42365D756822843652F /* Debug */, - C1F36F190A297C6A76FE1489 /* Release */, + 07757307AEF129A7CCD90642 /* Debug */, + FB08E5A07623C121FBD0C3BF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 2B48569CFE3C4C768281658C /* Build configuration list for PBXNativeTarget "blocks" */ = { + 3B2183D2AC54247DC0DE0040 /* Build configuration list for PBXNativeTarget "fast_slow" */ = { isa = XCConfigurationList; buildConfigurations = ( - EEFB5A548AFE768A5A350726 /* Debug */, - B1C559A694722503336A4373 /* Release */, + 1507F65C9902CBD45EDC2B19 /* Debug */, + 13AE237E72E3EF81142B12B2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 2B954966DFA22AFF034BD371 /* Build configuration list for PBXNativeTarget "fonts" */ = { + 3D57B007F9BF2EE4D9534F38 /* Build configuration list for PBXNativeTarget "fltkforms" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1C8CB458672E680E9FFDDC43 /* Debug */, - 9E835B9C71CE37777B6313FF /* Release */, + B4E0DDF57B82F8A3251CFEF8 /* Debug */, + 103F69080A74B311289CD32D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 2D2E68E913F951A9E0B7DC58 /* Build configuration list for PBXNativeTarget "CubeView" */ = { + 467730242D36784BC0246854 /* Build configuration list for PBXNativeTarget "overlay" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D42EC99146E5275FDE34951 /* Debug */, - AD79B016C7C5E18CF7B5E1BA /* Release */, + 29F979650B586B78D6F3F32A /* Debug */, + 688F88B7B612670EE8A66255 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 2F8967F0C3EA720E9ECC3E5B /* Build configuration list for PBXNativeTarget "Demo" */ = { + 4A202B393C30961B9FC514A6 /* Build configuration list for PBXNativeTarget "browser" */ = { isa = XCConfigurationList; buildConfigurations = ( - 677707DAD9B0149004EF0450 /* Debug */, - B7E97345C9997630D077BEFA /* Release */, + C4C1DBFA7ADD888F9BBF264C /* Debug */, + 963C0A2D5B4D61AC49A22854 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 39E3803A0C55AF321CE1B296 /* Build configuration list for PBXNativeTarget "menubar" */ = { + 4A364B8632AB69EF84CCA655 /* Build configuration list for PBXNativeTarget "fltkgl" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C40D2F66BFB2C4446B39467 /* Debug */, - 2302DE6098C35D136BDC48B1 /* Release */, + C553179D97CB1D25D6F3FEA7 /* Debug */, + 60C767680355696EEFF01C38 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 3D27A6FCA0C9AC133050FAAC /* Build configuration list for PBXNativeTarget "sudoku" */ = { + 4A87957394A53B16E864FBD8 /* Build configuration list for PBXNativeTarget "minimum" */ = { isa = XCConfigurationList; buildConfigurations = ( - E270E8F96DA88107708C3A1E /* Debug */, - 244A1FE6A4A5D0098C52AB4A /* Release */, + 25E2282343FAC49B494C1FF6 /* Debug */, + 9B9B3DE886D2F9273BDBA8F4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 423B72637A7EC23B93BFAF5D /* Build configuration list for PBXNativeTarget "Fluid" */ = { + 4BCA6805565E863C9AEEA555 /* Build configuration list for PBXNativeTarget "fonts" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0D352A66E051DC5B9FEF6393 /* Debug */, - F34ADBF151BA1730F0E4B937 /* Release */, + 4896FAC6780FDEF9E01F2368 /* Debug */, + 1DE88E97E23B473BD470C223 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 453A809E66CCEB79234385F6 /* Build configuration list for PBXNativeTarget "input" */ = { + 4F1EAFE82BEF52EC771712AD /* Build configuration list for PBXNativeTarget "input" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A07797C7F2419E278BFFF91 /* Debug */, - 84F0B2AD9CF7BB21E2FA8C17 /* Release */, + 4CB60052B32B8F139622452C /* Debug */, + 38D1BFD69B29AD40C01CEF0D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 458B33CC1A1DEBE88582031C /* Build configuration list for PBXNativeTarget "line_style" */ = { + 5005AC240F5F2B8D53E7EF6C /* Build configuration list for PBXNativeTarget "forms" */ = { isa = XCConfigurationList; buildConfigurations = ( - 35C910336C7C333ED45C4781 /* Debug */, - 06CC8FE70E3EB9D3287C090D /* Release */, + B0F1740B5708B4E575B1262C /* Debug */, + 51301B201F4EE9DBB2C1C091 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 4C7FBF07BB1FA80EF7EC811D /* Build configuration list for PBXNativeTarget "boxtype" */ = { + 50A3721997385FFE0687CF20 /* Build configuration list for PBXNativeTarget "image" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9F8D9A1577CE8DA8A0817D90 /* Debug */, - C1F809DC395E7EACD42CBC2D /* Release */, + 4F42BDACF7814BEA49817B72 /* Debug */, + 0E034BBD6ECEAC2CF7F4D80F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 4D7A726C763FDB897288BC97 /* Build configuration list for PBXNativeTarget "subwindow" */ = { + 522F67C6CAEDB0B54DC0CC30 /* Build configuration list for PBXNativeTarget "tabs" */ = { isa = XCConfigurationList; buildConfigurations = ( - B2440CF4AA04685DBFC3E773 /* Debug */, - 02A3FC01DAB6A038BF89A764 /* Release */, + 3320863CDC8A8D48CA562014 /* Debug */, + 3DFEED0B63D148B597D089A5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 4FEF1EC74A261765F3D10407 /* Build configuration list for PBXNativeTarget "curve" */ = { + 5347D1A48167927FC6CBA52F /* Build configuration list for PBXNativeTarget "zlib" */ = { isa = XCConfigurationList; buildConfigurations = ( - E5965BAAE083407AD87DFD13 /* Debug */, - A9D1434102570F1B3A3C5480 /* Release */, + 15F177B59947D599C2246BC0 /* Debug */, + 73ADBAC8A4CC505105C8D5BA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 524976334830327BCC46EBDB /* Build configuration list for PBXNativeTarget "editor" */ = { + 575D25F6EE49E1652767F23D /* Build configuration list for PBXNativeTarget "colbrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( - EBB0D8DEB6762E037F5C3EFE /* Debug */, - FEA6A33C8CE80ECD56AB3E96 /* Release */, + 5C60580984E7B02346309354 /* Debug */, + CC80D77DB945820583C0086D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 53C39E6A819336A6A53FFFCD /* Build configuration list for PBXNativeTarget "checkers" */ = { + 5C6772CA031E5012688FB652 /* Build configuration list for PBXNativeTarget "radio" */ = { isa = XCConfigurationList; buildConfigurations = ( - E086B8506765CBABB6838D73 /* Debug */, - C684BB223961B7E243BF1238 /* Release */, + C122896D68A04BFDE582B7DF /* Debug */, + DAFC5073FD01FB62FD4B70F1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 545EDC01CD50D8D59F648625 /* Build configuration list for PBXNativeTarget "pixmap" */ = { + 616DBAAB3847FD126FDC2886 /* Build configuration list for PBXNativeTarget "Demo" */ = { isa = XCConfigurationList; buildConfigurations = ( - B4CAB11258313C9C24DB1D23 /* Debug */, - 13D835F768E9A0DD4913228F /* Release */, + 4EF1B3D26224BA48CFE42B41 /* Debug */, + AC89C151180597E8FBD229DE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 55A6E688540570AB80DF9D34 /* Build configuration list for PBXNativeTarget "bitmap" */ = { + 650EB8279658EC4BA3D5A602 /* Build configuration list for PBXNativeTarget "tiled_image" */ = { isa = XCConfigurationList; buildConfigurations = ( - A1F6B914274E1CD7913063DE /* Debug */, - B787D66E73AC709850E48244 /* Release */, + ECD99DD006AC5097504F80D3 /* Debug */, + C49AE1439B658D303A980CBF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6084987F05CEF8BB7D245147 /* Build configuration list for PBXNativeTarget "fltk_png" */ = { + 6A29F8E5343E79C5BBBC4435 /* Build configuration list for PBXNativeTarget "tile" */ = { isa = XCConfigurationList; buildConfigurations = ( - FE6E6638C628E9F6F0526EE6 /* Debug */, - 1CB2A0A9090772069EFF0861 /* Release */, + 63683AAE38AEF587389B4EFA /* Debug */, + 6082A25348AF6A24C1909BEC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 610E1C4DE44A448442E517B3 /* Build configuration list for PBXNativeTarget "tree" */ = { + 6C36ED48AD2A17AFDEAF8551 /* Build configuration list for PBXNativeTarget "utf8" */ = { isa = XCConfigurationList; buildConfigurations = ( - 658536FF630F07A362156E90 /* Debug */, - 9534F800D05E11423C483244 /* Release */, + A066EC71E6F153022F9461B7 /* Debug */, + 15346F01EB4F6BCE49BD8BDC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6296892EA7BD619754DBC6A7 /* Build configuration list for PBXNativeTarget "image" */ = { + 6EBA92A2FF2B8417D6730355 /* Build configuration list for PBXNativeTarget "fltkpng" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE543C809F080584676063D7 /* Debug */, - 9061BDDD69DD001428D508BD /* Release */, + 2CF5597032B1349C2AAB7C61 /* Debug */, + 19A66C54D56977E95EDD45AB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 659068BDA8A99B1558D00324 /* Build configuration list for PBXNativeTarget "resize" */ = { + 725827EBEAD436A1C63F99B5 /* Build configuration list for PBXNativeTarget "cursor" */ = { isa = XCConfigurationList; buildConfigurations = ( - B0AEE96566E5D19CF31A36DB /* Debug */, - 63CB52421FD5C8454F360085 /* Release */, + DDDD3D91269B328127D484A2 /* Debug */, + CE8EB60FA0CBC16E905DA9EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 678A93FDF8EA95CB81DDE8BF /* Build configuration list for PBXNativeTarget "scroll" */ = { + 731249A13D56497DD5D84454 /* Build configuration list for PBXProject "FLTK" */ = { isa = XCConfigurationList; buildConfigurations = ( - C506551DB8B06F0D887D1ED2 /* Debug */, - 16DC1AC458F88DFEE41AE95D /* Release */, + AB14EA56B24F88383295684D /* Debug */, + 9D9EC23AF016EC779D2556CC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 68035AC4A1509AEDDC8B8A76 /* Build configuration list for PBXNativeTarget "tiled_image" */ = { + 7397FD56D0E22C6A7AFA419C /* Build configuration list for PBXNativeTarget "scroll" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7AB8D5D10C20E530B4E02983 /* Debug */, - 83ED3038D7324DF87AC9B4FB /* Release */, + 6BD57A587B5A5DA384B8304D /* Debug */, + ECC6685814BED812A7A2A738 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 6F8147214982BF5FFA528E8F /* Build configuration list for PBXNativeTarget "shape" */ = { + 75CC377B88009A6DC05949CC /* Build configuration list for PBXNativeTarget "input_choice" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1F2CA1142E8E7822E1AABBAA /* Debug */, - B0EBF217CC9ECEE7F9CD4AD0 /* Release */, + 5E36BB004C6904FB42E489C2 /* Debug */, + 551B04CC26422D54610F5C6C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7024D6A349E7116B2C20C713 /* Build configuration list for PBXNativeTarget "message" */ = { + 79A98EC7AFF388598C2969F1 /* Build configuration list for PBXNativeTarget "Fluid" */ = { isa = XCConfigurationList; buildConfigurations = ( - 954966156299CA8A4128592C /* Debug */, - 7B0213BC06FEFDBEB45B45F9 /* Release */, + 2CA06CF4C0657EA04D3FF839 /* Debug */, + D69D892BB5BA443E33A6C309 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 76FF80CE321B97A77357BB50 /* Build configuration list for PBXNativeTarget "fltk_gl" */ = { + 7A1DA53E5FFC156C3CB99A19 /* Build configuration list for PBXNativeTarget "blocks" */ = { isa = XCConfigurationList; buildConfigurations = ( - C9A4A8709E6D0A63DD04E5A9 /* Debug */, - 89B7B5957CAF5F1BDD0E6F38 /* Release */, + 6384D527BB444D37313C292E /* Debug */, + 773DABD2F2610323FFB3BFA3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 795DB439EDE744FC63B888D3 /* Build configuration list for PBXNativeTarget "output" */ = { + 7B4878F54EAEAB836A752E8A /* Build configuration list for PBXNativeTarget "preferences" */ = { isa = XCConfigurationList; buildConfigurations = ( - A4FAE32CFB28B039A05CDC96 /* Debug */, - EC32F753AB2EF47BA999D427 /* Release */, + BFA550A4F99F08A23206C12D /* Debug */, + 810D923BBD9BFCDFBF47E69B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7ACBFC0F47D791A4B3FD08FA /* Build configuration list for PBXNativeTarget "cursor" */ = { + 851693FFE102DDADF1E87EC3 /* Build configuration list for PBXNativeTarget "label" */ = { isa = XCConfigurationList; buildConfigurations = ( - CBD5A2CB4550E98F255324D2 /* Debug */, - 4A65C37B838391C6B4E0077D /* Release */, + 0B5B9CE6406B13C48DF12A72 /* Debug */, + 165EA0FF91252544E13943FF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7AFB091E58044F89AC2C7987 /* Build configuration list for PBXNativeTarget "browser" */ = { + 898A9C4D33406C433B4EB67E /* Build configuration list for PBXNativeTarget "shape" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8D6D410FF926C0322B1FD7C9 /* Debug */, - 53EE303C8EA026AB48AF0858 /* Release */, + 93DC22936755D22234007948 /* Debug */, + 5E45A14880E20B4D39419BC2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 7D1E208A9DA1091EFDB76512 /* Build configuration list for PBXNativeTarget "threads" */ = { + 8B9DBA0A9E2EE6098C8E8CD9 /* Build configuration list for PBXNativeTarget "iconize" */ = { isa = XCConfigurationList; buildConfigurations = ( - ED42C93FDBA21EC476376CC8 /* Debug */, - 40460EEAD1DE1FDB397DB34F /* Release */, + CF6264B0160C5E99B3CA0ADE /* Debug */, + 2D520E75A3F55FF433CA3018 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 80DB4CA356BA10B52E555C1B /* Build configuration list for PBXNativeTarget "color_chooser" */ = { + 8BE85F0E887F805001574C81 /* Build configuration list for PBXNativeTarget "buttons" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9157701653AAD790B1E40358 /* Debug */, - 2042C1F51CB98790F4199ECB /* Release */, + ED7123F814869A0CCF1B7BF6 /* Debug */, + F8A02581E715B141D4973E19 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 81D32657AC62021FB199E1EC /* Build configuration list for PBXNativeTarget "table" */ = { + 8DB4566C3E01A7ADBA457DEE /* Build configuration list for PBXNativeTarget "checkers" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0AD8E7B8ADD4C0A61E8B3207 /* Debug */, - 84E49E6B79F9CB02771F943A /* Release */, + 67BC67B7578B807B60659E37 /* Debug */, + C3DF9EDB801F8FAD3D4A303F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 8D18544A2421EDF17B9E090E /* Build configuration list for PBXNativeTarget "clock" */ = { + 9444A907234E36D6D32DD6A7 /* Build configuration list for PBXNativeTarget "symbols" */ = { isa = XCConfigurationList; buildConfigurations = ( - 779230150BBE94228D4DE816 /* Debug */, - A77865BCBB76AC7CB4455E19 /* Release */, + ADD9A1A5461A39073940038D /* Debug */, + 56E3D948C1671B7A17A9B1D9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 91BA48C98EF26D0BC94AC2C5 /* Build configuration list for PBXNativeTarget "native-filechooser" */ = { + 9CB301054DDEA5042D78C27F /* Build configuration list for PBXNativeTarget "pack" */ = { isa = XCConfigurationList; buildConfigurations = ( - DFD669671726368377E5C991 /* Debug */, - 617C6FD58B1E07C1209C995D /* Release */, + ADA0D2D80EF49EC730B23A67 /* Debug */, + 25FBD005AEE39DCC538FFE06 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 98B92F4F3CB0D00CD07ADD76 /* Build configuration list for PBXNativeTarget "tabs" */ = { + 9EE2813E7546E79BD82EA158 /* Build configuration list for PBXNativeTarget "help" */ = { isa = XCConfigurationList; buildConfigurations = ( - 09FDC58799771DA83C07F1BB /* Debug */, - 3A524ECF0B5B9457BFD3E41F /* Release */, + 4C2FEE92B2E4BCF71F7C56D9 /* Debug */, + 4317A5E0E1E76FF1C3391A79 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 9D58A38B1F35A035A8BCF73E /* Build configuration list for PBXNativeTarget "mandelbrot" */ = { + A0AB2FA22B9E7FDF9991B276 /* Build configuration list for PBXNativeTarget "mandelbrot" */ = { isa = XCConfigurationList; buildConfigurations = ( - 52EF6476E390FE8572B5C742 /* Debug */, - C87475681C22E080FFE37E00 /* Release */, + 0EF0994687445E42DC8666E7 /* Debug */, + 3048A074859F608303A3912B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B00C60FAA5E3488C00EABE32 /* Build configuration list for PBXNativeTarget "hello" */ = { + A13C5BC538D0711C1512328A /* Build configuration list for PBXNativeTarget "fullscreen" */ = { isa = XCConfigurationList; buildConfigurations = ( - 046C1F8D51405569C2078828 /* Debug */, - 4A7AEB3C519D536C42517DA6 /* Release */, + BC8C18BCC8B56A94A1A3D15F /* Debug */, + EC2DDE7392169215A33F63E0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B29F21A1319AE0D3AE6B561C /* Build configuration list for PBXNativeTarget "overlay" */ = { + A49F7077D1E3886A51625CBF /* Build configuration list for PBXNativeTarget "output" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8986CBA57EB4294D2974C795 /* Debug */, - 6C72C964851478C7E9050EFA /* Release */, + CE34C739E2724CA8205832C2 /* Debug */, + 0CA8000BF02996FC1DB0A161 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - B9A83CA12012B1BE1D3C4AD8 /* Build configuration list for PBXNativeTarget "keyboard" */ = { + A591B7F7F43543325BFA8872 /* Build configuration list for PBXNativeTarget "fltk" */ = { isa = XCConfigurationList; buildConfigurations = ( - 27EFC2D7EB1CCE98696FE323 /* Debug */, - D8189880771A140A54D41DC1 /* Release */, + 801BF01B1011E36A6BA3BBC6 /* Debug */, + BC07FA1BB728300AC7EB4C6B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - BA83D667BD51FFE5CEF6D18E /* Build configuration list for PBXNativeTarget "help" */ = { + A664FB9DA12DD1993AF47151 /* Build configuration list for PBXNativeTarget "tree" */ = { isa = XCConfigurationList; buildConfigurations = ( - C07DBE0E0A5F6E0BCDAE4054 /* Debug */, - 1A6A51A303EC1D8DC15E1584 /* Release */, + A4FFFC37A6C95C405ADCC0A0 /* Debug */, + 2BE2C438BA845906EFA0A1DF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - BCDB767074470262CF16867E /* Build configuration list for PBXNativeTarget "fast_slow" */ = { + A92651B461E2195F8F42645D /* Build configuration list for PBXNativeTarget "message" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3C6508FEF501A036AFD0A722 /* Debug */, - 0DD0953693C0033D9D114031 /* Release */, + 635978DFA1D5964CD48F82B4 /* Debug */, + 68B72F986C1A350B31B625CD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - BF8B3999359B351D48D6D9C5 /* Build configuration list for PBXNativeTarget "input_choice" */ = { + ACF691B1454CA0B017715E61 /* Build configuration list for PBXNativeTarget "fltkimages" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3C434957E492B0CFABC004FD /* Debug */, - 729655B2C7C395EE01F7E18B /* Release */, + DDF7E615A5806D895DAEA3C3 /* Debug */, + BBB8B2F2DBCC284B0FF28082 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C18EE896F422B0813B475063 /* Build configuration list for PBXNativeTarget "fltk_images" */ = { + ADD4BC50BA3D73F1623BF36D /* Build configuration list for PBXNativeTarget "table" */ = { isa = XCConfigurationList; buildConfigurations = ( - CD0FCD14AFF154DC60EFFB2A /* Debug */, - E1267DEF49614763E02914E5 /* Release */, + 72D10C600F0864D0B2BEE799 /* Debug */, + D1A78C2A5DA75E9B10277314 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C950FB17FA85E7030F7C8CCE /* Build configuration list for PBXNativeTarget "minimum" */ = { + AE40A0E94F520C8CF396402B /* Build configuration list for PBXNativeTarget "resize" */ = { isa = XCConfigurationList; buildConfigurations = ( - E88552B70CB27058927D8143 /* Debug */, - CCC1D8695B5A49EC79E615D7 /* Release */, + F8746247AF432A2A3EDCABE4 /* Debug */, + ACBF4D3593BBDD7A60EB81EE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - CD44246549A88C74251AD65B /* Build configuration list for PBXNativeTarget "fltk_jpeg" */ = { + BF0422AFD4F357422B9BB813 /* Build configuration list for PBXNativeTarget "doublebuffer" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D25C311F14F76E967CFA6A6 /* Debug */, - 7F0CE64CDC9FF7C625602771 /* Release */, + E110454428CCAB59A2D6674B /* Debug */, + 36D994957713A03B14DF079E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - CFB8AA7B0311000C477BD574 /* Build configuration list for PBXNativeTarget "navigation" */ = { + BF668D7845D7B9050A0FF3D1 /* Build configuration list for PBXNativeTarget "menubar" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4DC85396FE035E66E16F2EA4 /* Debug */, - 5EBA79FCBAE4BA63FE7D8FE2 /* Release */, + 79D1803AAAE4925A814CB805 /* Debug */, + 08112C82EEC9F94FFA76AD59 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D23121FE77C10B7B0BAE497D /* Build configuration list for PBXNativeTarget "fltk_forms" */ = { + C2CC5548491B4407F1731C0F /* Build configuration list for PBXNativeTarget "glpuzzle" */ = { isa = XCConfigurationList; buildConfigurations = ( - 41D928D4C9EFA38F6DB453D6 /* Debug */, - 6483781010E2C4640B438E00 /* Release */, + 42FDFDAB748BEED321A52F89 /* Debug */, + 74C376C160500A9D8AEF2686 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D2B27074E1F38D3EF3EF8E02 /* Build configuration list for PBXProject "FLTK" */ = { + C5DEC98E335C9B21656E4D85 /* Build configuration list for PBXNativeTarget "color_chooser" */ = { isa = XCConfigurationList; buildConfigurations = ( - 465FE6A417508881C6FC34B2 /* Debug */, - E4CB8FE52FB5A864505EFA9C /* Release */, + 946B93B0BFFB0428F84F55C1 /* Debug */, + 0211D355A84339B4718AE5DA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D48B22CC9F2B9722E5CE925C /* Build configuration list for PBXNativeTarget "colbrowser" */ = { + C9B046AB9D1E2FFF1009C1C8 /* Build configuration list for PBXNativeTarget "CubeView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 14C2E852122B9B31C319F02B /* Debug */, - 627AF19B6E1F586C3CE070BA /* Release */, + 48BD409596B3B5884435A9E7 /* Debug */, + D408F38F98D781CB56601734 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D50C07C922F7037564006DE8 /* Build configuration list for PBXNativeTarget "forms" */ = { + D037E6AD31D7CDF3C22B9E90 /* Build configuration list for PBXNativeTarget "ask" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6CAE8E8F71DB7875F03661A6 /* Debug */, - C7A6261890B3ECEE41AB4597 /* Release */, + 0634AC5CBECEB9228411543F /* Debug */, + 3C30FCBBBFA577E7F4319EA7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D56E56B58864FCAB45770DD4 /* Build configuration list for PBXNativeTarget "utf8" */ = { + D0B07D5FA60443792ABFCF12 /* Build configuration list for PBXNativeTarget "resizebox" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0549B575C563F9B904CE42BA /* Debug */, - A106DF50352259CC530D38E6 /* Release */, + 5999E9C1020FA2D647BB0D5B /* Debug */, + 4CCADD50908E64472C3927E2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - D611CF5DA37DA7B7B7522278 /* Build configuration list for PBXNativeTarget "iconize" */ = { + D90CB11EA11D0ABC5423240D /* Build configuration list for PBXNativeTarget "pixmap" */ = { isa = XCConfigurationList; buildConfigurations = ( - A380E747A66C1D75FCA10FBA /* Debug */, - B15DF30D40B474EF313747DD /* Release */, + 71CE4E98D37BD3E0FE97C7E9 /* Debug */, + A0B36F8640D27C81A98BB315 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - DA9AEFC90A21231231BCC577 /* Build configuration list for PBXNativeTarget "gl_overlay" */ = { + D9FC9D76A741CE8EEE000101 /* Build configuration list for PBXNativeTarget "sudoku" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2276C011195EE86A9685789F /* Debug */, - F1250118AA5B45AB27CAE8E0 /* Release */, + 4E32AE1B7D8E28D18C13C3A2 /* Debug */, + 40EC1480D6E167FAA3CB3070 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - DC18E4BAE84D4CD1446B1D96 /* Build configuration list for PBXNativeTarget "ask" */ = { + DA01F59317B31F94A96D5F9F /* Build configuration list for PBXNativeTarget "clock" */ = { isa = XCConfigurationList; buildConfigurations = ( - 26F035770B8AF400A98D3A48 /* Debug */, - 8A3F56170E46BEFC51C9D910 /* Release */, + C35224875C32382B975280F7 /* Debug */, + 59EB783C1CF939D162F241AD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - DC25AABB179E8C0047729580 /* Build configuration list for PBXNativeTarget "list_visuals" */ = { + DA3B2B7EB0A29D4907321657 /* Build configuration list for PBXNativeTarget "threads" */ = { isa = XCConfigurationList; buildConfigurations = ( - 290C4A0FAF3AFBB73DDD6AB2 /* Debug */, - B58F55D1030A723FB074B9CA /* Release */, + A9A08BE588900A46337607CD /* Debug */, + 9D47DEF114092A49C5C7789C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - E8D248B7F7C0F99575568E08 /* Build configuration list for PBXNativeTarget "fullscreen" */ = { + DCDEABCB7FC4A36839D4C318 /* Build configuration list for PBXNativeTarget "curve" */ = { isa = XCConfigurationList; buildConfigurations = ( - DB9C8D8788897BD2E05DC5BF /* Debug */, - AACCBA1002966CD18C868526 /* Release */, + 16E4B39242B1DA87D083C5BD /* Debug */, + 0CB84A3EE9199154C3E45AA4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F20D9B125E103D0E43831EEE /* Build configuration list for PBXNativeTarget "valuators" */ = { + E2618E616F59580374A28580 /* Build configuration list for PBXNativeTarget "pixmap_browser" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2F7E2E13F1F1C4E42982FBC1 /* Debug */, - 8A6E4C2E86ECEAA3779658CE /* Release */, + 6F67E66C62E916D16CD46696 /* Debug */, + DCE0B2521198426EE27F92F8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F3C98E153363657A62620FC3 /* Build configuration list for PBXNativeTarget "pack" */ = { + E6FC53DF4F87F8FBD462722B /* Build configuration list for PBXNativeTarget "button" */ = { isa = XCConfigurationList; buildConfigurations = ( - B3D2D2FE2FA02D993B0EC5F9 /* Debug */, - 201C8CE8CBEBACE9CFBD38D5 /* Release */, + 6201FB0144A39797651303BE /* Debug */, + 993E3CD8AF7B31D9FF53E711 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F841EA5991FEBA7131A11839 /* Build configuration list for PBXNativeTarget "glpuzzle" */ = { + E810EAFD3F42664633A53FA0 /* Build configuration list for PBXNativeTarget "subwindow" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E8D2169CBE02B2F376F5D37 /* Debug */, - 4B11A103EF07A33FB5A754D4 /* Release */, + CDD7CEE90FCFDCD10EC576C1 /* Debug */, + 7E3AFD2CF81524B66787B699 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - F84C2E896CBB4C566A6EB72A /* Build configuration list for PBXNativeTarget "fractals" */ = { + EE7B08D23021651FC3405EE3 /* Build configuration list for PBXNativeTarget "gl_overlay" */ = { isa = XCConfigurationList; buildConfigurations = ( - BD84D23FF933EC0EA23BFABB /* Debug */, - D91B4622FB04DE6562167345 /* Release */, + 5EE54D6E61A6FCE70DD93108 /* Debug */, + 07E23AFE6469A224EAFF267F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FAB0DABE4EAB911FC96B6D8C /* Build configuration list for PBXNativeTarget "label" */ = { + F5DAA17E56B52BEC85E09061 /* Build configuration list for PBXNativeTarget "hello" */ = { isa = XCConfigurationList; buildConfigurations = ( - 87FB947F31C55FD94930B337 /* Debug */, - A66F55224A03CE95C9F1B719 /* Release */, + 090CE3591196EAAF544CD37E /* Debug */, + 747B5BDE6C9072D121330B3D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FB086B380C5FFBCB79041928 /* Build configuration list for PBXNativeTarget "tile" */ = { + F7CFE11CA0F6EDF9D9A450DA /* Build configuration list for PBXNativeTarget "fractals" */ = { isa = XCConfigurationList; buildConfigurations = ( - B866694A518F57D06FA39CA7 /* Debug */, - 6EBB05B6CACDF50DF0F0C924 /* Release */, + E35A206748947F5F2A24F5A2 /* Debug */, + F922120F8F2C1567FFA3410B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FFB94474A113A993ED2E6EB8 /* Build configuration list for PBXNativeTarget "radio" */ = { + FC70A991B5FA89499C17F76E /* Build configuration list for PBXNativeTarget "inactive" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6AD90E548A9A2B99B07C3F72 /* Debug */, - 72610971EA8F1EA8EB47B584 /* Release */, + 23A91D53C10230DA549D55CA /* Debug */, + 7A7C8C96F2BE61F55562F6E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ }; - rootObject = 5928BC241C6274E157507786 /* Project object */; + rootObject = 4672F5A95319A65E464B59AE /* Project object */; } diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index 5019e1624..36cba7bad 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -1,5 +1,5 @@ /* - * "$Id: ide_xcode.cxx 7120 2010-02-20 22:38:04Z matt $" + * "$Id: config.g 7131 2010-02-21 21:38:02Z matt $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -50,5 +50,5 @@ #define HAVE_DLSYM 1 /* - * End of "$Id: ide_xcode.cxx 7120 2010-02-20 22:38:04Z matt $". + * End of "$Id: config.h 7131 2010-02-21 21:38:02Z matt $". */
\ No newline at end of file |
