diff options
author | Lunar Journal <md.node.0@gmail.com> | 2023-09-18 10:31:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 10:31:53 +0200 |
commit | ee3a1501a2bd5ac2c5f29891fa0a7795a9950289 (patch) | |
tree | 1f908c6cd683c665b97c0a1a9f37ff013011ef52 /README.md | |
parent | d9454c1ef1b140c21e096de80a98ce0b3e811681 (diff) | |
download | gsctool-ee3a1501a2bd5ac2c5f29891fa0a7795a9950289.tar.gz gsctool-ee3a1501a2bd5ac2c5f29891fa0a7795a9950289.zip |
gsctool: readme: add link to tcc
Add link to tcc compiler.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Run: `git submodule update --init --recursive` to clone submodules. Then build project using the provided makefile in Windows Subsystem for Linux
and inject resulting DLL.
-The compiler used for this project is `tcc`.
+The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc).
Note: You can modify and reload GSC scripts while Black Ops is running by quiting
the level and starting it again.
|