Allow assembly code to compile under OS/2 using IBM's Assembly Language Processor

git-svn-id: svn://10.0.0.236/trunk@105403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com 2001-10-15 06:49:15 +00:00
parent 5c1a611736
commit 8112318c0f

View File

@ -117,6 +117,8 @@ else # XP_OS2_VACPP
# On OS/2 we proudly support gbash...
#
SHELL = GBASH.EXE
AS = alp.exe
ASFLAGS = -Od
CCC = icc -q -DXP_OS2 -DOS2=4 -N10
LINK = -ilink
AR = -ilib /NOL /NOI /O:$(subst /,\\,$@)