Add the missing MiniUPnPc files.

master
dak180 2011-04-24 20:39:28 -04:00
parent 4054041fc4
commit b4ad9f00b5
2 changed files with 9 additions and 0 deletions

View File

@ -438,6 +438,8 @@
43C3B9C5118BEBE0000BBE59 /* tone.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C3B9C2118BEBE0000BBE59 /* tone.c */; };
43C3B9E0118BEC40000BBE59 /* res_books_51.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C3B9B4118BEA9D000BBE59 /* res_books_51.h */; };
43D180B01336B99C001906EB /* physfs_casefolding.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D180AF1336B99C001906EB /* physfs_casefolding.h */; };
43D338581364F5A8005F6725 /* connecthostport.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D338561364F5A8005F6725 /* connecthostport.c */; };
43D338591364F5A8005F6725 /* connecthostport.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D338571364F5A8005F6725 /* connecthostport.h */; };
43DF5A8A12BEE01B00DD5A37 /* cocoa_wrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43DF5A8912BEE01B00DD5A37 /* cocoa_wrapper.mm */; };
43E1890411440D8C000870EB /* eval-plural.h in Headers */ = {isa = PBXBuildFile; fileRef = 022B2F850BD55B4F002E64E3 /* eval-plural.h */; };
43E1890511440D8D000870EB /* gettextP.h in Headers */ = {isa = PBXBuildFile; fileRef = 022B2F860BD55B4F002E64E3 /* gettextP.h */; };
@ -1460,6 +1462,8 @@
43D180601336B536001906EB /* wz2100icon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wz2100icon.h; path = ../lib/framework/wz2100icon.h; sourceTree = SOURCE_ROOT; };
43D180611336B536001906EB /* wzfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wzfs.h; path = ../lib/framework/wzfs.h; sourceTree = SOURCE_ROOT; };
43D180AF1336B99C001906EB /* physfs_casefolding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfs_casefolding.h; path = external/physfs/physfs_casefolding.h; sourceTree = "<group>"; };
43D338561364F5A8005F6725 /* connecthostport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = connecthostport.c; sourceTree = "<group>"; };
43D338571364F5A8005F6725 /* connecthostport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = connecthostport.h; sourceTree = "<group>"; };
43D6167F12048D2D004B9630 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
43DF5A8812BEE01B00DD5A37 /* cocoa_wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cocoa_wrapper.h; path = ../lib/framework/cocoa_wrapper.h; sourceTree = SOURCE_ROOT; };
43DF5A8912BEE01B00DD5A37 /* cocoa_wrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = cocoa_wrapper.mm; path = ../lib/framework/cocoa_wrapper.mm; sourceTree = SOURCE_ROOT; };
@ -2623,6 +2627,8 @@
43C18F79114FF38B0028741B /* MiniUPnPc sources */ = {
isa = PBXGroup;
children = (
43D338561364F5A8005F6725 /* connecthostport.c */,
43D338571364F5A8005F6725 /* connecthostport.h */,
43C18F7A114FF38B0028741B /* bsdqueue.h */,
43C18F7C114FF38B0028741B /* codelength.h */,
43C18F7D114FF38B0028741B /* declspec.h */,
@ -2982,6 +2988,7 @@
431843D9136395C200BA2BC5 /* upnpcommands.h in Headers */,
431843DB136395C400BA2BC5 /* upnperrors.h in Headers */,
431843DD136395C600BA2BC5 /* upnpreplyparse.h in Headers */,
43D338591364F5A8005F6725 /* connecthostport.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -4000,6 +4007,7 @@
431843D8136395C100BA2BC5 /* upnpcommands.c in Sources */,
431843DA136395C300BA2BC5 /* upnperrors.c in Sources */,
431843DC136395C500BA2BC5 /* upnpreplyparse.c in Sources */,
43D338581364F5A8005F6725 /* connecthostport.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -9,5 +9,6 @@ FRAMEWORK_VERSION = A
INFOPLIST_FILE = Resources/GenericFramework-Info.plist
PRODUCT_NAME = MiniUPnPc
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../lib/netplay/miniupnpc" "$(SRCROOT)/.."
GCC_STRICT_ALIASING = NO
GCC_MODEL_TUNING = G5
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) _DARWIN_C_SOURCE