File: alkc.bat

package info (click to toggle)
ada-reference-manual 1%3A2020.1commit85143dcb-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,680 kB
  • sloc: ada: 29,703; makefile: 207; python: 109; lisp: 30
file content (7 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
Move .\Object\%1.Obj .
link  -subsystem:console -entry:mainCRTStartup -out:%1.exe %1.obj libc.lib kernel32.lib -map:%1.map
Del %1.Obj
Rem Del %1.Map
Copy %1.Exe \RRS\Docs
Move %1.Exe ..\Source
Move .\Object\%1.Dbg ..\Source