Deleted Added
full compact
BC-32.pl (59191) BC-32.pl (68651)
1#!/usr/local/bin/perl
2# Borland C++ builder 3 and 4 -- Janez Jere <jj@void.si>
3#
4
5$ssl= "ssleay32";
6$crypto="libeay32";
7$RSAref="RSAref32";
8

--- 5 unchanged lines hidden (view full) ---

14$cc='bcc32';
15$lflags="-ap -Tpe -x -Gn ";
16$mlflags='';
17
18$out_def="out32";
19$tmp_def="tmp32";
20$inc_def="inc32";
21#enable max error messages, disable most common warnings
1#!/usr/local/bin/perl
2# Borland C++ builder 3 and 4 -- Janez Jere <jj@void.si>
3#
4
5$ssl= "ssleay32";
6$crypto="libeay32";
7$RSAref="RSAref32";
8

--- 5 unchanged lines hidden (view full) ---

14$cc='bcc32';
15$lflags="-ap -Tpe -x -Gn ";
16$mlflags='';
17
18$out_def="out32";
19$tmp_def="tmp32";
20$inc_def="inc32";
21#enable max error messages, disable most common warnings
22$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
22$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 ";
23if ($debug)
24{
25 $cflags.="-Od -y -v -vi- -D_DEBUG";
26 $mlflags.=' ';
27}
28else
29{
30 $cflags.="-O2 -ff -fp";

--- 106 unchanged lines hidden ---
23if ($debug)
24{
25 $cflags.="-Od -y -v -vi- -D_DEBUG";
26 $mlflags.=' ';
27}
28else
29{
30 $cflags.="-O2 -ff -fp";

--- 106 unchanged lines hidden ---