diff options
| author | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:30:22 +0000 | 
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2009-06-15 02:30:22 +0000 | 
| commit | 7eb59de7df14c48c8a38b9628a662baa0f61847f (patch) | |
| tree | 571e8df72288bde80d859d3497dd929384866e02 /lib | |
| parent | 5931cf77f42c145640ed1b6c344ac790017aac1b (diff) | |
DEBUGBUILD / CURLDEBUG decoupling follow-up
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.vc6 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index fb4adca6c..0aaac582d 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -537,11 +537,11 @@ debug-dll\libcurl.res \  debug-dll-ssl-dll\libcurl.res \
  debug-dll-zlib-dll\libcurl.res \
  debug-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc
 -	rc /dCURLDEBUG=1 /Fo $@ libcurl.rc
 +	rc /dDEBUGBUILD=1 /Fo $@ libcurl.rc
  release-dll\libcurl.res \
  release-dll-ssl-dll\libcurl.res \
  release-dll-zlib-dll\libcurl.res \
  release-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc
 -	rc /dCURLDEBUG=0 /Fo $@ libcurl.rc
 +	rc /dDEBUGBUILD=0 /Fo $@ libcurl.rc
  !ENDIF  # End of case where a config was provided.
 | 
