blob: 57fb73514a9ff4a997bc1351b3712ec9aed3865f [file] [log] [blame]
@echo off
::
::
::
set GETOPT=../../../spinel/ext/getopt
::
::
::
set SRC_C=^
main.c ^
networks_merging.c ^
networks_sorting.c ^
target_cuda.c ^
target_debug.c ^
target_glsl.c ^
target_opencl.c ^
transpose.c ^
../../common/util.c ^
%GETOPT%/getopt.c
::
::
::
cl ^
/Fe:hs_gen ^
/O2 ^
/DNDEBUG ^
/I../.. ^
/I%GETOPT% ^
%SRC_C%
::
::
::
del *.obj
::
::
::