makefile.bat 785 B

1234567891011121314151617
  1. :: This program is free software: you can redistribute it and/or modify
  2. :: it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
  3. :: You should have received a copy of the
  4. :: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
  5. :: along with this program. If not, see http://www.sun.com/cddl/cddl.html
  6. ::
  7. :: 2019 - 2020 https://://www.bananas-playground.net/projekt/selfpaste
  8. ::
  9. :: !WARNING!
  10. :: This is a very simple, with limited experience written, bat file to execute the build.
  11. :: Use at own risk and feel free to improve.
  12. ::
  13. :: for requirements and how to build it, read the README
  14. @echo off
  15. cls
  16. gcc -Lcurl/lib/ -Icurl/include -Iargtable/ -Lcjson/ -Icjson/ selfpaste-win.c argtable/argtable3.c cjson/cJSON.c -o bin/selfpaste.exe -lcurl