- Fixed the display of the current directory size by casting uint64_t for the multiplication (should work for linux too i guess).
- Fixed the macosx xcode project. - More aspect ratios added. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@332 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
3e04f68127
commit
02bdbd4627
@ -8,13 +8,17 @@
|
|||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
|
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
|
||||||
|
002F39FA09D0881F10EBEB88 /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F10EBEB88 /* SDL_image.framework */; };
|
||||||
002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; };
|
002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; };
|
||||||
002F3A3F09D088BA00EBEB88 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A3E09D088BA00EBEB88 /* main.c */; };
|
002F3A3F09D088BA00EBEB88 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A3E09D088BA00EBEB88 /* main.c */; };
|
||||||
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
||||||
|
F51CBD2E0EC8A3E1005C06AC /* 5pxtinyfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */; };
|
||||||
|
F51CBD2F0EC8A3E1005C06AC /* colorfont.pcx in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */; };
|
||||||
|
F51CBD300EC8A3E1005C06AC /* Tuffy.ttf in Copy fonts */ = {isa = PBXBuildFile; fileRef = F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */; };
|
||||||
|
F5A33E6A0EC893F800F8052D /* 8pxfont.png in Copy fonts */ = {isa = PBXBuildFile; fileRef = F5A33E690EC893F800F8052D /* 8pxfont.png */; };
|
||||||
F5AD4B1F0EA8CCF0009CCAC4 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AD4B1E0EA8CCF0009CCAC4 /* version.c */; };
|
F5AD4B1F0EA8CCF0009CCAC4 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AD4B1E0EA8CCF0009CCAC4 /* version.c */; };
|
||||||
F5B138940EB71977000B83CC /* texte.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B138930EB71977000B83CC /* texte.c */; };
|
F5B138940EB71977000B83CC /* texte.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B138930EB71977000B83CC /* texte.c */; };
|
||||||
F5B138C30EB71D28000B83CC /* SDL_ttf in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B138C20EB71D28000B83CC /* SDL_ttf */; };
|
F5B138C30EB71D28000B83CC /* SDL_ttf in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B138C20EB71D28000B83CC /* SDL_ttf */; };
|
||||||
F5B19B740EA4BDF5003F4BA4 /* 8pxfont.png in Resources */ = {isa = PBXBuildFile; fileRef = F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */; };
|
|
||||||
F5B19B8D0EA4BE3E003F4BA4 /* aide.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B750EA4BE3E003F4BA4 /* aide.c */; };
|
F5B19B8D0EA4BE3E003F4BA4 /* aide.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B750EA4BE3E003F4BA4 /* aide.c */; };
|
||||||
F5B19B8E0EA4BE3E003F4BA4 /* boutons.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B760EA4BE3E003F4BA4 /* boutons.c */; };
|
F5B19B8E0EA4BE3E003F4BA4 /* boutons.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B760EA4BE3E003F4BA4 /* boutons.c */; };
|
||||||
F5B19B8F0EA4BE3E003F4BA4 /* clavier.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B770EA4BE3E003F4BA4 /* clavier.c */; };
|
F5B19B8F0EA4BE3E003F4BA4 /* clavier.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B770EA4BE3E003F4BA4 /* clavier.c */; };
|
||||||
@ -81,10 +85,25 @@
|
|||||||
name = "Copy Frameworks into .app bundle";
|
name = "Copy Frameworks into .app bundle";
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
F5A33F1D0EC8A26C00F8052D /* Copy fonts */ = {
|
||||||
|
isa = PBXCopyFilesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
dstPath = fonts;
|
||||||
|
dstSubfolderSpec = 7;
|
||||||
|
files = (
|
||||||
|
F51CBD300EC8A3E1005C06AC /* Tuffy.ttf in Copy fonts */,
|
||||||
|
F51CBD2F0EC8A3E1005C06AC /* colorfont.pcx in Copy fonts */,
|
||||||
|
F51CBD2E0EC8A3E1005C06AC /* 5pxtinyfont.png in Copy fonts */,
|
||||||
|
F5A33E6A0EC893F800F8052D /* 8pxfont.png in Copy fonts */,
|
||||||
|
);
|
||||||
|
name = "Copy fonts";
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
/* End PBXCopyFilesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
|
002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
|
||||||
|
002F39F909D0881F10EBEB88 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
|
||||||
002F3A2B09D0888800EBEB88 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
|
002F3A2B09D0888800EBEB88 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
|
||||||
002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
|
002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
|
||||||
002F3A3E09D088BA00EBEB88 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = SOURCE_ROOT; };
|
002F3A3E09D088BA00EBEB88 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = SOURCE_ROOT; };
|
||||||
@ -94,11 +113,14 @@
|
|||||||
32CA4F630368D1EE00C91783 /* Grafx2_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grafx2_Prefix.pch; sourceTree = "<group>"; };
|
32CA4F630368D1EE00C91783 /* Grafx2_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grafx2_Prefix.pch; sourceTree = "<group>"; };
|
||||||
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||||
8D1107320486CEB800E47090 /* Grafx2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Grafx2.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
8D1107320486CEB800E47090 /* Grafx2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Grafx2.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 5pxtinyfont.png; path = fonts/5pxtinyfont.png; sourceTree = "<group>"; };
|
||||||
|
F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */ = {isa = PBXFileReference; lastKnownFileType = file; name = colorfont.pcx; path = fonts/colorfont.pcx; sourceTree = "<group>"; };
|
||||||
|
F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Tuffy.ttf; path = fonts/Tuffy.ttf; sourceTree = "<group>"; };
|
||||||
|
F5A33E690EC893F800F8052D /* 8pxfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 8pxfont.png; path = fonts/8pxfont.png; sourceTree = "<group>"; };
|
||||||
F5AD4B1E0EA8CCF0009CCAC4 /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = "<group>"; };
|
F5AD4B1E0EA8CCF0009CCAC4 /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = "<group>"; };
|
||||||
F5B138930EB71977000B83CC /* texte.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = texte.c; sourceTree = "<group>"; };
|
F5B138930EB71977000B83CC /* texte.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = texte.c; sourceTree = "<group>"; };
|
||||||
F5B138C20EB71D28000B83CC /* SDL_ttf */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL_ttf; path = /Library/Frameworks/SDL_ttf.framework/SDL_ttf; sourceTree = "<absolute>"; };
|
F5B138C20EB71D28000B83CC /* SDL_ttf */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL_ttf; path = /Library/Frameworks/SDL_ttf.framework/SDL_ttf; sourceTree = "<absolute>"; };
|
||||||
F5B19B6C0EA4BDA8003F4BA4 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
|
F5B19B6C0EA4BDA8003F4BA4 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
|
||||||
F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 8pxfont.png; sourceTree = "<group>"; };
|
|
||||||
F5B19B750EA4BE3E003F4BA4 /* aide.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = aide.c; sourceTree = "<group>"; };
|
F5B19B750EA4BE3E003F4BA4 /* aide.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = aide.c; sourceTree = "<group>"; };
|
||||||
F5B19B760EA4BE3E003F4BA4 /* boutons.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = boutons.c; sourceTree = "<group>"; };
|
F5B19B760EA4BE3E003F4BA4 /* boutons.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = boutons.c; sourceTree = "<group>"; };
|
||||||
F5B19B770EA4BE3E003F4BA4 /* clavier.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = clavier.c; sourceTree = "<group>"; };
|
F5B19B770EA4BE3E003F4BA4 /* clavier.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = clavier.c; sourceTree = "<group>"; };
|
||||||
@ -138,6 +160,7 @@
|
|||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
|
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
|
||||||
|
002F39FA09D0881F10EBEB88 /* SDL_image.framework in Frameworks */,
|
||||||
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
||||||
F5B19C1D0EA4D71C003F4BA4 /* CoreFoundation.framework in Frameworks */,
|
F5B19C1D0EA4D71C003F4BA4 /* CoreFoundation.framework in Frameworks */,
|
||||||
F5B138C30EB71D28000B83CC /* SDL_ttf in Frameworks */,
|
F5B138C30EB71D28000B83CC /* SDL_ttf in Frameworks */,
|
||||||
@ -160,6 +183,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
002F39F909D0881F00EBEB88 /* SDL.framework */,
|
002F39F909D0881F00EBEB88 /* SDL.framework */,
|
||||||
|
002F39F909D0881F10EBEB88 /* SDL_image.framework */,
|
||||||
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
||||||
);
|
);
|
||||||
name = "Linked Frameworks";
|
name = "Linked Frameworks";
|
||||||
@ -185,6 +209,10 @@
|
|||||||
29B97314FDCFA39411CA2CEA /* Grafx2 */ = {
|
29B97314FDCFA39411CA2CEA /* Grafx2 */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
F51CBD2B0EC8A3E1005C06AC /* 5pxtinyfont.png */,
|
||||||
|
F51CBD2C0EC8A3E1005C06AC /* colorfont.pcx */,
|
||||||
|
F51CBD2D0EC8A3E1005C06AC /* Tuffy.ttf */,
|
||||||
|
F5A33E690EC893F800F8052D /* 8pxfont.png */,
|
||||||
F5B138C20EB71D28000B83CC /* SDL_ttf */,
|
F5B138C20EB71D28000B83CC /* SDL_ttf */,
|
||||||
F5B138930EB71977000B83CC /* texte.c */,
|
F5B138930EB71977000B83CC /* texte.c */,
|
||||||
F5B1EE840EAD0F4E00B087B5 /* gfx2.ini */,
|
F5B1EE840EAD0F4E00B087B5 /* gfx2.ini */,
|
||||||
@ -219,7 +247,6 @@
|
|||||||
F5B19B8A0EA4BE3E003F4BA4 /* SFont.c */,
|
F5B19B8A0EA4BE3E003F4BA4 /* SFont.c */,
|
||||||
F5B19B8B0EA4BE3E003F4BA4 /* shade.c */,
|
F5B19B8B0EA4BE3E003F4BA4 /* shade.c */,
|
||||||
F5B19B8C0EA4BE3E003F4BA4 /* special.c */,
|
F5B19B8C0EA4BE3E003F4BA4 /* special.c */,
|
||||||
F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */,
|
|
||||||
F5B19B6C0EA4BDA8003F4BA4 /* SDL_image.framework */,
|
F5B19B6C0EA4BDA8003F4BA4 /* SDL_image.framework */,
|
||||||
080E96DDFE201D6D7F000001 /* Classes */,
|
080E96DDFE201D6D7F000001 /* Classes */,
|
||||||
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
||||||
@ -269,6 +296,7 @@
|
|||||||
002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
|
002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
|
||||||
002F39FD09D0883400EBEB89 /* Copy Frameworks into .app bundle */,
|
002F39FD09D0883400EBEB89 /* Copy Frameworks into .app bundle */,
|
||||||
002F39FD09D0883400EBEB8A /* Copy Frameworks into .app bundle */,
|
002F39FD09D0883400EBEB8A /* Copy Frameworks into .app bundle */,
|
||||||
|
F5A33F1D0EC8A26C00F8052D /* Copy fonts */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
@ -300,7 +328,6 @@
|
|||||||
isa = PBXResourcesBuildPhase;
|
isa = PBXResourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
F5B19B740EA4BDF5003F4BA4 /* 8pxfont.png in Resources */,
|
|
||||||
F5B19BE10EA4C65A003F4BA4 /* gfx2.cfg in Resources */,
|
F5B19BE10EA4C65A003F4BA4 /* gfx2.cfg in Resources */,
|
||||||
F5B19BE20EA4C65A003F4BA4 /* gfx2.dat in Resources */,
|
F5B19BE20EA4C65A003F4BA4 /* gfx2.dat in Resources */,
|
||||||
F5B19C3D0EA4DC91003F4BA4 /* InfoPlist.strings in Resources */,
|
F5B19C3D0EA4DC91003F4BA4 /* InfoPlist.strings in Resources */,
|
||||||
@ -422,7 +449,6 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
"$(HOME)/Library/Frameworks",
|
|
||||||
/Library/Frameworks,
|
/Library/Frameworks,
|
||||||
"$(FRAMEWORK_SEARCH_PATHS)",
|
"$(FRAMEWORK_SEARCH_PATHS)",
|
||||||
);
|
);
|
||||||
@ -440,7 +466,7 @@
|
|||||||
"$(HEADER_SEARCH_PATHS)",
|
"$(HEADER_SEARCH_PATHS)",
|
||||||
);
|
);
|
||||||
PREBINDING = NO;
|
PREBINDING = NO;
|
||||||
PRELINK_LIBS = "-lSDL_Image";
|
PRELINK_LIBS = SDL_Image;
|
||||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||||
ZERO_LINK = YES;
|
ZERO_LINK = YES;
|
||||||
};
|
};
|
||||||
@ -451,7 +477,6 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
"$(HOME)/Library/Frameworks",
|
|
||||||
/Library/Frameworks,
|
/Library/Frameworks,
|
||||||
"$(FRAMEWORK_SEARCH_PATHS)",
|
"$(FRAMEWORK_SEARCH_PATHS)",
|
||||||
);
|
);
|
||||||
@ -467,7 +492,7 @@
|
|||||||
"$(HEADER_SEARCH_PATHS)",
|
"$(HEADER_SEARCH_PATHS)",
|
||||||
);
|
);
|
||||||
PREBINDING = NO;
|
PREBINDING = NO;
|
||||||
PRELINK_LIBS = "-lSDL_Image";
|
PRELINK_LIBS = SDL_Image;
|
||||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
PBXFileTableDataSourceColumnWidthsKey = (
|
PBXFileTableDataSourceColumnWidthsKey = (
|
||||||
20,
|
20,
|
||||||
453,
|
453,
|
||||||
88.2085,
|
58.2085,
|
||||||
);
|
);
|
||||||
PBXFileTableDataSourceColumnsKey = (
|
PBXFileTableDataSourceColumnsKey = (
|
||||||
PBXErrorsWarningsDataSource_TypeID,
|
PBXErrorsWarningsDataSource_TypeID,
|
||||||
@ -57,7 +57,7 @@
|
|||||||
PBXFileTableDataSourceColumnWidthsKey = (
|
PBXFileTableDataSourceColumnWidthsKey = (
|
||||||
22,
|
22,
|
||||||
300,
|
300,
|
||||||
280,
|
209,
|
||||||
);
|
);
|
||||||
PBXFileTableDataSourceColumnsKey = (
|
PBXFileTableDataSourceColumnsKey = (
|
||||||
PBXExecutablesDataSource_ActiveFlagID,
|
PBXExecutablesDataSource_ActiveFlagID,
|
||||||
@ -77,7 +77,7 @@
|
|||||||
43,
|
43,
|
||||||
20,
|
20,
|
||||||
79,
|
79,
|
||||||
51,
|
95,
|
||||||
);
|
);
|
||||||
PBXFileTableDataSourceColumnsKey = (
|
PBXFileTableDataSourceColumnsKey = (
|
||||||
PBXFileDataSource_FiletypeID,
|
PBXFileDataSource_FiletypeID,
|
||||||
@ -165,16 +165,8 @@
|
|||||||
PBXFileDataSource_Warnings_ColumnID,
|
PBXFileDataSource_Warnings_ColumnID,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
PBXPerProjectTemplateStateSaveDate = 246882396;
|
PBXPerProjectTemplateStateSaveDate = 248029954;
|
||||||
PBXWorkspaceStateSaveDate = 246882396;
|
PBXWorkspaceStateSaveDate = 248029954;
|
||||||
};
|
|
||||||
perUserProjectItems = {
|
|
||||||
F5AE7F8D0EB12409001C151F = F5AE7F8D0EB12409001C151F /* PBXTextBookmark */;
|
|
||||||
F5B19C160EA4D6E8003F4BA4 = F5B19C160EA4D6E8003F4BA4 /* PBXTextBookmark */;
|
|
||||||
F5B1D1770EA5FE2100AB8D0F = F5B1D1770EA5FE2100AB8D0F /* PBXTextBookmark */;
|
|
||||||
F5B1D1790EA5FE2100AB8D0F = F5B1D1790EA5FE2100AB8D0F /* PBXTextBookmark */;
|
|
||||||
F5B1EEA80EAD15CD00B087B5 = F5B1EEA80EAD15CD00B087B5 /* PBXTextBookmark */;
|
|
||||||
F5B1EEAA0EAD15CD00B087B5 = F5B1EEAA0EAD15CD00B087B5 /* PBXTextBookmark */;
|
|
||||||
};
|
};
|
||||||
sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */;
|
sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */;
|
||||||
userBuildSettings = {
|
userBuildSettings = {
|
||||||
@ -187,15 +179,10 @@
|
|||||||
F5B19B5D0EA4BD57003F4BA4 /* Grafx2 */,
|
F5B19B5D0EA4BD57003F4BA4 /* Grafx2 */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
F5AE7F8D0EB12409001C151F /* PBXTextBookmark */ = {
|
F5A33E690EC893F800F8052D /* 8pxfont.png */ = {
|
||||||
isa = PBXTextBookmark;
|
uiCtxt = {
|
||||||
fRef = F5B19B850EA4BE3E003F4BA4 /* palette.c */;
|
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||||
name = "palette.c: 1942";
|
};
|
||||||
rLen = 0;
|
|
||||||
rLoc = 75128;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 0;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
};
|
||||||
F5B138930EB71977000B83CC /* texte.c */ = {
|
F5B138930EB71977000B83CC /* texte.c */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
@ -251,11 +238,6 @@
|
|||||||
objects = (
|
objects = (
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */ = {
|
|
||||||
uiCtxt = {
|
|
||||||
sepNavWindowFrame = "{{38, 55}, {906, 665}}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
F5B19B750EA4BE3E003F4BA4 /* aide.c */ = {
|
F5B19B750EA4BE3E003F4BA4 /* aide.c */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {964, 7904}}";
|
sepNavIntBoundsRect = "{{0, 0}, {964, 7904}}";
|
||||||
@ -281,9 +263,10 @@
|
|||||||
};
|
};
|
||||||
F5B19B7B0EA4BE3E003F4BA4 /* graph.c */ = {
|
F5B19B7B0EA4BE3E003F4BA4 /* graph.c */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {1620, 116128}}";
|
sepNavIntBoundsRect = "{{0, 0}, {1620, 118579}}";
|
||||||
sepNavSelRange = "{204170, 0}";
|
sepNavSelRange = "{16112, 36}";
|
||||||
sepNavVisRect = "{{0, 0}, {0, 0}}";
|
sepNavVisRect = "{{0, 9964}, {867, 536}}";
|
||||||
|
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
F5B19B7C0EA4BE3E003F4BA4 /* init.c */ = {
|
F5B19B7C0EA4BE3E003F4BA4 /* init.c */ = {
|
||||||
@ -334,23 +317,6 @@
|
|||||||
sepNavWindowFrame = "{{61, 34}, {906, 665}}";
|
sepNavWindowFrame = "{{61, 34}, {906, 665}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
F5B19C160EA4D6E8003F4BA4 /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = F5B19C170EA4D6E8003F4BA4 /* curl.h */;
|
|
||||||
name = "(null): 1";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 0;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 209;
|
|
||||||
vrLoc = 41573;
|
|
||||||
};
|
|
||||||
F5B19C170EA4D6E8003F4BA4 /* curl.h */ = {
|
|
||||||
isa = PBXFileReference;
|
|
||||||
lastKnownFileType = sourcecode.c.h;
|
|
||||||
name = curl.h;
|
|
||||||
path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/curl/curl.h;
|
|
||||||
sourceTree = "<absolute>";
|
|
||||||
};
|
|
||||||
F5B19C3C0EA4DC91003F4BA4 /* English */ = {
|
F5B19C3C0EA4DC91003F4BA4 /* English */ = {
|
||||||
uiCtxt = {
|
uiCtxt = {
|
||||||
sepNavIntBoundsRect = "{{0, 0}, {1692, 536}}";
|
sepNavIntBoundsRect = "{{0, 0}, {1692, 536}}";
|
||||||
@ -359,51 +325,4 @@
|
|||||||
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
F5B1D1770EA5FE2100AB8D0F /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = F5DCE2700EA50EDC0065B0EF /* SDL_image.h */;
|
|
||||||
name = "SDL_image.h: 1";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 0;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 376;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
|
||||||
F5B1D1790EA5FE2100AB8D0F /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = F5DCE2700EA50EDC0065B0EF /* SDL_image.h */;
|
|
||||||
name = "SDL_image.h: 1";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 0;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 376;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
|
||||||
F5B1EEA80EAD15CD00B087B5 /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = F5B19B780EA4BE3E003F4BA4 /* divers.c */;
|
|
||||||
name = "divers.c: 865";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 24200;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 123;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
|
||||||
F5B1EEAA0EAD15CD00B087B5 /* PBXTextBookmark */ = {
|
|
||||||
isa = PBXTextBookmark;
|
|
||||||
fRef = F5B19B780EA4BE3E003F4BA4 /* divers.c */;
|
|
||||||
name = "divers.c: 865";
|
|
||||||
rLen = 0;
|
|
||||||
rLoc = 24200;
|
|
||||||
rType = 0;
|
|
||||||
vrLen = 123;
|
|
||||||
vrLoc = 0;
|
|
||||||
};
|
|
||||||
F5DCE2700EA50EDC0065B0EF /* SDL_image.h */ = {
|
|
||||||
isa = PBXFileReference;
|
|
||||||
lastKnownFileType = sourcecode.c.h;
|
|
||||||
name = SDL_image.h;
|
|
||||||
path = /Library/Frameworks/SDL_image.framework/Headers/SDL_image.h;
|
|
||||||
sourceTree = "<absolute>";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -166,7 +166,7 @@
|
|||||||
<key>FavBarConfig</key>
|
<key>FavBarConfig</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>F5B19BC40EA4C1B1003F4BA4</string>
|
<string>F5A33EC80EC89C3000F8052D</string>
|
||||||
<key>XCBarModuleItemNames</key>
|
<key>XCBarModuleItemNames</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
<key>XCBarModuleItems</key>
|
<key>XCBarModuleItems</key>
|
||||||
@ -188,9 +188,9 @@
|
|||||||
<array/>
|
<array/>
|
||||||
<key>PerspectiveWidths</key>
|
<key>PerspectiveWidths</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>967</integer>
|
<integer>977</integer>
|
||||||
<integer>967</integer>
|
<integer>977</integer>
|
||||||
<integer>967</integer>
|
<integer>977</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>Perspectives</key>
|
<key>Perspectives</key>
|
||||||
<array>
|
<array>
|
||||||
@ -222,8 +222,6 @@
|
|||||||
<key>Layout</key>
|
<key>Layout</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>BecomeActive</key>
|
|
||||||
<true/>
|
|
||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXBottomSmartGroupGIDs</key>
|
<key>PBXBottomSmartGroupGIDs</key>
|
||||||
@ -249,14 +247,10 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
|
<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
|
||||||
<array>
|
<array>
|
||||||
<real>20</real>
|
<real>305</real>
|
||||||
<real>22</real>
|
|
||||||
<real>297</real>
|
|
||||||
</array>
|
</array>
|
||||||
<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
|
<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
|
||||||
<array>
|
<array>
|
||||||
<string>FileBuiltColumn</string>
|
|
||||||
<string>TargetStatusColumn</string>
|
|
||||||
<string>MainColumn</string>
|
<string>MainColumn</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
@ -264,26 +258,20 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
|
<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
|
||||||
<array>
|
<array>
|
||||||
<string>29B97314FDCFA39411CA2CEA</string>
|
|
||||||
<string>080E96DDFE201D6D7F000001</string>
|
|
||||||
<string>29B97315FDCFA39411CA2CEA</string>
|
|
||||||
<string>29B97317FDCFA39411CA2CEA</string>
|
|
||||||
<string>29B97323FDCFA39411CA2CEA</string>
|
|
||||||
<string>19C28FACFE9D520D11CA2CBB</string>
|
|
||||||
<string>1C37FBAC04509CD000000102</string>
|
<string>1C37FBAC04509CD000000102</string>
|
||||||
<string>F5B138DE0EB72045000B83CC</string>
|
<string>F51CBD120EC8A302005C06AC</string>
|
||||||
<string>F5B138DF0EB72045000B83CC</string>
|
<string>F51CBD3B0EC8AB35005C06AC</string>
|
||||||
<string>F5B138E00EB72045000B83CC</string>
|
|
||||||
<string>F5B138E10EB72045000B83CC</string>
|
|
||||||
</array>
|
</array>
|
||||||
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
|
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
|
||||||
<array>
|
<array>
|
||||||
<array>
|
<array>
|
||||||
<integer>0</integer>
|
<integer>9</integer>
|
||||||
|
<integer>2</integer>
|
||||||
|
<integer>1</integer>
|
||||||
</array>
|
</array>
|
||||||
</array>
|
</array>
|
||||||
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
|
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
|
||||||
<string>{{0, 662}, {339, 544}}</string>
|
<string>{{0, 0}, {305, 604}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>PBXTopSmartGroupGIDs</key>
|
<key>PBXTopSmartGroupGIDs</key>
|
||||||
<array/>
|
<array/>
|
||||||
@ -293,23 +281,19 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {356, 562}}</string>
|
<string>{{0, 0}, {322, 622}}</string>
|
||||||
<key>GroupTreeTableConfiguration</key>
|
<key>GroupTreeTableConfiguration</key>
|
||||||
<array>
|
<array>
|
||||||
<string>FileBuiltColumn</string>
|
|
||||||
<real>20</real>
|
|
||||||
<string>TargetStatusColumn</string>
|
|
||||||
<real>22</real>
|
|
||||||
<string>MainColumn</string>
|
<string>MainColumn</string>
|
||||||
<real>297</real>
|
<real>305</real>
|
||||||
</array>
|
</array>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>25 79 967 603 0 0 1024 746 </string>
|
<string>62 83 977 663 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXSmartGroupTreeModule</string>
|
<string>PBXSmartGroupTreeModule</string>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>356pt</string>
|
<string>322pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Dock</key>
|
<key>Dock</key>
|
||||||
@ -318,26 +302,17 @@
|
|||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>F5B19BA70EA4BF24003F4BA4</string>
|
<string>F5A33EBD0EC89C3000F8052D</string>
|
||||||
<key>PBXProjectModuleLabel</key>
|
<key>PBXProjectModuleLabel</key>
|
||||||
<string></string>
|
<string>asm pthread_mutex_lock 0x90001a38</string>
|
||||||
<key>PBXSplitModuleInNavigatorKey</key>
|
<key>PBXSplitModuleInNavigatorKey</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Split0</key>
|
<key>Split0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>F5B19BA80EA4BF24003F4BA4</string>
|
<string>F5A33EBE0EC89C3000F8052D</string>
|
||||||
<key>PBXProjectModuleLabel</key>
|
<key>PBXProjectModuleLabel</key>
|
||||||
<string></string>
|
<string>asm pthread_mutex_lock 0x90001a38</string>
|
||||||
<key>history</key>
|
|
||||||
<array>
|
|
||||||
<string>F5B19C160EA4D6E8003F4BA4</string>
|
|
||||||
<string>F5B1D1770EA5FE2100AB8D0F</string>
|
|
||||||
</array>
|
|
||||||
<key>prevStack</key>
|
|
||||||
<array>
|
|
||||||
<string>F5B1D1790EA5FE2100AB8D0F</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
</dict>
|
||||||
<key>SplitCount</key>
|
<key>SplitCount</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
@ -350,9 +325,9 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {606, 0}}</string>
|
<string>{{0, 0}, {650, 0}}</string>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>25 79 967 603 0 0 1024 746 </string>
|
<string>62 83 977 663 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXNavigatorGroup</string>
|
<string>PBXNavigatorGroup</string>
|
||||||
@ -361,10 +336,12 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>557pt</string>
|
<string>617pt</string>
|
||||||
<key>Tabs</key>
|
<key>Tabs</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>BecomeActive</key>
|
||||||
|
<true/>
|
||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
@ -375,9 +352,9 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{10, 27}, {606, 530}}</string>
|
<string>{{10, 27}, {650, 590}}</string>
|
||||||
<key>RubberWindowFrame</key>
|
<key>RubberWindowFrame</key>
|
||||||
<string>25 79 967 603 0 0 1024 746 </string>
|
<string>62 83 977 663 0 0 1024 746 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>XCDetailModule</string>
|
<string>XCDetailModule</string>
|
||||||
@ -393,7 +370,7 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{10, 27}, {702, 389}}</string>
|
<string>{{10, 27}, {650, 590}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXProjectFindModule</string>
|
<string>PBXProjectFindModule</string>
|
||||||
@ -418,7 +395,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>606pt</string>
|
<string>650pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Name</key>
|
<key>Name</key>
|
||||||
@ -436,11 +413,11 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>TableOfContents</key>
|
<key>TableOfContents</key>
|
||||||
<array>
|
<array>
|
||||||
<string>F5B138E20EB72045000B83CC</string>
|
<string>F51CBD140EC8A305005C06AC</string>
|
||||||
<string>1CA23ED40692098700951B8B</string>
|
<string>1CA23ED40692098700951B8B</string>
|
||||||
<string>F5B138E30EB72045000B83CC</string>
|
<string>F51CBD150EC8A305005C06AC</string>
|
||||||
<string>F5B19BA70EA4BF24003F4BA4</string>
|
<string>F5A33EBD0EC89C3000F8052D</string>
|
||||||
<string>F5B138E40EB72045000B83CC</string>
|
<string>F51CBD160EC8A305005C06AC</string>
|
||||||
<string>1CA23EDF0692099D00951B8B</string>
|
<string>1CA23EDF0692099D00951B8B</string>
|
||||||
<string>1CA23EE00692099D00951B8B</string>
|
<string>1CA23EE00692099D00951B8B</string>
|
||||||
<string>1CA23EE10692099D00951B8B</string>
|
<string>1CA23EE10692099D00951B8B</string>
|
||||||
@ -488,7 +465,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
|
<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
|
||||||
<array>
|
<array>
|
||||||
<real>327</real>
|
<real>193</real>
|
||||||
</array>
|
</array>
|
||||||
<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
|
<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
|
||||||
<array>
|
<array>
|
||||||
@ -506,7 +483,7 @@
|
|||||||
</array>
|
</array>
|
||||||
</array>
|
</array>
|
||||||
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
|
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
|
||||||
<string>{{0, 0}, {327, 544}}</string>
|
<string>{{0, 0}, {193, 604}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>PBXTopSmartGroupGIDs</key>
|
<key>PBXTopSmartGroupGIDs</key>
|
||||||
<array/>
|
<array/>
|
||||||
@ -516,17 +493,17 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {344, 562}}</string>
|
<string>{{0, 0}, {210, 622}}</string>
|
||||||
<key>GroupTreeTableConfiguration</key>
|
<key>GroupTreeTableConfiguration</key>
|
||||||
<array>
|
<array>
|
||||||
<string>MainColumn</string>
|
<string>MainColumn</string>
|
||||||
<real>327</real>
|
<real>193</real>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXSmartGroupTreeModule</string>
|
<string>PBXSmartGroupTreeModule</string>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>344pt</string>
|
<string>210pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Dock</key>
|
<key>Dock</key>
|
||||||
@ -535,29 +512,17 @@
|
|||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>F5B19BA70EA4BF24003F4BA4</string>
|
<string>F5A33EC20EC89C3000F8052D</string>
|
||||||
<key>PBXProjectModuleLabel</key>
|
<key>PBXProjectModuleLabel</key>
|
||||||
<string>palette.c</string>
|
<string>asm pthread_mutex_lock 0x90001a38</string>
|
||||||
<key>PBXSplitModuleInNavigatorKey</key>
|
<key>PBXSplitModuleInNavigatorKey</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Split0</key>
|
<key>Split0</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>F5B19BA80EA4BF24003F4BA4</string>
|
<string>F5A33EC30EC89C3000F8052D</string>
|
||||||
<key>PBXProjectModuleLabel</key>
|
<key>PBXProjectModuleLabel</key>
|
||||||
<string>palette.c</string>
|
<string>asm pthread_mutex_lock 0x90001a38</string>
|
||||||
<key>history</key>
|
|
||||||
<array>
|
|
||||||
<string>F5B19C160EA4D6E8003F4BA4</string>
|
|
||||||
<string>F5B1D1770EA5FE2100AB8D0F</string>
|
|
||||||
<string>F5B1EEA80EAD15CD00B087B5</string>
|
|
||||||
<string>F5AE7F8D0EB12409001C151F</string>
|
|
||||||
</array>
|
|
||||||
<key>prevStack</key>
|
|
||||||
<array>
|
|
||||||
<string>F5B1D1790EA5FE2100AB8D0F</string>
|
|
||||||
<string>F5B1EEAA0EAD15CD00B087B5</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
</dict>
|
||||||
<key>SplitCount</key>
|
<key>SplitCount</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
@ -570,7 +535,7 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {618, 0}}</string>
|
<string>{{0, 0}, {762, 0}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXNavigatorGroup</string>
|
<string>PBXNavigatorGroup</string>
|
||||||
@ -579,14 +544,12 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>557pt</string>
|
<string>617pt</string>
|
||||||
<key>Tabs</key>
|
<key>Tabs</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PBXBuildLogShowsTranscriptDefaultKey</key>
|
|
||||||
<string>{{0, 141}, {618, 389}}</string>
|
|
||||||
<key>PBXProjectModuleGUID</key>
|
<key>PBXProjectModuleGUID</key>
|
||||||
<string>XCMainBuildResultsModuleGUID</string>
|
<string>XCMainBuildResultsModuleGUID</string>
|
||||||
<key>PBXProjectModuleLabel</key>
|
<key>PBXProjectModuleLabel</key>
|
||||||
@ -599,7 +562,7 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{10, 27}, {618, 530}}</string>
|
<string>{{10, 27}, {762, 590}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXBuildResultsModule</string>
|
<string>PBXBuildResultsModule</string>
|
||||||
@ -652,7 +615,7 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{10, 27}, {771, 338}}</string>
|
<string>{{0, 0}, {0, 0}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXRunSessionModule</string>
|
<string>PBXRunSessionModule</string>
|
||||||
@ -661,7 +624,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>618pt</string>
|
<string>762pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Name</key>
|
<key>Name</key>
|
||||||
@ -679,14 +642,14 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>TableOfContents</key>
|
<key>TableOfContents</key>
|
||||||
<array>
|
<array>
|
||||||
<string>F5B138E50EB72045000B83CC</string>
|
<string>F51CBD1B0EC8A347005C06AC</string>
|
||||||
<string>1CA23EE50692099D00951B8B</string>
|
<string>1CA23EE50692099D00951B8B</string>
|
||||||
<string>F5B138E60EB72045000B83CC</string>
|
<string>F51CBD1C0EC8A347005C06AC</string>
|
||||||
<string>F5B19BA70EA4BF24003F4BA4</string>
|
<string>F5A33EC20EC89C3000F8052D</string>
|
||||||
<string>F5B138E70EB72045000B83CC</string>
|
<string>F51CBD1D0EC8A347005C06AC</string>
|
||||||
<string>XCMainBuildResultsModuleGUID</string>
|
<string>XCMainBuildResultsModuleGUID</string>
|
||||||
<string>1CA23EE80692099D00951B8B</string>
|
<string>1CA23EE80692099D00951B8B</string>
|
||||||
<string>F5B138E80EB72045000B83CC</string>
|
<string>F51CBD1E0EC8A347005C06AC</string>
|
||||||
</array>
|
</array>
|
||||||
<key>ToolbarConfiguration</key>
|
<key>ToolbarConfiguration</key>
|
||||||
<string>xcode.toolbar.config.buildAndRun</string>
|
<string>xcode.toolbar.config.buildAndRun</string>
|
||||||
@ -730,12 +693,12 @@
|
|||||||
<key>GeometryConfiguration</key>
|
<key>GeometryConfiguration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 0}, {969, 12}}</string>
|
<string>{{0, 0}, {977, 174}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXDebugCLIModule</string>
|
<string>PBXDebugCLIModule</string>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>12pt</string>
|
<string>174pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>ContentConfiguration</key>
|
<key>ContentConfiguration</key>
|
||||||
@ -754,8 +717,8 @@
|
|||||||
<string>yes</string>
|
<string>yes</string>
|
||||||
<key>sizes</key>
|
<key>sizes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>{{0, 0}, {453, 205}}</string>
|
<string>{{0, 0}, {474, 215}}</string>
|
||||||
<string>{{453, 0}, {516, 205}}</string>
|
<string>{{474, 0}, {503, 215}}</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>VerticalSplitView</key>
|
<key>VerticalSplitView</key>
|
||||||
@ -770,8 +733,8 @@
|
|||||||
<string>yes</string>
|
<string>yes</string>
|
||||||
<key>sizes</key>
|
<key>sizes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>{{0, 0}, {969, 205}}</string>
|
<string>{{0, 0}, {977, 215}}</string>
|
||||||
<string>{{0, 205}, {969, 225}}</string>
|
<string>{{0, 215}, {977, 228}}</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
@ -793,12 +756,12 @@
|
|||||||
<key>DebugSTDIOWindowFrame</key>
|
<key>DebugSTDIOWindowFrame</key>
|
||||||
<string>{{200, 200}, {500, 300}}</string>
|
<string>{{200, 200}, {500, 300}}</string>
|
||||||
<key>Frame</key>
|
<key>Frame</key>
|
||||||
<string>{{0, 17}, {969, 430}}</string>
|
<string>{{0, 179}, {977, 443}}</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Module</key>
|
<key>Module</key>
|
||||||
<string>PBXDebugSessionModule</string>
|
<string>PBXDebugSessionModule</string>
|
||||||
<key>Proportion</key>
|
<key>Proportion</key>
|
||||||
<string>430pt</string>
|
<string>443pt</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Name</key>
|
<key>Name</key>
|
||||||
@ -817,15 +780,15 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>TableOfContents</key>
|
<key>TableOfContents</key>
|
||||||
<array>
|
<array>
|
||||||
<string>F5B1389F0EB71A4B000B83CC</string>
|
<string>F5A33EF20EC89FAD00F8052D</string>
|
||||||
<string>1CCC7628064C1048000F2A68</string>
|
<string>1CCC7628064C1048000F2A68</string>
|
||||||
<string>1CCC7629064C1048000F2A68</string>
|
<string>1CCC7629064C1048000F2A68</string>
|
||||||
<string>F5B138A00EB71A4B000B83CC</string>
|
<string>F5A33EF30EC89FAD00F8052D</string>
|
||||||
<string>F5B138A10EB71A4B000B83CC</string>
|
<string>F5A33EF40EC89FAD00F8052D</string>
|
||||||
<string>F5B138A20EB71A4B000B83CC</string>
|
<string>F5A33EF50EC89FAD00F8052D</string>
|
||||||
<string>F5B138A30EB71A4B000B83CC</string>
|
<string>F5A33EF60EC89FAD00F8052D</string>
|
||||||
<string>F5B138A40EB71A4B000B83CC</string>
|
<string>F5A33EE10EC89F6100F8052D</string>
|
||||||
<string>F5B138A50EB71A4B000B83CC</string>
|
<string>F5A33EF70EC89FAD00F8052D</string>
|
||||||
</array>
|
</array>
|
||||||
<key>ToolbarConfiguration</key>
|
<key>ToolbarConfiguration</key>
|
||||||
<string>xcode.toolbar.config.debug</string>
|
<string>xcode.toolbar.config.debug</string>
|
||||||
@ -858,7 +821,7 @@
|
|||||||
<string>/Users/xx/Grafx2/Grafx2.xcodeproj</string>
|
<string>/Users/xx/Grafx2/Grafx2.xcodeproj</string>
|
||||||
</array>
|
</array>
|
||||||
<key>WindowString</key>
|
<key>WindowString</key>
|
||||||
<string>25 79 967 603 0 0 1024 746 </string>
|
<string>62 83 977 663 0 0 1024 746 </string>
|
||||||
<key>WindowTools</key>
|
<key>WindowTools</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
4
aide.c
4
aide.c
@ -371,8 +371,8 @@ void Bouton_Stats(void)
|
|||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
statfs(Principal_Repertoire_courant,&Informations_Disque);
|
statfs(Principal_Repertoire_courant,&Informations_Disque);
|
||||||
Taille=Informations_Disque.f_bfree * Informations_Disque.f_bsize;
|
Taille=(uint64_t) Informations_Disque.f_bfree * (uint64_t) Informations_Disque.f_bsize;
|
||||||
#else
|
#else
|
||||||
#if defined(__amigaos4__)||defined(__BEOS__)||defined(__HAIKU__)
|
#if defined(__amigaos4__)||defined(__BEOS__)||defined(__HAIKU__)
|
||||||
#else
|
#else
|
||||||
GetDiskFreeSpaceEx(Principal_Repertoire_courant,&tailleU,NULL,NULL);
|
GetDiskFreeSpaceEx(Principal_Repertoire_courant,&tailleU,NULL,NULL);
|
||||||
|
|||||||
@ -1306,6 +1306,14 @@ void Afficher_liste_modes(short Debut_liste, short Position_curseur)
|
|||||||
Ratio=" 16:10";
|
Ratio=" 16:10";
|
||||||
else if (Mode_video[Mode_courant].Largeur*145 == Mode_video[Mode_courant].Hauteur*192)
|
else if (Mode_video[Mode_courant].Largeur*145 == Mode_video[Mode_courant].Hauteur*192)
|
||||||
Ratio="192:145";
|
Ratio="192:145";
|
||||||
|
else if (Mode_video[Mode_courant].Largeur*2 == Mode_video[Mode_courant].Hauteur*3)
|
||||||
|
Ratio=" 3:2";
|
||||||
|
else if (Mode_video[Mode_courant].Largeur*3 == Mode_video[Mode_courant].Hauteur*5)
|
||||||
|
Ratio=" 5:3";
|
||||||
|
else if (Mode_video[Mode_courant].Largeur*4 == Mode_video[Mode_courant].Hauteur*5)
|
||||||
|
Ratio=" 5:4";
|
||||||
|
else if (Mode_video[Mode_courant].Largeur*16 == Mode_video[Mode_courant].Hauteur*25)
|
||||||
|
Ratio=" 25:16";
|
||||||
else
|
else
|
||||||
Ratio=" ";
|
Ratio=" ";
|
||||||
if (Mode_courant == 0)
|
if (Mode_courant == 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user