Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color F
- setlocal
- set acc-path=..\dh-acc
- set PATH=%PATH%;%acc-path%
- set CMD=..\dh-acc --named-scripts --auto-stack-size=0 -Z -i ..\inc
- cd Code
- echo Compiling DS files...
- %CMD% FinalDuel.ds -o ..\FinalDuel.o
- echo All done! Press any key to exit.
- endlocal
- pause >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement