summary refs log tree commit diff stats
path: root/tests/dll/test_nimhcr_integration.bat
blob: 66e6beac4e6f33bf30e629c5b68f876e30debb3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
set NIM=nim
set NIM_FLAGS=-d:debug

%NIM% c --outdir:"." %NIM_FLAGS% ../../lib/nimrtl.nim
%NIM% c --outdir:"." %NIM_FLAGS% ../../lib/nimhcr.nim

set HCR_FLAGS=--forceBuild --hotCodeReloading:on --nimcache:nimcache %NIM_FLAGS%

%NIM% %HCR_FLAGS% c nimhcr_integration.nim
nimhcr_integration %NIM% %HCR_FLAGS% c nimhcr_integration.nim