mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 18:39:32 +08:00
added readme for resources folder
This commit is contained in:
parent
e326c1d556
commit
929474661b
16
resources/README.md
Normal file
16
resources/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
This directory contains additional resources used during build.
|
||||
|
||||
* The folder [win](./win/) contains the resources added to the .dll/.exe binaries,
|
||||
these include version info and an immitation of any extra resources found in the original .dll/.exe.
|
||||
|
||||
These resources are built using Microsoft's resourec compiler `rc.exe` during the build process,
|
||||
and the output files are stored in `build\tmp\win\rsrc` as `*.res`.
|
||||
|
||||
These resources are later passed to the compiler `cl.exe` as any normal `.cpp` or `.c` file:
|
||||
```bash
|
||||
cl.exe myfile.cpp myres.res -o myout.exe
|
||||
```
|
||||
* [api](./win/api/): contains an immitation of the resources found in `steam_api(64).dll`
|
||||
* [client](./win/client/): contains an immitation of the resources found in `steamclient(64).dll`
|
||||
* [launcher](./win/launcher/): contains an immitation of the resources found in `steam.exe`
|
||||
|
Loading…
x
Reference in New Issue
Block a user