From 9ddeefe39d23ffe7559acc98722ab6dc5ed4f72d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 20 Sep 2005 06:13:06 +0000 Subject: Proper solution to nasm compilation problems in Borland context. --- util/pl/BC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index e83b336190..578808f0c1 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -51,7 +51,7 @@ $lfile=''; $shlib_ex_obj=""; $app_ex_obj="c0x32.obj"; -$asm='nasmw -f obj'; +$asm='nasmw -f obj -d__omf__'; $asm.=" /Zi" if $debug; $afile='-o'; -- cgit v1.2.3