mirror of
https://github.com/Team-Resurgent/Simple_NTFS_ISO_Mounter.git
synced 2026-08-15 11:18:28 -07:00
10 lines
163 B
Batchfile
10 lines
163 B
Batchfile
@echo off
|
|
|
|
@set PATH=C:/msys/1.0/bin;C:/mingw/bin;%PATH%;
|
|
|
|
@make _ccore
|
|
rem make _ccore 2>&1 | tee makelog.txt
|
|
|
|
@call source/ntfs_isolist/build_ntfs_isolist.bat
|
|
|