Changeset 6918 for trunk/src/opengl/mesa/makefile
- Timestamp:
- Oct 1, 2001, 3:42:09 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/makefile
r4719 r6918 1 # $Id: makefile,v 1.1 0 2000-12-02 23:58:37 bird Exp $1 # $Id: makefile,v 1.11 2001-10-01 01:40:57 bird Exp $ 2 2 3 3 # … … 22 22 -DDIVE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM_NOT \ 23 23 -DFAST_MATH 24 # kso: BUGBUG/TODO/FIXME 25 # this configuration looks fishy to me. 26 # is exceptions enabled or not??? 27 # 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 24 29 CFLAGS = $(CFLAGS_WIN32APP) /Wcnd- -Tdp 25 30 CXXFLAGS = $(CFLAGS_WIN32APP) /Wcnd- -Tdp 31 !else 26 32 !ifdef WAT 27 !error "Compiler not supported yet!" 33 C = $(CXX) 34 CFLAGS = $(CFLAGS_WIN32APP) 35 CXXFLAGS = $(CFLAGS_WIN32APP) 36 !else 37 !error "Compiler is not yet supported." 38 !endif 28 39 !endif 29 40
Note:
See TracChangeset
for help on using the changeset viewer.