Keenuts / virtio-gpu-win-icd

OpenGL ICD for Virtio-GPU Windows driver
BSD 2-Clause "Simplified" License
87 stars 14 forks source link

hi! Does anyone know what‘s the rest of input param of compile.bat? #1

Closed wqlxx closed 5 years ago

wqlxx commented 6 years ago

I find in compile.bat, the first param is "mode", but what's the others?

Keenuts commented 6 years ago

Hi !

First one are indeed ICD or DEMO The second one, form the top of my head is Release or Debug, and the third one if the target architecture An example should be ./compile.bat ICD Debug Win32

The values can be fetched inside the corresponding .vcxproj

wqlxx commented 6 years ago

Thanks @Keenuts