Skip to content

Instantly share code, notes, and snippets.

@dindoliboon
Created March 23, 2020 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dindoliboon/dee44738367753534a37a086608b443f to your computer and use it in GitHub Desktop.
Save dindoliboon/dee44738367753534a37a086608b443f to your computer and use it in GitHub Desktop.
Set BCX development environment
@ECHO OFF
SET BCX_ROOT=C:\Program Files (x86)\BCX
SET PATH=%PATH%;C:\Program Files (x86)\BCX\Bin;C:\Program Files\PellesC\Bin
ECHO BCXCON - Compile console applications
ECHO BCXDLL - Compile dynamic libraries
ECHO BCXGUI - Compile GUI applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment