File: export.bat

package info (click to toggle)
openrct2-objects 1.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: trixie
  • size: 23,756 kB
  • sloc: python: 307; sh: 71; makefile: 25
file content (10 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
@echo off
pushd tools\objexport
    echo Building objexport
    call nuget restore > nul
    call msbuild /nologo /v:m /p:Configuration=Release "/p:Platform=Any CPU"
popd

set RCT2OBJDIR=C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2\ObjData
set OUTDIR=objects
call tools\objexport\bin\Release\objexport "%RCT2OBJDIR%" "%OUTDIR%"