From 8aaaacfc9f872ebb44948931ae0fb568ed4dfa61 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Wed, 17 Jun 2020 04:47:55 -0400 Subject: [PATCH] win64 rename executable to fceux64.exe if people are going to be testing this might cut down error report confusion --- pipelines/win64_build.bat | 2 +- vc/vc14_fceux.vcxproj | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pipelines/win64_build.bat b/pipelines/win64_build.bat index 679aa350..aa834141 100644 --- a/pipelines/win64_build.bat +++ b/pipelines/win64_build.bat @@ -9,7 +9,7 @@ cd %PROJECT_ROOT%\vc REM Create Zip Archive cd %PROJECT_ROOT%\output -..\vc\zip -X -9 -j ..\vc\fceux64.zip ..\vc\x64\Release\fceux.exe ..\src\drivers\win\lua\x64\lua5.1.dll ..\src\drivers\win\lua\x64\lua51.dll ..\src\auxlib.lua +..\vc\zip -X -9 -j ..\vc\fceux64.zip ..\vc\x64\Release\fceux64.exe ..\src\drivers\win\lua\x64\lua5.1.dll ..\src\drivers\win\lua\x64\lua51.dll ..\src\auxlib.lua @if ERRORLEVEL 1 goto end ..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools 7z.dll @if ERRORLEVEL 1 goto end diff --git a/vc/vc14_fceux.vcxproj b/vc/vc14_fceux.vcxproj index c56b0458..54d4ed15 100644 --- a/vc/vc14_fceux.vcxproj +++ b/vc/vc14_fceux.vcxproj @@ -138,6 +138,12 @@ true + + $(ProjectName) + + + $(ProjectName)64 + "%windir%\Sysnative\cscript" /nologo /E:JScript "defaultconfig\make_scmrev.h.js"