mirror of
https://github.com/yawut/SDL.git
synced 2026-08-13 04:25:47 -05:00
Updated the Demos project to link with SDL2
This commit is contained in:
@@ -373,7 +373,7 @@
|
|||||||
FD1B48930E313154007AB34E /* Products */ = {
|
FD1B48930E313154007AB34E /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
FD1B489E0E313154007AB34E /* libSDL.a */,
|
FD1B489E0E313154007AB34E /* libSDL2.a */,
|
||||||
04AB757111E563D200BE9753 /* testsdl.app */,
|
04AB757111E563D200BE9753 /* testsdl.app */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
remoteRef = 04AB757011E563D200BE9753 /* PBXContainerItemProxy */;
|
remoteRef = 04AB757011E563D200BE9753 /* PBXContainerItemProxy */;
|
||||||
sourceTree = BUILT_PRODUCTS_DIR;
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
FD1B489E0E313154007AB34E /* libSDL.a */ = {
|
FD1B489E0E313154007AB34E /* libSDL2.a */ = {
|
||||||
isa = PBXReferenceProxy;
|
isa = PBXReferenceProxy;
|
||||||
fileType = archive.ar;
|
fileType = archive.ar;
|
||||||
path = libSDL2.a;
|
path = libSDL2.a;
|
||||||
|
|||||||
Reference in New Issue
Block a user