OSDN Git Service

new file: Integration/Tomography/Makefile.recent
[eos/hostdependX86LINUX64.git] / util / X86MAC64 / cuda / nvvm / libnvvm-samples / build.bat
1 mkdir build
2 cd build
3 cmake.exe -DCMAKE_INSTALL_PREFIX=..\install -G "NMake Makefiles" ..
4 nmake install
5 cd ..