[AD] makefile.vc patch for Microsoft Free Toolkit 2003

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


Anybody wanting to compile Allegro with Microsoft free tools (that is,
Microsoft Visual Studio 2003 Toolkit, DirectX 9 SDK and the Microsoft
Platform SDK) will find two problems. One of those problems is the lack
of lib.exe. The attached patch replaces lib.exe with link /lib, which
achieves the same result and is compatible with MSVC 6.

Tested with the Free Toolkit and MSVC6.

Link: http://www.allegro.cc/forums/view_thread.php?_id=483197#target


-- 
Roberto Alfonso                         rpgrca@xxxxxxxxxx
Rhynox, the Mighty Rockfriend, Thane of the Hill Dwarves and Mythical
Blacksmith, legend, male dwarf         genesis.tekno.chalmers.se:3011
Index: makefile.vc
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.vc,v
retrieving revision 1.66
diff -u -p -r1.66 makefile.vc
--- makefile.vc 10 Apr 2005 14:17:14 -0000      1.66
+++ makefile.vc 22 Apr 2005 03:47:11 -0000
@@ -134,7 +134,7 @@ else
    MSVC_CL = $(MSVCDIR_U)/bin/cl
 endif
 MSVC_LINK = $(MSVCDIR_U)/bin/link
-MSVC_LIB = $(MSVCDIR_U)/bin/lib
+MSVC_LIB = $(MSVCDIR_U)/bin/link /lib
 MSVC_RC = rc


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