mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:53:39 +03:00
Added rawstr.c to the non-configure libcurl makefiles
This commit is contained in:
parent
068ba17e21
commit
4174ec7116
6 changed files with 17 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ SDK = /Developer/SDKs/MacOSX10.4u.sdk
|
|||
# Sets the minimum OSX version where the framework will work.
|
||||
ENVP = MACOSX_DEPLOYMENT_TARGET=10.3
|
||||
|
||||
# for debug symbols add the -g option. Remove the -O2 option for best debuggin.
|
||||
# for debug symbols add the -g option. Remove the -O2 option for best debugging.
|
||||
# Can be compiled with -O3 optimizations.
|
||||
C_OPTIONS = -isysroot $(SDK) \
|
||||
-fno-common \
|
||||
|
|
@ -83,6 +83,7 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||
$(TMP_DIR)/netrc.o \
|
||||
$(TMP_DIR)/parsedate.o \
|
||||
$(TMP_DIR)/progress.o \
|
||||
$(TMP_DIR)/rawstr.o \
|
||||
$(TMP_DIR)/security.o \
|
||||
$(TMP_DIR)/select.o \
|
||||
$(TMP_DIR)/sendf.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue