4 lines
99 B
Batchfile
4 lines
99 B
Batchfile
|
|
@echo.
|
||
|
|
@echo Setting up environment for using MinGW with GCC from %~dp0.
|
||
|
|
@set PATH=%~dp0bin;%PATH%
|