Subversion Repositories filter_foundry

Rev

Rev 523 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 523 Rev 524
Line 21... Line 21...
21
/* wrapper file for Windows resource compiler input */
21
/* wrapper file for Windows resource compiler input */
22
 
22
 
23
// This pragma is ignored by OpenWatcom
23
// This pragma is ignored by OpenWatcom
24
// If language.h and ui_win.rc are UTF-8 (without BOM):
24
// If language.h and ui_win.rc are UTF-8 (without BOM):
25
// => MSVC++ requires this pragma to be set to code page 65001
25
// => MSVC++ requires this pragma to be set to code page 65001
26
// => OpenWatcom requires setting "-zku8"
26
// => OpenWatcom requires setting "-zku8" and "-bt=nt"
27
// If language.h and ui_win.rc are ANSI encoded:
27
// If language.h and ui_win.rc are ANSI encoded:
28
// => MSVC++ requires this pragma to be MISSING
28
// => MSVC++ requires this pragma to be MISSING
29
// => OpenWatcom requires setting "Single byte characters only"
29
// => OpenWatcom requires setting "Single byte characters only" and "-bt=nt"
30
#pragma code_page(65001)
30
#pragma code_page(65001)
31
 
31
 
32
#include "Scripting.rc"
32
#include "Scripting.rc"
33
#include "PiPL.rc"
33
#include "PiPL.rc"
34
#include "ui_win.rc"
34
#include "ui_win.rc"