
How to build dex reloc files with VC++ 6

Requirements:
- put all code/data in a section called ".dex4u"
- put relocs in a section called ".reloc"

Suggested:
- keep alignment down to 512

Use pe2dex to convert the executable.

See the example in vc6_test
