mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01:00
This directory contains additional resources used during build.
-
The folder 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.exeduring the build process,
and the output files are stored inbuild\tmp\win\rsrcas*.res.These resources are later passed to the compiler
cl.exeas any normal.cppor.cfile:cl.exe myfile.cpp myres.res -o myout.exe- api: contains an immitation of the resources found in
steam_api(64).dll - client: contains an immitation of the resources found in
steamclient(64).dll - launcher: contains an immitation of the resources found in
steam.exe - game_overlay_renderer: contains an immitation of the resources found in
GameOverlayRenderer(64).dll - file_dos_stub: contains an immitation of how the DOS stub is manipulated after build
- api: contains an immitation of the resources found in