mirror of
https://github.com/curl/curl.git
synced 2026-07-29 02:13:05 +03:00
DEBUGBUILD / CURLDEBUG decoupling follow-up
This commit is contained in:
parent
5931cf77f4
commit
7eb59de7df
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue