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\**** - **T4** *(Call of Duty: World at War)* ***\*WIP\****
- **T5** *(Call of Duty: Black Ops)* ***\*WIP\**** - **T5** *(Call of Duty: Black Ops)* ***\*WIP\****
- **T6** *(Call of Duty: Black Ops II)* - **T6** *(Call of Duty: Black Ops II)*
- **T6** *(Call of Duty: Black Ops III)* ***\*WIP\****
## Usage ## Usage
``./gsc-tool.exe <mode> <game> <path>`` ``./gsc-tool.exe <mode> <game> <path>``

View File

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

View File

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