Skip to content

Commit

Permalink
fshand module is used only for 32-bit code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Oct 31, 2020
1 parent 3871063 commit f9901b1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions bld/cpplib/runtime/runtime.mif
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prefix_x = runx

!ifeq processor axp
objs_asm =
!else
!else ifeq processor 386
objs_asm = fshand.obj
!endif

Expand All @@ -23,17 +23,14 @@ dbg_objs_c = rtdbgst.obj rtdbgcom.obj

!ifdef fs_registration
require_registration = y
!else ifdef pd_registration
!else
! ifdef pd_registration
! else
require_registration = y
sysind_registration = y
! endif
!endif

!ifdef sysind_registration
require_registration = y
objs_reg = ljmpdtor.obj &
ljmpinit.obj
objs_reg = ljmpdtor.obj ljmpinit.obj
!else
objs_reg =
!endif
Expand Down

0 comments on commit f9901b1

Please sign in to comment.