We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bb20b commit e8bbe45Copy full SHA for e8bbe45
GitLinkPcl.bat
@@ -0,0 +1,8 @@
1
+@echo off
2
+setlocal enableDelayedExpansion
3
+
4
+set MYDIR=%1
5
+for /F %%x in ('dir /B/D/S %MYDIR%\*.pdb') do (
6
+ set FILENAME=%%x
7
+ GitLink\build\GitLink.exe !FILENAME!
8
+)
0 commit comments