Skip to content

Commit

Permalink
Merge branch 'jpbeta' of github.com:nvdajp/nvdajp into jpbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed Apr 17, 2017
2 parents b0fb71a + 63bb729 commit a2ebfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jptools/kcCertAllBuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SET CL=/arch:IA32 /D "_USING_V110_SDK71_"
set VERIFYLOG=output\nvda_%VERSION%_verify.log
del /Q %VERIFYLOG%

call scons.bat -c
@rem call scons.bat -c
call jptools\setupMiscDepsJp.cmd

set FILE1=source\synthDrivers\jtalk\libmecab.dll
Expand Down
2 changes: 1 addition & 1 deletion jptools/nonCertAllBuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ call build-and-test.cmd
@if not "%ERRORLEVEL%"=="0" goto onerror
cd ..\..

call scons.bat -c
@rem call scons.bat -c
call jptools\setupMiscDepsJp.cmd

call scons.bat source publisher=%PUBLISHER% release=1 version=%VERSION% updateVersionType=%UPDATEVERSIONTYPE% %SCONSOPTIONS%
Expand Down

0 comments on commit a2ebfa3

Please sign in to comment.