Changeset 327


Ignore:
Timestamp:
Apr 9, 2008, 10:39:02 PM (17 years ago)
Author:
cinc
Message:

Fix for compilation on OS/2 by Simpson.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/Makefile.kmk

    r326 r327  
    5353$(PATH_TARGET)/nobjtk-os2.def: $(PATH_SUB_CURRENT)/exports.def | $(call DIRDEP,$(PATH_TARGET))
    5454        $(RM) -f $@
    55 #       $(APPEND) $@ 'LIBRARY noobjtk INITGLOBAL'
    56         $(APPEND) $@ 'LIBRARY noobjtk INITINSTANCE TERMINSTANCE'
     55#       $(APPEND) $@ 'LIBRARY nobjtk INITGLOBAL'
     56        $(APPEND) $@ 'LIBRARY nobjtk INITINSTANCE TERMINSTANCE'
    5757        $(APPEND) $@ 'PROTMODE'
    5858        $(APPEND) $@ 'CODE PRELOAD DISCARDABLE'
  • trunk/tests/Makefile.kmk

    r326 r327  
    3737$(PATH_TARGET)/libnomtest-os2.def: $(PATH_SUB_CURRENT)/exports.def | $(call DIRDEP,$(PATH_TARGET))
    3838        $(RM) -f $@
    39         $(APPEND) $@ 'LIBRARY noobjtk INITINSTANCE TERMINSTANCE'
     39        $(APPEND) $@ 'LIBRARY nobjtk INITINSTANCE TERMINSTANCE'
    4040        $(APPEND) $@ 'PROTMODE'
    4141        $(APPEND) $@ 'CODE PRELOAD DISCARDABLE'
Note: See TracChangeset for help on using the changeset viewer.