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