Skip to content

Commit 13dc2cb

Browse files
committed
Adding pcl to the script
1 parent 037656a commit 13dc2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitLinkPcl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal enableDelayedExpansion
33

44
set MYDIR=%1
5-
for /F %%x in ('dir /B/D/S %MYDIR%\*.pdb') do (
5+
for /F %%x in ('dir /B/D/S %MYDIR%\pcl\*.pdb') do (
66
set FILENAME=%%x
77
GitLink\build\GitLink.exe !FILENAME!
88
)

0 commit comments

Comments
 (0)