25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

build.bat 219 B

5 ay önce
4 ay önce
5 ay önce
4 ay önce
5 ay önce
4 ay önce
1234567891011
  1. @echo off
  2. if NOT EXIST .\build mkdir .\build
  3. pushd .\build
  4. pwd
  5. cl -FC -Zi -Fe:handmade.exe ..\src\win32_handmade.cpp user32.lib Gdi32.lib
  6. popd
  7. exit /b
  8. :error
  9. echo Failed with error #%errorlevel%.
  10. exit /b %errorlevel%