wrowe 01/06/06 12:55:38
Modified: test MakeWin32Make.pl
Log:
Make these build, boy has this become tangled to the point of near
worthlessness.
Revision Changes Path
1.12 +3 -2 apr/test/MakeWin32Make.pl
Index: MakeWin32Make.pl
===================================================================
RCS file: /home/cvs/apr/test/MakeWin32Make.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- MakeWin32Make.pl 2001/06/06 17:02:26 1.11
+++ MakeWin32Make.pl 2001/06/06 19:55:36 1.12
@@ -8,7 +8,7 @@
if ($t =~ m|[EMAIL PROTECTED]@|) {
$t = "ALL: \$(TARGETS)\n\n"
. "CL = cl.exe\n"
- . "LINK = link.exe /nologo /debug /machine:I386\n\n"
+ . "LINK = link.exe /nologo /debug /machine:I386
/subsystem:console /incremental:no \n\n"
. "CFLAGS = /nologo /c /MDd /W3 /Gm /GX /Zi /Od /D _DEBUG /D
WIN32 /D APR_DECLARE_STATIC /FD \n\n"
. ".c.obj::\n"
. "\t\$(CL) -c \$*.c \$(CFLAGS) \$(INCLUDES)\n";
@@ -17,7 +17,8 @@
$t = "";
}
if ($t =~ m|^LOCAL_LIBS=|) {
- $t = "ALL_LIBS=../LibD/apr.lib kernel32\.lib user32\.lib
advapi32\.lib ws2_32\.lib wsock32\.lib ole32\.lib\n";
+ $t = "LOCAL_LIBS=\n"
+ . "ALL_LIBS=../LibD/apr.lib kernel32\.lib user32\.lib
advapi32\.lib ws2_32\.lib wsock32\.lib ole32\.lib\n\n";
}
if ($t =~ s|[EMAIL PROTECTED]@||) {
$t = "";