Files
gtav-src/tools_ng/script/util/ProjGen/makefileBat2makefile.bat
T
2025-09-29 00:52:08 +02:00

22 lines
882 B
Batchfile
Executable File

@echo off
@echo.
@echo =============================================================================
@echo === PG3 ProjGen : Makefile.Bat conversion to .makefile (IronRuby) ===
@echo === https://devstar.rockstargames.com/wiki/index.php/Dev:Project_builder3 ===
@echo.
call setenv
REM -----------------------------------------------------------------------------------------------------
REM Call an ironruby script that recursively scans for makefile.bat files
REM - it then produces a series of local *.makefile files.
REM -----------------------------------------------------------------------------------------------------
call %RS_TOOLSROOT%\ironlib\prompt.bat %RS_TOOLSIR% %RS_TOOLSROOT%/ironlib/util/projGen/makefilebat_to_makefile.rb --exclude \/game\/
@echo.
@echo === PG3 ProgGenComplete ===
@echo ===========================
@echo.
:END