gbuild: ExternalProject: improve NMAKE handling
[LibreOffice.git] / external / curl / curl-xp.patch.1
blob9e4163e3eab10e0c9cb1df65df657c30f2514da5
1 diff -ur curl.org/src/Makefile.vc10 curl/src/Makefile.vc10
2 --- curl.org/src/Makefile.vc10  2016-07-04 03:45:24.102995951 +0200
3 +++ curl/src/Makefile.vc10      2016-07-04 03:48:00.547835559 +0200
4 @@ -127,7 +127,7 @@
5  LINKD = link.exe /incremental:yes /debug /libpath:"../lib"\r
6  RCD   = rc.exe /dDEBUGBUILD=1\r
7  \r
8 -CFLAGS   = /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /D_BIND_TO_CURRENT_VCLIBS_VERSION=1\r
9 +CFLAGS   = /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /D_BIND_TO_CURRENT_VCLIBS_VERSION=1 /D_WIN32_WINNT=0x0502\r
10  LFLAGS   = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)\r
11  RESFLAGS = /i../include\r
12  \r