https://github.com/teddio/genv
A small GMod C++ module to enable reading / setting environment variables
https://github.com/teddio/genv
binary env-vars environment-variables envvars garrysmod genv gmod module
Last synced: 8 days ago
JSON representation
A small GMod C++ module to enable reading / setting environment variables
- Host: GitHub
- URL: https://github.com/teddio/genv
- Owner: TeddiO
- License: gpl-3.0
- Created: 2020-01-31T19:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T02:53:51.000Z (over 4 years ago)
- Last Synced: 2025-03-27T15:21:22.418Z (26 days ago)
- Topics: binary, env-vars, environment-variables, envvars, garrysmod, genv, gmod, module
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gEnv
A small GMod C++ module to enable reading / setting environment variables## A few footnotes...
- Premake5 doesn't seem to play too nice with the latest xcode options, meaning...
- For MacOS you need to ensure the flag for searching user paths is enabled otherwise XCode won't pick up your garrysmod headers.
- You'll also likely need to turn off debug symbols manually for the release profile.