diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-24 23:24:57 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-24 23:24:57 +0000 |
commit | 4e711739288f03cb360c7fe24f93c8060760df85 (patch) | |
tree | b4684a3e0fea5b6db9ff5419af760eda0b123aff /packages/Symbian | |
parent | e0f0a2cceeac2436cc60cc29e0cd8fb30d306f36 (diff) |
Reduced the requested Symbian capabilities.
Correctly noted what happens to stderr.
Diffstat (limited to 'packages/Symbian')
-rw-r--r-- | packages/Symbian/group/curl.mmp | 2 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 3 | ||||
-rw-r--r-- | packages/Symbian/readme.txt | 8 |
3 files changed, 7 insertions, 6 deletions
diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp index 6fbaf995e..55dea716e 100644 --- a/packages/Symbian/group/curl.mmp +++ b/packages/Symbian/group/curl.mmp @@ -17,7 +17,7 @@ SYSTEMINCLUDE ..\..\..\include ..\..\..\lib ..\..\..\include\curl \ LIBRARY euser.lib libc.lib libcurl.lib STATICLIBRARY libcrt0.lib -CAPABILITY ALL -Tcb +CAPABILITY NetworkServices EPOCSTACKSIZE 0x18000 diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 75f572dab..3c62c5aaf 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -27,6 +27,7 @@ SYSTEMINCLUDE ..\..\..\include ..\..\..\include\curl \ \epoc32\include\stdapis \epoc32\include LIBRARY euser.lib libc.lib -CAPABILITY ALL -Tcb + +CAPABILITY NetworkServices EPOCALLOWDLLDATA diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt index 5ce85eada..c64d1fa70 100644 --- a/packages/Symbian/readme.txt +++ b/packages/Symbian/readme.txt @@ -29,10 +29,10 @@ Failure to do so may mean that some of your options won't be correctly processed. Symbian OS does not provide for redirecting the standard I/O streams, so -stdin always comes from the keyboard and stdout always goes to the -console; stderr is thrown away. The standard curl options -o, --stderr -and --trace-ascii can be used to redirect output to a file (or stdout) -instead. +stdin always comes from the keyboard, stdout always goes to the +console, and stderr goes to the epocwind.out file (on the emulator). +The standard curl options -o, --stderr and --trace-ascii can be used to +redirect output to a file (or stdout) instead. P.I.P.S. doesn't inherit the current working directory at startup, so you may need to use the -o option to specify a specific location to store a |