- Timestamp:
 - Aug 12, 2011, 10:01:22 AM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/makefile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/makefile
r1597 r1614 39 39 # 09 Feb 11 SHL Add exceptq .xqs support 40 40 # 21 Jun 11 GKY Make high memory builds the default 41 # 01 Jul 11 SHL sort map 41 42 # 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow. 42 43 # 04 Jul 11 GKY Add eFTE backup files (*~) to clean target … … 143 144 CFLAGSR = -bt=os2 -mf -bd -bm -olirs -s -j -we -wx -zfp -zgp -zp4 -zq 144 145 146 LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache & 147 op caseexact op implib op map sort global 148 145 149 !ifdef DEBUG 146 LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache & 147 op caseexact op implib op map debug dwarf all 148 !else 149 LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache & 150 op caseexact op implib op map 150 LFLAGS += debug dwarf all 151 151 !endif 152 152  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  