Changeset 4892 for trunk/include


Ignore:
Timestamp:
Jan 8, 2001, 11:53:03 PM (25 years ago)
Author:
bird
Message:

Added LXOpt post processing of executables build for release mode.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.emx.mk

    r4821 r4892  
    1 # $Id: odin32.post.emx.mk,v 1.8 2000-12-16 23:40:53 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.9 2001-01-08 22:53:03 bird Exp $
    22
    33#
     
    138138    $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@
    139139!endif
     140!ifndef DEBUG
     141    $(LXLITE) $@
     142!endif
    140143!endif
    141144
     
    194197    $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@
    195198!endif
     199!ifndef DEBUG
     200    $(LXLITE) $@
     201!endif
    196202!endif
    197203
  • trunk/include/odin32.post.wat.mk

    r4821 r4892  
    1 # $Id: odin32.post.wat.mk,v 1.8 2000-12-16 23:40:54 bird Exp $
     1# $Id: odin32.post.wat.mk,v 1.9 2001-01-08 22:53:03 bird Exp $
    22
    33#
     
    125125    $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@
    126126!endif
     127!ifndef DEBUG
     128    $(LXLITE) $@
     129!endif
    127130!endif
    128131
     
    180183    $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@
    181184!endif
     185!ifndef DEBUG
     186    $(LXLITE) $@
     187!endif
    182188!endif
    183189
Note: See TracChangeset for help on using the changeset viewer.