Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Ledda
/
handmade-hero
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
1
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Haara
180 KiB
C++
84.8%
C
11.1%
Batchfile
4.1%
Puu:
5184b36853
master
day-25
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '5184b36853'
${ noResults }
handmade-hero
/
misc
/
build.bat
7 rivejä
95 B
Raaka
Blame
Historia
@echo off
mkdir .\build
pushd .\build
pwd
cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib
popd