summaryrefslogtreecommitdiff
path: root/src/nativeresources
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03Refactoring resource stringKyungwoo Lee7-0/+275
This pulls out resource string handling out of mscorrc into top level. The scripts (awk) are now parameterized to generate a unique string table for the given name. Added resourcestring.cpp to create an API "LoadResourceString". Added a few macros into resourcestring.h, which are used for definition/uses of the string table.