@@ -756,8 +756,8 @@ tasks:
756
756
# Build libmongoc with CMake (not Autotools) and compile a program
757
757
# that links dynamically or statically to it, using variables from
758
758
# CMake's find_package command.
759
- LINK_STATIC= cmd.exe /c .\\.evergreen\\link-sample-program-msvc.bat
760
- LINK_STATIC=1 cmd.exe /c .\\.evergreen\\link-sample-program-msvc.bat
759
+ LINK_STATIC= cmd.exe /c .\\.evergreen\\link-sample-program-msvc.cmd
760
+ LINK_STATIC=1 cmd.exe /c .\\.evergreen\\link-sample-program-msvc.cmd
761
761
762
762
- name : link-with-cmake-windows-ssl
763
763
depends_on :
@@ -778,8 +778,8 @@ tasks:
778
778
# that links dynamically or statically to it, using variables from
779
779
# CMake's find_package command.
780
780
export ENABLE_SSL=1
781
- LINK_STATIC= cmd.exe /c .\\.evergreen\\link-sample-program-msvc.bat
782
- LINK_STATIC=1 cmd.exe /c .\\.evergreen\\link-sample-program-msvc.bat
781
+ LINK_STATIC= cmd.exe /c .\\.evergreen\\link-sample-program-msvc.cmd
782
+ LINK_STATIC=1 cmd.exe /c .\\.evergreen\\link-sample-program-msvc.cmd
783
783
784
784
- name : link-with-cmake-mingw
785
785
depends_on :
@@ -797,7 +797,7 @@ tasks:
797
797
# Build libmongoc with CMake (not Autotools) and compile a program
798
798
# that links dynamically or statically to it, using variables from
799
799
# pkg-config.exe.
800
- cmd.exe /c .\\.evergreen\\link-sample-program-mingw.bat
800
+ cmd.exe /c .\\.evergreen\\link-sample-program-mingw.cmd
801
801
802
802
- name : link-with-pkg-config
803
803
depends_on :
0 commit comments