From 2e6e2c7e181d4bf2e18be8bceb1c3d4bd1d05f40 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 27 Oct 2012 02:54:10 -0700 Subject: [PATCH] Turned off the install flag for the static library because we don't want it getting into application distribution packages. Added SDL_x11messagebox.c to the static library target --- Xcode/SDL/SDL.xcodeproj/project.pbxproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Xcode/SDL/SDL.xcodeproj/project.pbxproj b/Xcode/SDL/SDL.xcodeproj/project.pbxproj index 5f2f33d95..22129c85e 100755 --- a/Xcode/SDL/SDL.xcodeproj/project.pbxproj +++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj @@ -539,8 +539,9 @@ AA75585D1595D4D800BBD41B /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F81595D4D800BBD41B /* SDL_video.h */; }; AA75585E1595D4D800BBD41B /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F91595D4D800BBD41B /* SDL.h */; settings = {ATTRIBUTES = (Public, ); }; }; AA75585F1595D4D800BBD41B /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F91595D4D800BBD41B /* SDL.h */; }; + AA9E4093163BE51E007A2AD0 /* SDL_x11messagebox.c in Sources */ = {isa = PBXBuildFile; fileRef = AA9E4092163BE51E007A2AD0 /* SDL_x11messagebox.c */; }; + AA9E4094163BE51E007A2AD0 /* SDL_x11messagebox.c in Sources */ = {isa = PBXBuildFile; fileRef = AA9E4092163BE51E007A2AD0 /* SDL_x11messagebox.c */; }; AA9FF95A1637CBF9000DF050 /* SDL_messagebox.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9FF9591637CBF9000DF050 /* SDL_messagebox.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA9FF95D1637CC82000DF050 /* SDL_x11messagebox.c in Sources */ = {isa = PBXBuildFile; fileRef = AA9FF95C1637CC82000DF050 /* SDL_x11messagebox.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -882,8 +883,8 @@ AA7557F71595D4D800BBD41B /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = ""; }; AA7557F81595D4D800BBD41B /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = ""; }; AA7557F91595D4D800BBD41B /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = ""; }; + AA9E4092163BE51E007A2AD0 /* SDL_x11messagebox.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11messagebox.c; sourceTree = ""; }; AA9FF9591637CBF9000DF050 /* SDL_messagebox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_messagebox.h; sourceTree = ""; }; - AA9FF95C1637CC82000DF050 /* SDL_x11messagebox.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11messagebox.c; sourceTree = ""; }; BECDF66B0761BA81005FE872 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = ""; }; BECDF66C0761BA81005FE872 /* SDL2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BECDF6B30761BA81005FE872 /* libSDL2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1516,7 +1517,7 @@ 0442EC5912FE1C60004C9285 /* SDL_x11framebuffer.h */, 04BDFFC212E6671800899322 /* SDL_x11keyboard.c */, 04BDFFC312E6671800899322 /* SDL_x11keyboard.h */, - AA9FF95C1637CC82000DF050 /* SDL_x11messagebox.c */, + AA9E4092163BE51E007A2AD0 /* SDL_x11messagebox.c */, 04BDFFC412E6671800899322 /* SDL_x11modes.c */, 04BDFFC512E6671800899322 /* SDL_x11modes.h */, 04BDFFC612E6671800899322 /* SDL_x11mouse.c */, @@ -2260,7 +2261,7 @@ 566CDE90148F0AC200C5A9BB /* SDL_dropevents.c in Sources */, AA628ACA159367B7005138DD /* SDL_rotate.c in Sources */, AA628AD1159367F2005138DD /* SDL_x11xinput2.c in Sources */, - AA9FF95D1637CC82000DF050 /* SDL_x11messagebox.c in Sources */, + AA9E4093163BE51E007A2AD0 /* SDL_x11messagebox.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2374,6 +2375,7 @@ 043567401303160F00BA5428 /* SDL_shaders_gl.c in Sources */, AA628ACB159367B7005138DD /* SDL_rotate.c in Sources */, AA628AD2159367F2005138DD /* SDL_x11xinput2.c in Sources */, + AA9E4094163BE51E007A2AD0 /* SDL_x11messagebox.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2461,6 +2463,7 @@ GCC_SYMBOLS_PRIVATE_EXTERN = YES; HEADER_SEARCH_PATHS = /usr/X11R6/include; PRODUCT_NAME = SDL2; + SKIP_INSTALL = YES; }; name = Release; }; @@ -2521,6 +2524,7 @@ GCC_SYMBOLS_PRIVATE_EXTERN = YES; HEADER_SEARCH_PATHS = /usr/X11R6/include; PRODUCT_NAME = SDL2; + SKIP_INSTALL = YES; }; name = Debug; };