File: xmake.ps1

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 (4 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
$BASEDIR = Split-Path -Parent $MyInvocation.MyCommand.Definition
if (Test-Path "$BASEDIR\..\share\xmake\xmake.exe") {
    & "$BASEDIR\..\share\xmake\xmake.exe" @args
}