mirror of
https://github.com/curl/curl.git
synced 2026-06-04 05:24:19 +03:00
CURLDEBUG, no underscore
This commit is contained in:
parent
ecb818805b
commit
41be41358e
1 changed files with 2 additions and 2 deletions
|
|
@ -252,12 +252,12 @@ $(DIROBJ):
|
|||
debug-dll\libcurl.res \
|
||||
debug-ssl-dll\libcurl.res \
|
||||
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
|
||||
rc /dCURL_DEBUG=1 /Fo $@ libcurl.rc
|
||||
rc /dCURLDEBUG=1 /Fo $@ libcurl.rc
|
||||
|
||||
release-dll\libcurl.res \
|
||||
release-ssl-dll\libcurl.res \
|
||||
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
|
||||
rc /dCURL_DEBUG=0 /Fo $@ libcurl.rc
|
||||
rc /dCURLDEBUG=0 /Fo $@ libcurl.rc
|
||||
|
||||
clean:
|
||||
-@erase $(DIROBJ)\*.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue