update build

This commit is contained in:
xensik 2022-03-21 16:39:04 +01:00
parent f8d84d5237
commit 6ad6f19600
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ A utility to compile & decompile IW engine game scripts.
- **T4** *(Call of Duty: World at War)* ***\*WIP\****
- **T5** *(Call of Duty: Black Ops)* ***\*WIP\****
- **T6** *(Call of Duty: Black Ops II)*
- **T6** *(Call of Duty: Black Ops III)* ***\*WIP\****
## Usage
``./gsc-tool.exe <mode> <game> <path>``

View File

@ -1,11 +1,11 @@
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2019
image: Visual Studio 2022
configuration: Release
platform: x64
before_build:
- git submodule update --init --recursive
- ps: tools\windows\premake5.exe vs2019
- ps: tools\windows\premake5.exe vs2022
build:
project: build/gsc-tool.sln
verbosity: minimal

View File

@ -1,3 +1,3 @@
@echo off
git submodule update --init --recursive
tools\windows\premake5.exe vs2019
tools\windows\premake5.exe vs2022