BaseResourceCompilerDefaults.xcpjh
////////////////////////// Resource Compiler //////////////////////////
+rc
{
/d "_DEBUG" // todo: should this appear in all builds?
// 0xc09 is supposed to be English (AUS) but for some reasin the resource compiler outputs
// Ignored : Culture = 0xc09
// /l 0xc09
// /l 0x0409 // English (US)
// /x
// /v
// todo : macro InputName not supported by Xcpp build
// /fo "$(PLATFORM)/$(CONFIG)/$(PROJNAME)/$(InputName).res"
}
+rc("WinCE")
{
/d "_WIN32_WCE"
/d "$(CEVER)" // todo. macro CEVER not supported by Xcpp build
/d "UNDER_CE"
/d "$(PLATFORMDEFINES)" // todo. macro PLATFORMDEFINES is not supported by Xcpp build
}