config.bat 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @REM #########################################################################
  2. @REM #
  3. @REM # Copyright 2012 - 2021 Vivante Corporation, Santa Clara, California.
  4. @REM # All Rights Reserved.
  5. @REM #
  6. @REM # Permission is hereby granted, free of charge, to any person obtaining
  7. @REM # a copy of this software and associated documentation files (the
  8. @REM # 'Software'), to deal in the Software without restriction, including
  9. @REM # without limitation the rights to use, copy, modify, merge, publish,
  10. @REM # distribute, sub license, and/or sell copies of the Software, and to
  11. @REM # permit persons to whom the Software is furnished to do so, subject
  12. @REM # to the following conditions:
  13. @REM #
  14. @REM # The above copyright notice and this permission notice (including the
  15. @REM # next paragraph) shall be included in all copies or substantial
  16. @REM # portions of the Software.
  17. @REM #
  18. @REM # THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  19. @REM # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  20. @REM # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  21. @REM # IN NO EVENT SHALL VIVANTE AND/OR ITS SUPPLIERS BE LIABLE FOR ANY
  22. @REM # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  23. @REM # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  24. @REM # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  25. @REM #
  26. @REM #########################################################################
  27. set AQROOT=%cd%
  28. set BUILDSOURCE=%AQROOT%
  29. set AQARCH=%AQROOT%\arch\XAQ2
  30. set AQVGARCH=%AQROOT%\arch\GC350
  31. set year=%date:~6,4%
  32. set month=%date:~0,2%
  33. set day=%date:~3,2%