File: xmake.cmd

package info (click to toggle)
xmake 2.9.9%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,964 kB
  • sloc: ansic: 10,259; sh: 4,360; perl: 910; cpp: 474; 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