Skip to content

Instantly share code, notes, and snippets.

@Yanrishatum
Yanrishatum / compile_hlc.bat
Created August 4, 2018 01:06
HashLink: HLC compiler for windows.
@echo OFF
REM Somewhat stable hlc compiler.
REM Usage notes:
REM %HASHLINK% should point to hl/include folder
REM %HASHLINK_BIN% should point to hl folder
REM vcvarsall.bat should be available in path OR cl.exe should be available beforehand.
REM Use -h for instructions
set srcPath=.
set mainCl=main.c