Skip to content

Commit d5083da

Browse files
authored
Fix windows-cuda build. (#202)
Building whole solution works and build all required projects.
1 parent 0e28c54 commit d5083da

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build-cuda.cmd

+1-10
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,11 @@ meson.py build --backend vs2015 --buildtype release ^
66
-Dcudnn_include="C:\dev\cuDNN\cuda\include" ^
77
-Ddefault_library=static
88

9-
pause
10-
11-
129
cd build
1310

1411
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ^
1512
/p:Configuration=Release ^
1613
/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 ^
14+
/p:PreferredToolArchitecture=x64 lc0.sln ^
2415
/filelogger
2516

0 commit comments

Comments
 (0)