mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
.. | ||
win | ||
README.md |
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.exe
during the build process,
and the output files are stored inbuild\tmp\win\rsrc
as*.res
.These resources are later passed to the compiler
cl.exe
as any normal.cpp
or.c
file:cl.exe myfile.cpp myres.res -o myout.exe