Update SourceFileManagement guideline (Working on Linux section)

This commit is contained in:
vczh
2026-05-01 01:37:48 -07:00
parent 6b36514bef
commit 154c5558d4
@@ -14,3 +14,10 @@
## Renaming and Removing Source Files
- All affected `*.vcxitems`, `*.vcxproj`, `*.vcxitems.filters` and `*.vcxproj.filters` must be updated.
## Working on Linux
`makefile` for each project is generated from MSBuild project files during building.
When the file list needs to be modified, update MSBuild project files directly.
After building, `vmake` file generates both `vmake.txt` and `makefile`.
If you doubt if the file is built or not, check out `vmake.txt`, which simply lists all used `cpp` files in `makefile`.