Skip to content

Commit 9f83943

Browse files
authored
Merge pull request #68 from RcppCore/bugfix/rtools-35-windows
fixups for Rtools 3.5
2 parents 16440f0 + 351c135 commit 9f83943

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tbb/build/version_info_windows.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ WScript.echo( "#define __TBB_DATETIME \"" + date.toUTCString() + "\"" );
9393
WScript.echo( "#define __TBB_VERSION_YMD " + date.getUTCFullYear() + ", " +
9494
(date.getUTCMonth() > 8 ? (date.getUTCMonth()+1):("0"+(date.getUTCMonth()+1))) +
9595
(date.getUTCDate() > 9 ? date.getUTCDate():("0"+date.getUTCDate())) );
96+
WScript.echo( "" )

src/tbb/build/windows.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ifneq ($(filter vc8 vc9,$(runtime)),)
120120
RML.MANIFEST = tbbmanifest.exe.manifest
121121
endif
122122

123-
MAKE_VERSIONS = $(CMD) cscript /nologo /E:jscript $(subst \,/,$(tbb_root))/build/version_info_windows.js $(compiler) $(arch) $(subst \,/,"$(VERSION_FLAGS)") > version_string.ver
123+
MAKE_VERSIONS = $(CMD) "cscript /nologo /E:jscript $(subst \,/,$(tbb_root))/build/version_info_windows.js $(CONLY) $(arch) $(subst \,/,$(VERSION_FLAGS))" > version_string.ver
124124
MAKE_TBBVARS = $(CMD) "$(subst /,\,$(tbb_root))\build\generate_tbbvars.bat"
125125

126126
TEST_LAUNCHER = $(subst /,\,$(tbb_root))\build\test_launcher.bat $(largs)

0 commit comments

Comments
 (0)