Ignore:
Timestamp:
Apr 21, 2001, 11:10:14 AM (24 years ago)
Author:
sandervl
Message:

rewrote EXC_CallHandler in assembly + workaround for high addresses in stdout WriteFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/kernel32.mak

    r5471 r5557  
    1 # $Id: kernel32.mak,v 1.2 2001-04-04 09:00:58 sandervl Exp $
     1# $Id: kernel32.mak,v 1.3 2001-04-21 09:10:14 sandervl Exp $
    22
    33#
     
    149149#
    150150!include $(ODIN32_POST_INC)
    151 
    152 
    153 #
    154 # Override flags for exceptions.cpp
    155 #  Hmm. This is compiler depended!
    156 #
    157 $(OBJDIR)\exceptions.obj: exceptions.cpp
    158 !if "$(VAC3)" == "1"  ||  "$(VAC36)" == "1"
    159     $(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -O- \
    160         -Fo$(OBJDIR)\$(@B).obj -c exceptions.cpp
    161 !else
    162 # Since this only turns off stack optimizations I take it's a VAC only fix.
    163 # -kso (2001-02-17)
    164 # !   error "Compiler is not supported yet."
    165 !endif
    166 
Note: See TracChangeset for help on using the changeset viewer.