This website works better with JavaScript.
Home
Explore
Help
Sign In
Ledda
/
handmade-hero
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
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
Branch
180 KiB
C++
84.8%
C
11.1%
Batchfile
4.1%
Tree:
5184b36853
master
day-25
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5184b36853'
${ noResults }
handmade-hero
/
misc
/
build.bat
7 lines
95 B
Raw
Blame
History
@echo off
mkdir .\build
pushd .\build
pwd
cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib
popd