[AD] makefile.vc prob |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
with the current 4.2.0.RC can you make one little adjustment.. makefile.vc 190 ifdef COMPILER_ICL 191 CFLAGS += -Os -G7 -QaxPN 192 else 193 ifdef TARGET_ARCH_EXCL -194 CFLAGS += -O2 -G$(TARGET_ARCH_EXCL) +194 CFLAGS += -O2 $(TARGET_ARCH_EXCL) 195 else 196 CFLAGS += -O2 -GB 197 endif 198 endif aj.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |