File: xmake.cmd

package info (click to toggle)
xmake 3.0.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,508 kB
  • sloc: ansic: 17,597; sh: 5,075; perl: 910; cpp: 461; objc: 236; python: 113; makefile: 112; f90: 15; pascal: 13
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
@echo off
setlocal
set BASEDIR=%~dp0
if exist "%BASEDIR%..\share\xmake\xmake.exe" (
    "%BASEDIR%..\share\xmake\xmake.exe" %*
)
endlocal