Changeset 8801
- Timestamp:
- Jul 14, 2009, 12:13:10 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r8785 r8801 1601 1601 buildConfigurationList = BE11834C0CE160A80002D0F3 /* Build configuration list for PBXNativeTarget "miniupnp" */; 1602 1602 buildPhases = ( 1603 A2305097100C0293003FDB0C /* ShellScript */, 1603 1604 BE1183440CE160960002D0F3 /* Headers */, 1604 1605 BE1183450CE160960002D0F3 /* Sources */, … … 1827 1828 shellScript = "sh update-version-h.sh"; 1828 1829 }; 1830 A2305097100C0293003FDB0C /* ShellScript */ = { 1831 isa = PBXShellScriptBuildPhase; 1832 buildActionMask = 2147483647; 1833 files = ( 1834 ); 1835 inputPaths = ( 1836 ); 1837 outputPaths = ( 1838 ); 1839 runOnlyForDeploymentPostprocessing = 0; 1840 shellPath = /bin/sh; 1841 shellScript = "cd ./third-party/miniupnp/\nsh updateminiupnpcstrings.sh"; 1842 }; 1829 1843 BE75C3510C729EE100DBEFE0 /* ShellScript */ = { 1830 1844 isa = PBXShellScriptBuildPhase; -
trunk/third-party/miniupnp/Makefile.am
r7843 r8801 21 21 minissdpc.h \ 22 22 miniupnpc.h \ 23 miniupnpcstrings.h \24 23 miniwget.h \ 25 24 minixml.h \ -
trunk/third-party/miniupnp/miniupnpcstrings.h
r8798 r8801 9 9 #define __MINIUPNPCSTRINGS_H__ 10 10 11 #define OS_STRING " RedHatEnterpriseClient/5.3"11 #define OS_STRING "Darwin/9.7.0" 12 12 #define MINIUPNPC_VERSION_STRING "1.3" 13 13
Note: See TracChangeset
for help on using the changeset viewer.