Changeset 5557 for trunk/src/kernel32/kernel32.mak
- Timestamp:
- Apr 21, 2001, 11:10:14 AM (24 years ago)
- 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:58sandervl Exp $1 # $Id: kernel32.mak,v 1.3 2001-04-21 09:10:14 sandervl Exp $ 2 2 3 3 # … … 149 149 # 150 150 !include $(ODIN32_POST_INC) 151 152 153 #154 # Override flags for exceptions.cpp155 # Hmm. This is compiler depended!156 #157 $(OBJDIR)\exceptions.obj: exceptions.cpp158 !if "$(VAC3)" == "1" || "$(VAC36)" == "1"159 $(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -O- \160 -Fo$(OBJDIR)\$(@B).obj -c exceptions.cpp161 !else162 # 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 !endif166
Note:
See TracChangeset
for help on using the changeset viewer.