完善脚本

This commit is contained in:
HEYAHONG 2024-06-15 23:25:54 +08:00
parent e0994f7bf2
commit 01cb5f1327
No known key found for this signature in database
GPG Key ID: 97E3E469FE2C920B

View File

@ -1,7 +1,8 @@
@echo off
set PROJECT_PATH=%~dp0
echo mksymlink start!
pushd
pushd %PROJECT_PATH%
echo Dir is %CD%
if not exist HCppBox\CMakeLists.txt mklink /D /J HCppBox ..\3rdparty\HCppBox\master\
popd
echo mksymlink end!
echo mksymlink end!