🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
300 B

  1. @echo OFF
  2. :: Move to Top Dir
  3. cd ..\..\..\
  4. :: Copy dlg's files from `subprojects\dlg' to `src\dlg'
  5. IF NOT EXIST include\dlg (
  6. mkdir include\dlg
  7. COPY subprojects\dlg\include\dlg\dlg.h include\dlg
  8. COPY subprojects\dlg\include\dlg\output.h include\dlg
  9. COPY subprojects\dlg\src\dlg\dlg.c src\dlg\ )