Browse Source

tools/msvc/starpu_var.bat.in: add HWLOC_CFLAGS

Nathalie Furmento 9 years ago
parent
commit
76e9e4883b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/msvc/starpu_var.bat.in

+ 2 - 2
tools/msvc/starpu_var.bat.in

@@ -2,7 +2,7 @@
 
 
 REM StarPU --- Runtime system for heterogeneous multicore architectures.
 REM StarPU --- Runtime system for heterogeneous multicore architectures.
 REM
 REM
-REM Copyright (C) 2013, 2014  CNRS
+REM Copyright (C) 2013, 2014, 2016  CNRS
 REM
 REM
 REM StarPU is free software; you can redistribute it and/or modify
 REM StarPU is free software; you can redistribute it and/or modify
 REM it under the terms of the GNU Lesser General Public License as published by
 REM it under the terms of the GNU Lesser General Public License as published by
@@ -26,7 +26,7 @@ ECHO Setting environment from %STARPU_PATH%
 
 
 set STARPU_LIBDIR=%STARPU_PATH%/lib
 set STARPU_LIBDIR=%STARPU_PATH%/lib
 set STARPU_INCLUDEDIR=%STARPU_PATH%/include
 set STARPU_INCLUDEDIR=%STARPU_PATH%/include
-set STARPU_CFLAGS=/I%STARPU_INCLUDEDIR%\starpu\@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@
+set STARPU_CFLAGS=/I%STARPU_INCLUDEDIR%\starpu\@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@ @HWLOC_CFLAGS@
 set STARPU_LDFLAGS=/link %STARPU_PATH%\lib\libstarpu-@STARPU_EFFECTIVE_VERSION@.lib
 set STARPU_LDFLAGS=/link %STARPU_PATH%\lib\libstarpu-@STARPU_EFFECTIVE_VERSION@.lib
 
 
 GOTO end
 GOTO end