asm_dip/toolchain/fasm2/fasm2.cmd

5 lines
101 B
Batchfile
Raw Normal View History

2024-11-24 21:04:53 -08:00
@echo off
setlocal
set include=%~dp0include;%include%
"%~dp0fasmg" -iInclude('fasm2.inc') %*
endlocal