Changeset 4144 for trunk/include


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...)

Location:
trunk/include
Files:
7 edited

Legend:

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

    r94 r4144  
    1 # $Id: pdwin32.emx.dbg,v 1.4 1999-06-10 16:21:49 achimha Exp $
     1# $Id: pdwin32.emx.dbg,v 1.5 2000-09-01 16:01:19 bird Exp $
    22# ODIN / win32os2 Project
    3 # 
     3#
    44# DEBUG makefile for the EMX compiler environment
    55#
     
    88
    99# ---------------------------------------------------------------------------------
    10 # NOTE: this configuration is not supported neither working, it's experimental only. 
     10# NOTE: this configuration is not supported neither working, it's experimental only.
    1111# ---------------------------------------------------------------------------------
    1212
     
    2323#
    2424# Tool Flags
    25 # 
     25#
    2626CFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__  -D__WINE__ -DDEBUG
    2727CXXFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -DDEBUG
     
    2929LDFLAGS = -Zmt -Zomf -Zmap
    3030IMPLIBFLAGS =
     31OS2RCFLAGS       = -r -n
     32OS2RCLFLAGS      = -x2 -n
    3133
  • 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
  • trunk/include/pdwin32.vac3.dbg

    r3863 r4144  
    1 # $Id: pdwin32.vac3.dbg,v 1.25 2000-07-19 18:59:22 sandervl Exp $
     1# $Id: pdwin32.vac3.dbg,v 1.26 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    5050ILIBFLAGS        = /quiet /nologo
    5151RCFLAGS          = -s -I. -I$(CPPMAIN)\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
    52 OS2RCFLAGS       = -r
     52OS2RCFLAGS       = -r -n
     53OS2RCLFLAGS      = -x2 -n
    5354
    5455!ifdef NODEBUGINFO
  • trunk/include/pdwin32.vac3.rel

    r3863 r4144  
    1 # $Id: pdwin32.vac3.rel,v 1.24 2000-07-19 18:59:22 sandervl Exp $
     1# $Id: pdwin32.vac3.rel,v 1.25 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    4444ILIBFLAGS        = /quiet /nologo
    4545RCFLAGS          = -s -I. -I$(CPPMAIN)\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
    46 OS2RCFLAGS       = -r
     46OS2RCFLAGS       = -r -n
     47OS2RCLFLAGS      = -x2 -n
    4748
    4849!ifdef EXETARGET
  • trunk/include/pdwin32.vac36.dbg

    r3863 r4144  
    1 # $Id: pdwin32.vac36.dbg,v 1.16 2000-07-19 18:59:22 sandervl Exp $
     1# $Id: pdwin32.vac36.dbg,v 1.17 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    5050ILIBFLAGS        = /nofree /quiet /nologo
    5151RCFLAGS          = -s -I. -I$(CPPMAIN)\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
    52 OS2RCFLAGS       = -r
     52OS2RCFLAGS       = -r -n
     53OS2RCLFLAGS      = -x2 -n
    5354
    5455!ifdef NODEBUGINFO
  • trunk/include/pdwin32.vac36.rel

    r3863 r4144  
    1 # $Id: pdwin32.vac36.rel,v 1.15 2000-07-19 18:59:23 sandervl Exp $
     1# $Id: pdwin32.vac36.rel,v 1.16 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    4444ILIBFLAGS        = /nofree /quiet /nologo
    4545RCFLAGS          = -s -I. -I$(CPPMAIN)\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
    46 OS2RCFLAGS       = -r
     46OS2RCFLAGS       = -r -n
     47OS2RCLFLAGS      = -x2 -n
    4748
    4849!ifdef EXETARGET
  • trunk/include/pdwin32.wat.dbg

    r4114 r4144  
    1 # $Id: pdwin32.wat.dbg,v 1.2 2000-08-29 21:39:00 sandervl Exp $
     1# $Id: pdwin32.wat.dbg,v 1.3 2000-09-01 16:01:20 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    6565RCFLAGS          = -s -I. -I$(%WATCOM)\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
    6666OS2RCFLAGS       = -r
     67OS2RCLFLAGS      = -x2 -n
    6768
    6869!ifndef NODEBUGINFO
     
    7980LDFLAGS          = system os2v2 $(LDFLAGS)
    8081LDFLAGS_ODINCRT  = system os2v2 $(LDFLAGS_ODINCRT)
    81 !else 
     82!else
    8283CFLAGS           = $(CFLAGS) -bd
    8384CXXFLAGS         = $(CXXFLAGS) -bd
Note: See TracChangeset for help on using the changeset viewer.