common
Directory actions
More options
Directory actions
More options
common
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains common files used by multiple projects. To avoid making extra copies, we make symbolic links to the contents of this directory. Here's an example of how you would create a symbolic link on Windows from within the include directory of a project to another directory: mklink /D ".\GLFW" "..\..\common\GLFW" We also use symbolic links to use GSX's source code in the demo projects. Here's an example of how you would create a symbolic link to GSX's source files on Windows from within the include directory of a project: mklink /D ".\gsx" "..\..\gsx\src"