mid-kid
6 years ago
3 changed files with 19 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||
In some build scripts, I might use tags to denote "anti-features" of some of |
|||
the scripts I supply. This doesn't mean they don't work, it's just to indicate |
|||
they contain some things that are undesireable to have to do in a build script. |
|||
|
|||
These tags should be defined at the top of the file with some comment, a la: |
|||
# TAG: Details |
|||
|
|||
This is the list of currently defined tags: |
|||
- STATIC: Contains static libraries |
|||
- PATHS: Uses sed scripts or other hacks to fix hardcoded paths |
|||
- BIN: Includes pre-compiled binaries |
|||
- FLAGS: Doesn't respect one or more *FLAGS variables |
|||
|
|||
At the time of writing, not all of the build scripts include all of the |
|||
correct flags yet. They will be fixed as time goes on. |
Loading…
Reference in new issue