Sign in
foss-fpga-tools
/
third_party
/
nextpnr
/
75f403db603df9b6abf65d8d6fa9d8c871f58116
/
.
/
3rdparty
/
imgui
/
examples
/
example_null
/
build_win32.bat
blob: 12cb70ab48bad56ea3d92a9df5579a19bc93c3b2 [
file
] [
log
] [
blame
]
@REM
Build
for
Visual
Studio
compiler
.
Run
your copy of vcvars32
.
bat
or
vcvarsall
.
bat to setup command
-
line compiler
.
mkdir
Debug
cl
/
nologo
/
Zi
/
MD
/
I
..
\.
.
*.
cpp
..
\.
.
\*
.
cpp
/
FeDebug
/
example_null
.
exe
/
FoDebug
/
/
link gdi32
.
lib shell32
.
lib