Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Z zz9000-sdk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Amiga
  • zz9000-sdk
  • Merge requests
  • !2

Added build script and configs

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed minute requested to merge gh-f3e96efd/2/unknown/master into master Sep 21, 2019
  • Overview 2
  • Commits 0
  • Pipelines 0
  • Changes -

Created by: midwan

Added the following:

  • Build command script for Windows (contains comments to indicate what to adjust, if necessary)
  • VSCode config for Build and Clean commands, under Windows, MacOS, Linux.
  • VSCode config for C/C++ Intellisense (the paths are Windows-specific for now, but can easily be adjusted)

These hopefully make things easier when editing the code in VSCode, and allow you to Build (and Clean) very easily from within there:

  • Press F1, select "Tasks: Run Task" and then select either "Build" or "Clean"

PS: We could also add the "Pack" option to LHA the resulting binary as an extra command.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gh-f3e96efd/2/unknown/master