Skip to content

Commit

Permalink
build: get rid of meson
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefo committed Sep 6, 2021
1 parent 705e5cc commit 1105542
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
botsetup_x86_win32:
name: Build Botsetup
name: botsetup
runs-on: windows-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions ext/unzip/unzip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@ typedef struct
* allows us to sign sfx after it was packed
*
* 10.05.2015
* d@entix.io
* dmitry@jeefo.net
*/
uLong certsign_length = 0;

Expand Down Expand Up @@ -2555,7 +2555,7 @@ LUFILE *lufopen(void *z,unsigned int len,DWORD flags,ZRESULT *err)
* get all the certificates length that SFX has been signed with
*
* 10.05.2015
* d@entix.io
* dmitry@jeefo.net
*/
DWORD count = 0;
DWORD indexes[128];
Expand Down
83 changes: 0 additions & 83 deletions meson.build

This file was deleted.

2 changes: 1 addition & 1 deletion src/botsetup.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
// Copyright © 2004-2020 YaPB Project <yapb@jeefo.net>.
// Copyright © 2004-2021 YaPB Project <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
Expand Down

0 comments on commit 1105542

Please sign in to comment.