We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3871063 commit f9901b1Copy full SHA for f9901b1
bld/cpplib/runtime/runtime.mif
@@ -9,7 +9,7 @@ prefix_x = runx
9
10
!ifeq processor axp
11
objs_asm =
12
-!else
+!else ifeq processor 386
13
objs_asm = fshand.obj
14
!endif
15
@@ -23,17 +23,14 @@ dbg_objs_c = rtdbgst.obj rtdbgcom.obj
23
24
!ifdef fs_registration
25
require_registration = y
26
+!else ifdef pd_registration
27
!else
-! ifdef pd_registration
28
-! else
+require_registration = y
29
sysind_registration = y
30
-! endif
31
32
33
!ifdef sysind_registration
34
-require_registration = y
35
-objs_reg = ljmpdtor.obj &
36
- ljmpinit.obj
+objs_reg = ljmpdtor.obj ljmpinit.obj
37
38
objs_reg =
39
0 commit comments