Browse Source

src/compiledata.cpp: only call DrawEnvelopes if MAKE_ENVELOPES is defined

master
Reece H. Dunn 12 years ago
parent
commit
0fdba9386d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/compiledata.cpp

+ 2
- 0
src/compiledata.cpp View File



CompileReport(); CompileReport();
report_dict = CompileAllDictionaries(); report_dict = CompileAllDictionaries();
#ifdef MAKE_ENVELOPES
DrawEnvelopes(); DrawEnvelopes();
#endif




if(gui_flag) if(gui_flag)

Loading…
Cancel
Save