Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. start session
  2. scc set connect property localprojpath ".\"
  3. scc set connect property logfile ".\build.log"
  4. scc set connect property logappend false
  5. scc set connect property deletetempfiles "true"
  6. scc connect offline
  7. scc set target ".\example.pbt" "refresh_all importonly"
  8. scc refresh target full
  9. build library ".\example.pbl" "" pbd
  10. build executable ".\example.exe" ".\example.ico" "" "y" newvstylecontrols
  11. scc close
  12. end session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement