[AD] makefile.vc patch for Microsoft Free Toolkit 2003 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] makefile.vc patch for Microsoft Free Toolkit 2003
- From: Roberto Alfonso <rpgrca@xxxxxxxxxx>
- Date: Sat, 23 Apr 2005 13:40:03 -0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=utP52CmRkmCI70nWZ5J7x82ljE3t+5lRW2+S5HDnsD+NV1KMIK71HnEr+vx/rFvKIAkMQ0XUfNi9n5aZpqvd51Vlo3e398djEnCAruQRXqQlJKyw0J4xAyrlL3BZNu7dDZcdGGgEIsbHkINu7wFcPZuo5R7z9uPZGb+9D+p1NGk=
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