forked from pclewis/lslint
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcreator_win64.bat
More file actions
19 lines (19 loc) · 892 Bytes
/
creator_win64.bat
File metadata and controls
19 lines (19 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
rem :: rem :: VS2015
rem :: IF EXIST "C:\Program Files (x86)\Microsoft Visual studio 14.0\VC\vcvarsall.bat" (
rem :: call "C:\Program Files (x86)\Microsoft Visual studio 14.0\VC\vcvarsall.bat" amd64
rem :: ) else (
rem :: rem :: VS2017
rem :: rem :: NOTE: The instructions contained in the NMakefile are no longer necessary with this method.
rem :: rem :: Simply run the script, as long as C:\flexandbison exists.
rem :: pushd "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\"
rem :: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
rem :: popd
rem :: )
set VERSION_NUMBER=1.1.1
set BUILD_DATE=%DATE:~-10,4%-%DATE:~-5,2%-%DATE:~-2,2%
set PATH=%PATH%;C:\flexandbison
nmake /F NMakefile
mkdir binary\windows64\
move lslint.exe binary\windows64\
nmake /F NMakefile clean