Changeset 6401 for trunk/include
- Timestamp:
- Jul 29, 2001, 9:02:35 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.dbg.emx.mk
r6104 r6401 1 # $Id: odin32.dbg.emx.mk,v 1. 4 2001-06-25 23:17:16 birdExp $1 # $Id: odin32.dbg.emx.mk,v 1.5 2001-07-29 18:58:52 sandervl Exp $ 2 2 3 3 # … … 52 52 ILIBFLAGS = rcv 53 53 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 54 !ifdef WRC_PREFIX_RESOURCE 55 RCFLAGS = $(RCFLAGS) -p $(TARGET) 56 !endif 54 57 OS2RCFLAGS = -r -n 55 58 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.dbg.vac3.mk
r5438 r6401 1 # $Id: odin32.dbg.vac3.mk,v 1. 3 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.dbg.vac3.mk,v 1.4 2001-07-29 18:58:52 sandervl Exp $ 2 2 3 3 # … … 40 40 ILIBFLAGS = /quiet /nologo 41 41 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 42 !ifdef WRC_PREFIX_RESOURCE 43 RCFLAGS = $(RCFLAGS) -p $(TARGET) 44 !endif 42 45 OS2RCFLAGS = -r -n 43 46 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.dbg.vac36.mk
r5438 r6401 1 # $Id: odin32.dbg.vac36.mk,v 1. 3 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.dbg.vac36.mk,v 1.4 2001-07-29 18:58:53 sandervl Exp $ 2 2 3 3 # … … 46 46 ILIBFLAGS = /nofree /quiet /nologo 47 47 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 48 !ifdef WRC_PREFIX_RESOURCE 49 RCFLAGS = $(RCFLAGS) -p $(TARGET) 50 !endif 48 51 OS2RCFLAGS = -r -n 49 52 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.dbg.wat.mk
r5438 r6401 1 # $Id: odin32.dbg.wat.mk,v 1. 5 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.dbg.wat.mk,v 1.6 2001-07-29 18:58:53 sandervl Exp $ 2 2 3 3 # … … 51 51 ILIBFLAGS = /quiet /nologo 52 52 RCFLAGS = -s -I. -I$(%WATCOM)\include -D__WIN32OS2__ 53 !ifdef WRC_PREFIX_RESOURCE 54 RCFLAGS += -p $(TARGET) 55 !endif 53 56 OS2RCFLAGS = -r -n 54 57 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.rel.emx.mk
r6104 r6401 1 # $Id: odin32.rel.emx.mk,v 1. 4 2001-06-25 23:17:16 birdExp $1 # $Id: odin32.rel.emx.mk,v 1.5 2001-07-29 18:58:53 sandervl Exp $ 2 2 3 3 # … … 52 52 ILIBFLAGS = rcv 53 53 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 54 !ifdef WRC_PREFIX_RESOURCE 55 RCFLAGS = $(RCFLAGS) -p $(TARGET) 56 !endif 54 57 OS2RCFLAGS = -r -n 55 58 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.rel.vac3.mk
r5438 r6401 1 # $Id: odin32.rel.vac3.mk,v 1. 3 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.rel.vac3.mk,v 1.4 2001-07-29 18:58:53 sandervl Exp $ 2 2 3 3 # … … 46 46 ILIBFLAGS = /quiet /nologo 47 47 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 48 !ifdef WRC_PREFIX_RESOURCE 49 RCFLAGS = $(RCFLAGS) -p $(TARGET) 50 !endif 48 51 OS2RCFLAGS = -r -n 49 52 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.rel.vac36.mk
r5438 r6401 1 # $Id: odin32.rel.vac36.mk,v 1. 3 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.rel.vac36.mk,v 1.4 2001-07-29 18:58:54 sandervl Exp $ 2 2 3 3 # … … 46 46 ILIBFLAGS = /nofree /quiet /nologo 47 47 RCFLAGS = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__ 48 !ifdef WRC_PREFIX_RESOURCE 49 RCFLAGS = $(RCFLAGS) -p $(TARGET) 50 !endif 48 51 OS2RCFLAGS = -r -n 49 52 OS2RCLFLAGS = -x2 -n -
trunk/include/odin32.rel.wat.mk
r5438 r6401 1 # $Id: odin32.rel.wat.mk,v 1. 5 2001-04-02 09:54:45sandervl Exp $1 # $Id: odin32.rel.wat.mk,v 1.6 2001-07-29 18:58:54 sandervl Exp $ 2 2 3 3 # … … 51 51 ILIBFLAGS = /quiet /nologo 52 52 RCFLAGS = -s -I. -I$(%WATCOM)\include -D__WIN32OS2__ 53 !ifdef WRC_PREFIX_RESOURCE 54 RCFLAGS += -p $(TARGET) 55 !endif 53 56 OS2RCFLAGS = -r -n 54 57 OS2RCLFLAGS = -x2 -n
Note:
See TracChangeset
for help on using the changeset viewer.