forked from mirrors/gecko-dev
Allow assembly code to compile under OS/2 using IBM's Assembly Language Processor
This commit is contained in:
parent
c31b9474c4
commit
1539641e6d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 /,\\,$@)
|
||||
|
|
|
|||
Loading…
Reference in a new issue