-
Notifications
You must be signed in to change notification settings - Fork 302
/
VSBuild.cmd
25 lines (23 loc) · 916 Bytes
/
VSBuild.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@rem
@rem
@rem Copyright (c) 2015 - 2021 by blindtiger. All rights reserved.
@rem
@rem The contents of this file are subject to the Mozilla Public License Version
@rem 2.0 (the "License"); you may not use this file except in compliance with
@rem the License. You may obtain a copy of the License at
@rem http://www.mozilla.org/MPL/
@rem
@rem Software distributed under the License is distributed on an "AS IS" basis,
@rem WITHOUT WARRANTY OF ANY KIND, either express or implied. SEe the License
@rem for the specific language governing rights and limitations under the
@rem License.
@rem
@rem The Initial Developer of the Original Code is blindtiger.
@rem
@rem
@rem set LABS=%~dp0..\
@rem cd /d "%LABS%"
@rem git clone https://github.com/9176324/Shark
@rem git clone https://github.com/9176324/MiniSDK
@rem MSBuild %~dp0Shark.sln -t:Build /p:Platform="x86"
MSBuild %~dp0Shark.sln -t:Build -p:Platform="x64"