[Clickdrag-cvs] ClickDrag/ClickDrag.xcode project.pbxproj,1.2,1.3
Status: Pre-Alpha
Brought to you by:
stevecheckoway
|
From: Steve C. <ste...@us...> - 2004-06-15 12:13:23
|
Update of /cvsroot/clickdrag/ClickDrag/ClickDrag.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1401 Modified Files: project.pbxproj Log Message: Add ClickDragWindow.*. Index: project.pbxproj =================================================================== RCS file: /cvsroot/clickdrag/ClickDrag/ClickDrag.xcode/project.pbxproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- project.pbxproj 15 Jun 2004 08:41:40 -0000 1.2 +++ project.pbxproj 15 Jun 2004 12:13:15 -0000 1.3 @@ -113,6 +113,8 @@ children = ( AA685E4D0679C6BD007D4846, AA685E4E0679C6BD007D4846, + AAAA5D27067F1A180022F975, + AAAA5D28067F1A180022F975, ); isa = PBXGroup; name = Classes; @@ -248,6 +250,7 @@ files = ( 8D5B49AE048680CD000E48DA, AA685E4F0679C6BD007D4846, + AAAA5D29067F1A180022F975, ); isa = PBXHeadersBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -277,6 +280,7 @@ buildActionMask = 2147483647; files = ( AA685E500679C6BD007D4846, + AAAA5D2A067F1A180022F975, ); isa = PBXSourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -382,7 +386,6 @@ AA98AFA8067EEA7F002DFF71, ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -409,6 +412,34 @@ target = 8D5B49AC048680CD000E48DA; targetProxy = AA98AFAA067EEA8B002DFF71; }; + AAAA5D27067F1A180022F975 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = ClickDragWindow.h; + refType = 4; + sourceTree = "<group>"; + }; + AAAA5D28067F1A180022F975 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = ClickDragWindow.m; + refType = 4; + sourceTree = "<group>"; + }; + AAAA5D29067F1A180022F975 = { + fileRef = AAAA5D27067F1A180022F975; + isa = PBXBuildFile; + settings = { + }; + }; + AAAA5D2A067F1A180022F975 = { + fileRef = AAAA5D28067F1A180022F975; + isa = PBXBuildFile; + settings = { + }; + }; AAD4560B067A8083003C7B38 = { fileRef = 8D5B49B7048680CD000E48DA; isa = PBXBuildFile; |