We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"
1 parent 30daf37 commit 659d5f2Copy full SHA for 659d5f2
patches/gsl-2.6/gsl-config.bat.win-gcc
@@ -1,12 +1,11 @@
1
@echo off
2
rem simplified replacement for the original shell script
3
-set ROOT="%~dp0"
4
5
-set XCFLAGS=-I%ROOT%..\include
6
-set XLIBS1=-L%ROOT%..\lib -lgsl -lgslcblas
7
-set XLIBS2=-L%ROOT%..\lib -lgsl
+set XCFLAGS="-I%~dp0%..\include"
+set XLIBS1="-L%~dp0%..\lib" -lgsl -lgslcblas
+set XLIBS2="-L%~dp0%..\lib" -lgsl
8
set XVERSION=2.6
9
-set XPREFIX=%ROOT%..\
+set XPREFIX="%~dp0%..\"
10
11
for %%p in (%*) do (
12
if x%%p == x--cflags echo %XCFLAGS%
0 commit comments