We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e28c54 commit d5083daCopy full SHA for d5083da
build-cuda.cmd
@@ -6,20 +6,11 @@ meson.py build --backend vs2015 --buildtype release ^
6
-Dcudnn_include="C:\dev\cuDNN\cuda\include" ^
7
-Ddefault_library=static
8
9
-pause
10
-
11
12
cd build
13
14
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ^
15
/p:Configuration=Release ^
16
/p:Platform=x64 ^
17
-/p:PreferredToolArchitecture=x64 subprojects\zlib-1.2.11\subprojects@zlib-1.2.11@@z@sta.vcxproj ^
18
-/filelogger
19
20
-"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ^
21
-/p:Configuration=Release ^
22
-/p:Platform=x64 ^
23
-/p:PreferredToolArchitecture=x64 lc0@exe.vcxproj ^
+/p:PreferredToolArchitecture=x64 lc0.sln ^
24
/filelogger
25
0 commit comments