• R/O
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

修訂. 1
大小 275 bytes
時間 2022-05-18 22:59:50
作者 zmatsuo
Log Message

Content

@echo off
setlocal
cd /d %~dp0
IF NOT EXIST cmake-3.11.4-win32-x86 (
  echo cmakeをダウンロードしてlib/cmakeに展開します
  IF NOT "%1" == "nopause" pause
  powershell -NoProfile -ExecutionPolicy Unrestricted .\getcmake.ps1
)
endlocal
IF NOT "%1" == "nopause" pause