readme_mfc.txt 416 B

123456789101112
  1. 1) copy libs\mfc\source to $(BDS)\source\mfc
  2. 2) copy libs\mfc\include to $(BDS)\include\mfc
  3. 3) compile the mfc library using the command:
  4. make -fborland.mak NO_WARNINGS=1
  5. (warnings about missing object in library are ok, for the first build)
  6. 4) compile the debug mfc library using the command:
  7. make -fborland.mak NO_WARNINGS=1 -DDEBUG
  8. By default the library will be at $(BDS)\lib\UafxcW.lib