Empty-project-Java-Grinder

0

Описание

Шаблонный проект для создания программ на JAVA GRINDER для SEGA MEGA DRIVE

Языки

  • Java95,9%
  • Makefile4,1%
README.md

РУССКИЙ

Структура папок

По умолчанию рабочая область содержит пять папок, где:

  • bin
    : папка для хранения скомпилированных выходных файлов.
  • lib
    : папка для хранения зависимостей
  • out
    : папка для хранения скомпилированных выходных файлов.
  • res
    : папка для хранения ресурсов.
  • src
    : папка для хранения исходников.

Если вы хотите настроить структуру папок, откройте .vscode/settings.json и обновите там соответствующие настройки.

ENGLISH

Folder Structure

The workspace contains five folders by default, where:

  • bin
    : the folder to store compiled output files
  • lib
    : the folder to maintain dependencies
  • out
    : the folder to store compiled output files
  • res
    : the folder to store resources
  • src
    : the folder to maintain sources

If you want to customize the folder structure, open

.vscode/settings.json
and update the related settings there.