summaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
Diffstat (limited to 'ide')
-rw-r--r--ide/VisualC6/config.h4
-rw-r--r--ide/VisualC6/fltk.dsw18
-rw-r--r--ide/VisualC6/rotated_text.dsp97
-rw-r--r--ide/Xcode3/FLTK.xcodeproj/project.pbxproj180
-rw-r--r--ide/Xcode3/config.h4
-rw-r--r--ide/Xcode3/plists/rotated_text-Info.plist24
6 files changed, 323 insertions, 4 deletions
diff --git a/ide/VisualC6/config.h b/ide/VisualC6/config.h
index c5ace0d46..2034e80f7 100644
--- a/ide/VisualC6/config.h
+++ b/ide/VisualC6/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h 6472 2008-10-19 16:40:38Z fabien $"
+ * "$Id: ide_visualc.cxx 7586 2010-05-03 20:10:13Z ianmacarthur $"
*/
#define FLTK_DATADIR "C:/FLTK"
#define FLTK_DOCDIR "C:/FLTK/DOC"
@@ -29,5 +29,5 @@
#define HAVE_PNG_GET_VALID
#define HAVE_PNG_SET_TRNS_TO_ALPHA
/*
- * End of "$Id: config.h 6472 2008-10-19 16:40:38Z fabien $".
+ * End of "$Id: ide_visualc.cxx 7586 2010-05-03 20:10:13Z ianmacarthur $".
*/
diff --git a/ide/VisualC6/fltk.dsw b/ide/VisualC6/fltk.dsw
index b00d41274..6b0a9b29e 100644
--- a/ide/VisualC6/fltk.dsw
+++ b/ide/VisualC6/fltk.dsw
@@ -458,6 +458,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name valuators
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name rotated_text
+ End Project Dependency
}}}
###############################################################################
@@ -1377,6 +1380,21 @@ Package=<4>
###############################################################################
+Project: "rotated_text"=".\rotated_text.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name fltk
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "scroll"=".\scroll.dsp" - Package Owner=<4>
Package=<5>
diff --git a/ide/VisualC6/rotated_text.dsp b/ide/VisualC6/rotated_text.dsp
new file mode 100644
index 000000000..3719cbdbb
--- /dev/null
+++ b/ide/VisualC6/rotated_text.dsp
@@ -0,0 +1,97 @@
+# Microsoft Developer Studio Project File - Name="rotated_text" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Application" 0x0101
+
+CFG=rotated_text - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "rotated_text.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "rotated_text.mak" CFG="rotated_text - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "rotated_text - Win32 Release" (based on "Win32 (x86) Application")
+!MESSAGE "rotated_text - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "rotated_text - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release/$(ProjectName)"
+# PROP BASE Intermediate_Dir "Release/$(ProjectName)"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release/$(ProjectName)"
+# PROP Intermediate_Dir "Release/$(ProjectName)"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /I "../../zlib" /I "../../png" /I "../../jpeg" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# 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:"../../test/rotated_text.exe" /pdbtype:sept /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:yes
+
+!ELSEIF "$(CFG)" == "rotated_text - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug/$(ProjectName)"
+# PROP BASE Intermediate_Dir "Debug/$(ProjectName)"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug/$(ProjectName)"
+# PROP Intermediate_Dir "Debug/$(ProjectName)"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /I "../../zlib" /I "../../png" /I "../../jpeg" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# 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:"../../test/rotated_textd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# SUBTRACT LINK32 /pdb:none /incremental:no
+
+!ENDIF
+
+# Begin Target
+
+# Name "rotated_text - Win32 Release"
+# Name "rotated_text - Win32 Debug"
+# Begin Source File
+
+SOURCE=..\..\test\rotated_text.cxx
+# End Source File
+# End Target
+# End Project
diff --git a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
index 895a25f08..5458904dc 100644
--- a/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
+++ b/ide/Xcode3/FLTK.xcodeproj/project.pbxproj
@@ -403,6 +403,7 @@
8392A5E218FC136D60CD87EC /* minimum.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 5FAF643D7C2CFA5A83F4B356 /* minimum.cxx */; };
83EDAF59D2EF849FA3EE8539 /* fl_round_box.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 6E69780F02E318A2154C338D /* fl_round_box.cxx */; };
84044FF4959DEB4FC39F70DA /* navigation.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 98AAEBFD9218D1E1F24D81D8 /* navigation.cxx */; };
+ 841E578BD65E09035B1FEE9D /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
847632FAB43A248BDBD402E7 /* forms_pixmap.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E954F5F2730C01DC9FD2866D /* forms_pixmap.cxx */; };
84B2CC18B2E297DDE9D8131D /* Fl_Menu_Item.H in Headers */ = {isa = PBXBuildFile; fileRef = A0224B94F206123F3583F2A3 /* Fl_Menu_Item.H */; settings = {ATTRIBUTES = (Public, ); }; };
854002A1B71DBAE327B8C4E8 /* fl_color.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0EB55F59B3D0D0BD1A8BFE5E /* fl_color.cxx */; };
@@ -428,6 +429,7 @@
8A3AEEE3EEDBB52D79AF606A /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 33F18D02CA150D5654D48366 /* jidctint.c */; };
8A80E9D910324212101C3E76 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
8AB3C564389AED897174FFF2 /* Fl_Type.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 0B800D01D215C41573FFE4DA /* Fl_Type.cxx */; };
+ 8AC8FF5C9534F6E0664A352B /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
8B1319F9AB1424C1480A3133 /* tree.cxx in Sources */ = {isa = PBXBuildFile; fileRef = ECCD42A2E7B2C6BF5B3DF410 /* tree.cxx */; };
8BA3F05B96804E0FD9491049 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
8CC2898FB12015F247784420 /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = A715D265EAD3C5DA5628485C /* jdcoefct.c */; };
@@ -657,6 +659,7 @@
DCF8CA13E485512D081CE300 /* mac.H in Headers */ = {isa = PBXBuildFile; fileRef = AC13C8877FA6231BEBF524FD /* mac.H */; settings = {ATTRIBUTES = (Public, ); }; };
DD4AEFCC0D88F9860D4DB0B2 /* Fl_Toggle_Round_Button.H in Headers */ = {isa = PBXBuildFile; fileRef = A2C688326DDAF4AA29EA9120 /* Fl_Toggle_Round_Button.H */; settings = {ATTRIBUTES = (Public, ); }; };
DD8D5486C8A675DB0CB75731 /* fltk.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
+ DDC5CCCCC885EDFCC410A343 /* rotated_text.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 48A8DC166D69EDC6F24AE678 /* rotated_text.cxx */; };
DE182BDA21A14B247CCD92D3 /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEB0F8FE6383384180570D94 /* fltk.framework */; };
DE88BFC3696A5F2CAFCEF3FF /* Fl_Radio_Light_Button.H in Headers */ = {isa = PBXBuildFile; fileRef = 03D5B076E8097600496915F7 /* Fl_Radio_Light_Button.H */; settings = {ATTRIBUTES = (Public, ); }; };
DF808F46E13A49F6E1D5A25A /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05376DC900B2C885B847EA36 /* OpenGL.framework */; };
@@ -1307,6 +1310,18 @@
);
script = "export DYLD_FRAMEWORK_PATH=${TARGET_BUILD_DIR} && cd ${INPUT_FILE_DIR} && ${TARGET_BUILD_DIR}/Fluid.app/Contents/MacOS/Fluid -c ${INPUT_FILE_NAME}";
};
+ 9DC64D90FF7DF59E3A11CF0D /* 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}";
+ };
A013DC2CF3856CB94268AE70 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.proxy.script;
@@ -1805,6 +1820,13 @@
remoteGlobalIDString = A58BB416AAFDCFF08D7C7E41;
remoteInfo = fltk_png;
};
+ 1CA6B9D3845ADFB03E7D1AFC /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4BF1A7FFEACF5F31B4127482 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = A57FDE871C99A52BEEDEE68C;
+ remoteInfo = fltk;
+ };
1EED0125985AA39E7D774A34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4BF1A7FFEACF5F31B4127482 /* Project object */;
@@ -2799,6 +2821,13 @@
remoteGlobalIDString = 0392A304CDC05B94337B7C04;
remoteInfo = fltk_jpeg;
};
+ E0628F2F93819F1F757D5EB2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4BF1A7FFEACF5F31B4127482 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = C8EFCE83A8BC9CA56922D024;
+ remoteInfo = rotated_text;
+ };
E08E0967CAEDEF5772583418 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4BF1A7FFEACF5F31B4127482 /* Project object */;
@@ -3598,6 +3627,16 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ D37688A219F4F19D999D40FF /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ 841E578BD65E09035B1FEE9D /* fltk.framework in CopyFiles */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
D40E5F4F48C9ECADF37F9015 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
@@ -3915,6 +3954,7 @@
461BBD068DF8C58F4FFB131B /* Fl_Round_Clock.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Fl_Round_Clock.H; path = ../../FL/Fl_Round_Clock.H; sourceTree = SOURCE_ROOT; };
464D522BF0A1D61F58E94456 /* ide_xcode.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ide_xcode.cxx; path = ../../fluid/ide_xcode.cxx; sourceTree = SOURCE_ROOT; };
46DBACE210E8AEF57FFB5693 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
+ 48A8DC166D69EDC6F24AE678 /* rotated_text.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rotated_text.cxx; path = ../../test/rotated_text.cxx; sourceTree = SOURCE_ROOT; };
49F26943DBCFA9878A9C3F55 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = ../../zlib/adler32.c; sourceTree = SOURCE_ROOT; };
4A588F0AA73E5324BEE111A7 /* 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; };
4A6DFBFA4FDD6D0B8F65009E /* template_panel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = template_panel.h; path = ../../fluid/template_panel.h; sourceTree = SOURCE_ROOT; };
@@ -4001,6 +4041,7 @@
6E69780F02E318A2154C338D /* 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; };
6F065A63833D5944E820C951 /* 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; };
6F23DFF159ADA2C05E62C263 /* jcmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jcmarker.c; path = ../../jpeg/jcmarker.c; sourceTree = SOURCE_ROOT; };
+ 6F994D2DFFEA5301950F21B3 /* rotated_text.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = rotated_text.app; sourceTree = BUILT_PRODUCTS_DIR; };
70CEC1A84E24275F0861403F /* Fl_Table.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Fl_Table.H; path = ../../FL/Fl_Table.H; sourceTree = SOURCE_ROOT; };
71034AFDF079B24D53146252 /* Fl_Value_Output.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Fl_Value_Output.H; path = ../../FL/Fl_Value_Output.H; sourceTree = SOURCE_ROOT; };
71A50EE5EECC69DC5DD8BE13 /* list_visuals.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = list_visuals.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -4396,6 +4437,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 169DE11CE7B3F4B6117A4DC0 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 8AC8FF5C9534F6E0664A352B /* fltk.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
18EAA5F2A56ED2A22B88AB3A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@@ -5082,6 +5131,7 @@
79E292B5AB464859300B267B /* radio */,
142723F0225745ED35521104 /* resizebox */,
D2331A75FD2049BA77D86D61 /* resize */,
+ C5C0B10B46A8037DE3AA3CCC /* rotated_text */,
CBCA45CC75C8819F4660B0E0 /* scroll */,
E8362290A4CE5611E8AE1EE3 /* shape */,
FAB08B8D96235676F3D4167A /* subwindow */,
@@ -6017,6 +6067,14 @@
name = keyboard;
sourceTree = "<group>";
};
+ C5C0B10B46A8037DE3AA3CCC /* rotated_text */ = {
+ isa = PBXGroup;
+ children = (
+ 48A8DC166D69EDC6F24AE678 /* rotated_text.cxx */,
+ );
+ name = rotated_text;
+ sourceTree = "<group>";
+ };
C820F3AA4A638E480E8671B0 /* checkers */ = {
isa = PBXGroup;
children = (
@@ -6203,6 +6261,7 @@
B1D1B6018D7240C1300914CD /* radio.app */,
031DE3DC995A7F7219A471E9 /* resizebox.app */,
020FFBC4E06A072BF8D098FB /* resize.app */,
+ 6F994D2DFFEA5301950F21B3 /* rotated_text.app */,
9305831B5D584A1C9652C308 /* scroll.app */,
B5AF439E5879211072C80F19 /* shape.app */,
C14982C1579C0303D84E569E /* subwindow.app */,
@@ -7303,6 +7362,7 @@
4DA0C774EE4A826993923200 /* PBXTargetDependency */,
032F55B6903F81C55E6FF55A /* PBXTargetDependency */,
BBA5BFA4C8A09C8BA8D75F41 /* PBXTargetDependency */,
+ 436A4CC79091883CE3F58547 /* PBXTargetDependency */,
);
name = Demo;
productName = Demo;
@@ -7848,6 +7908,26 @@
productReference = F0F281028A82F2E8C2070B26 /* cursor.app */;
productType = "com.apple.product-type.application";
};
+ C8EFCE83A8BC9CA56922D024 /* rotated_text */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 91566347F4A36AB6DC73AFDB /* Build configuration list for PBXNativeTarget "rotated_text" */;
+ buildPhases = (
+ B7BAF95F07F127AF3CD96681 /* Resources */,
+ 4DAA5BB519E04EF5DA60207E /* Sources */,
+ 169DE11CE7B3F4B6117A4DC0 /* Frameworks */,
+ D37688A219F4F19D999D40FF /* CopyFiles */,
+ );
+ buildRules = (
+ 9DC64D90FF7DF59E3A11CF0D /* PBXBuildRule */,
+ );
+ dependencies = (
+ 52401805054D7AF0A5CA8307 /* PBXTargetDependency */,
+ );
+ name = rotated_text;
+ productName = rotated_text;
+ productReference = 6F994D2DFFEA5301950F21B3 /* rotated_text.app */;
+ productType = "com.apple.product-type.application";
+ };
CA05747C492074A51F2F35BC /* iconize */ = {
isa = PBXNativeTarget;
buildConfigurationList = A28344FBEB8BBC1EB0B0B397 /* Build configuration list for PBXNativeTarget "iconize" */;
@@ -8210,6 +8290,7 @@
D217C1AD7BE42CB2138F2993 /* radio */,
BEB651546D79EDC169128FD5 /* resizebox */,
D14DC4F3D302856B84343ED5 /* resize */,
+ C8EFCE83A8BC9CA56922D024 /* rotated_text */,
AF9D43D9317D81CEF5290A74 /* scroll */,
0C8980D2E4E0E914FE651FDB /* shape */,
B4A214CBEE4FE0EB1FEF8982 /* subwindow */,
@@ -8628,6 +8709,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ B7BAF95F07F127AF3CD96681 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
B8C9B63E5D2B0E2CE7A5EAA0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
@@ -9158,6 +9246,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 4DAA5BB519E04EF5DA60207E /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ DDC5CCCCC885EDFCC410A343 /* rotated_text.cxx in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
5452B46AE20C9A675AF377AC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@@ -9867,6 +9963,11 @@
target = A57FDE871C99A52BEEDEE68C /* fltk */;
targetProxy = 20A1CEF70DC260C1C2C2812E /* PBXContainerItemProxy */;
};
+ 436A4CC79091883CE3F58547 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = C8EFCE83A8BC9CA56922D024 /* rotated_text */;
+ targetProxy = E0628F2F93819F1F757D5EB2 /* PBXContainerItemProxy */;
+ };
441AA8B68A45804824ADC326 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = A57FDE871C99A52BEEDEE68C /* fltk */;
@@ -9932,6 +10033,11 @@
target = AE6BC0AEB24EBBBDBA4071E0 /* Fluid */;
targetProxy = 683CAB7BE83F9BC1D87B1A0C /* PBXContainerItemProxy */;
};
+ 52401805054D7AF0A5CA8307 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = A57FDE871C99A52BEEDEE68C /* fltk */;
+ targetProxy = 1CA6B9D3845ADFB03E7D1AFC /* PBXContainerItemProxy */;
+ };
529A7BF7EF73DB8DA3EDFF8F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 623691BDB3A292582380383B /* clock */;
@@ -12851,6 +12957,37 @@
};
name = Release;
};
+ 79DA5405BA200E3E9833CBB1 /* 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/,
+ ../../,
+ ../../png,
+ ../../jpeg,
+ );
+ INFOPLIST_FILE = "plists/rotated_text-Info.plist";
+ INSTALL_PATH = "$(HOME)/Applications";
+ OTHER_LDFLAGS = (
+ "-framework",
+ Cocoa,
+ "-framework",
+ Carbon,
+ );
+ PRODUCT_NAME = rotated_text;
+ WARNING_CFLAGS = (
+ "-Wno-format-security",
+ "-Wall",
+ );
+ };
+ name = Release;
+ };
7E70FC5ECEC9431A496BA352 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -14604,6 +14741,40 @@
};
name = Release;
};
+ C6A43B2C6592F62C23C4DEF8 /* 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/rotated_text-Info.plist";
+ INSTALL_PATH = "$(HOME)/Applications";
+ OTHER_LDFLAGS = (
+ "-framework",
+ Cocoa,
+ "-framework",
+ Carbon,
+ );
+ PRODUCT_NAME = rotated_text;
+ WARNING_CFLAGS = (
+ "-Wno-format-security",
+ "-Wall",
+ );
+ };
+ name = Debug;
+ };
C76328465C8E0EC80A457DA1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -16022,6 +16193,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
+ 91566347F4A36AB6DC73AFDB /* Build configuration list for PBXNativeTarget "rotated_text" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ C6A43B2C6592F62C23C4DEF8 /* Debug */,
+ 79DA5405BA200E3E9833CBB1 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
9239785CB2AB452B31DBD695 /* Build configuration list for PBXNativeTarget "pixmap" */ = {
isa = XCConfigurationList;
buildConfigurations = (
diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h
index ccdd5d1c4..51b5fad4c 100644
--- a/ide/Xcode3/config.h
+++ b/ide/Xcode3/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: ide_xcode.cxx 7487 2010-04-12 15:15:03Z matt $"
+ * "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -48,5 +48,5 @@
#define HAVE_DLSYM 1
/*
- * End of "$Id: ide_xcode.cxx 7487 2010-04-12 15:15:03Z matt $".
+ * End of "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $".
*/ \ No newline at end of file
diff --git a/ide/Xcode3/plists/rotated_text-Info.plist b/ide/Xcode3/plists/rotated_text-Info.plist
new file mode 100644
index 000000000..d97592c04
--- /dev/null
+++ b/ide/Xcode3/plists/rotated_text-Info.plist
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.fltk.rotated_text</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>FLTK</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 1998-2010 by Bill Spitzak and others.</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Part of the FLTK library. Please visit www.fltk.org.</string>
+</dict>
+ </plist>