Re: [AD] Allegro 4.2.0 RC2 -- bcc

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


This is patch for Borland C++. It fixes demo compilation. I know nothing about BCC so it may be wrong, but works for me (tested under bcc 5.5 (free command line tools), bcc 5.6 (cbuilder 6) and bcc 5.6.4 (cbuilderx) ).

Grabber still crashes on exit as already desribed by Matthew. If somebody is not going to fix it we should mark this port as officialy unmaintained (Borland C++ is dead anyway).

--
Regards,
    Michal

ICQ# 175762750
--- makefile.bcc.old	Fri Apr  8 03:14:30 2005
+++ makefile.bcc	Mon Aug 29 02:50:11 2005
@@ -445,6 +445,12 @@
 
 
 
+# -------- link demo --------
+
+demo/demo.exe: $(OBJ_DIR)/demo.obj $(OBJ_DIR)/demo.res
+	ilink32 $(LFLAGS) -aa -Tpe c0w32 $(subst /,\,$(OBJECTS_DEMO)),demo\demo.exe,,$(subst /,\,$(LIB_NAME) $(LIBRARIES))
+
+
 # -------- demo program iconification --------
 
 .PHONY: fixdemo


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/