Changeset 327 for trunk/nom


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

Fix for compilation on OS/2 by Simpson.

File:
1 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'
Note: See TracChangeset for help on using the changeset viewer.