Ignore:
Timestamp:
Sep 1, 2000, 6:01:20 PM (25 years ago)
Author:
bird
Message:

Made the OS/2 resource compiler quite (added -n to OS2RCFLAGS).
Added linkage rule for the OS2RC which exepacks the resource object,
this is called OS2RCLFLAGS. (see kernel32 for usage if you don't understand...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.emx.rel

    r94 r4144  
    1 # $Id: pdwin32.emx.rel,v 1.3 1999-06-10 16:21:49 achimha Exp $
     1# $Id: pdwin32.emx.rel,v 1.4 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    3 # 
     3#
    44# RELEASE makefile for the EMX compiler environment
    55#
     
    99
    1010# ---------------------------------------------------------------------------------
    11 # NOTE: this configuration is not supported neither working, it's experimental only. 
     11# NOTE: this configuration is not supported neither working, it's experimental only.
    1212# ---------------------------------------------------------------------------------
    1313
     
    3030LDFLAGS = -Zmt -Zomf -Zmap
    3131IMPLIBFLAGS =
     32OS2RCFLAGS       = -r -n
     33OS2RCLFLAGS      = -x2 -n
    3234
Note: See TracChangeset for help on using the changeset viewer.