This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Ledda
/
handmade-hero
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
1
Вики
Activity
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
Грана
180 KiB
C++
84.8%
C
11.1%
Batchfile
4.1%
Дрво:
5184b36853
master
day-25
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '5184b36853'
${ noResults }
handmade-hero
/
misc
/
build.bat
7 lines
95 B
Датотека
Blame
Историја
@echo off
mkdir .\build
pushd .\build
pwd
cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib
popd