Changeset 4719 for trunk/src/pe2lx
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- Location:
- trunk/src/pe2lx
- Files:
-
- 2 edited
-
makefile (modified) (4 diffs)
-
makefile.wat (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pe2lx/makefile
r3031 r4719 1 # $Id: makefile,v 1.1 0 2000-03-06 23:38:55bird Exp $1 # $Id: makefile,v 1.11 2000-12-02 23:58:01 bird Exp $ 2 2 3 3 # … … 9 9 # 10 10 11 PDWIN32_INCLUDE = ..\..\include 12 PDWIN32_LIB = ..\..\lib 13 PDWIN32_BIN = ..\..\bin 11 OLD_STYLE=1 12 !include ../../makefile.inc 14 13 15 14 16 !include $(PDWIN32_INCLUDE)/pdwin32.mk 17 18 19 CFLAGS = $(CFLAGS) /Ge+ /Tm+ /I$(PDWIN32_INCLUDE) /D__PE2LX__ 20 CXXFLAGS = $(CXXFLAGS) -Ge+ /Tm+ /I$(PDWIN32_INCLUDE) /D__PE2LX__ 15 CFLAGS = $(CFLAGS) /Ge+ /Tm+ /I$(ODIN32_INCLUDE) /D__PE2LX__ 16 CXXFLAGS = $(CXXFLAGS) -Ge+ /Tm+ /I$(ODIN32_INCLUDE) /D__PE2LX__ 21 17 LDFLAGS = $(LDFLAGS) -Ge+ 22 18 … … 34 30 $(TARGET).exe: $(OBJS) 35 31 $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \ 36 $( PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)37 $(CP) $(TARGET).exe $( PDWIN32_BIN)32 $(ODIN32_LIB)\LIBCONV.LIB $(ODIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 $(CP) $(TARGET).exe $(ODIN32_BIN) 38 34 39 35 40 accelerator.obj: accelerator.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \36 accelerator.obj: accelerator.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 41 37 accelerator.h icon.h misc.h 42 bitmap.obj: bitmap.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \38 bitmap.obj: bitmap.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 43 39 bitmap.h icon.h misc.h 44 cursor.obj: cursor.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \40 cursor.obj: cursor.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 45 41 cursor.h icon.h misc.h 46 cursorgrp.obj: cursorgrp.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \42 cursorgrp.obj: cursorgrp.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 47 43 cursor.h cursorgrp.h misc.h 48 dialog.obj: dialog.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \44 dialog.obj: dialog.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 49 45 dialog.h misc.h 50 icon.obj: icon.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h icon.h misc.h51 icongrp.obj: icongrp.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h icon.h \46 icon.obj: icon.cpp $(ODIN32_INCLUDE)\pefile.h lx.h icon.h misc.h 47 icongrp.obj: icongrp.cpp $(ODIN32_INCLUDE)\pefile.h lx.h icon.h \ 52 48 icongrp.h misc.h 53 49 lx.obj: lx.cpp lx.h 54 menu.obj: menu.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h menu.h55 misc.obj: misc.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h56 pe.obj: pe.cpp $( PDWIN32_INCLUDE)\pefile.h lx.h \50 menu.obj: menu.cpp $(ODIN32_INCLUDE)\pefile.h lx.h menu.h 51 misc.obj: misc.cpp $(ODIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h 52 pe.obj: pe.cpp $(ODIN32_INCLUDE)\pefile.h lx.h \ 57 53 accelerator.h bitmap.h cursor.h \ 58 54 cursorgrp.h dialog.h icon.h \ 59 55 icongrp.h menu.h misc.h rcdata.h \ 60 56 strings.h 61 pefile.obj: pefile.cpp $( PDWIN32_INCLUDE)\pefile.h misc.h57 pefile.obj: pefile.cpp $(ODIN32_INCLUDE)\pefile.h misc.h 62 58 rcdata.obj: rcdata.cpp lx.h rcdata.h 63 59 strings.obj: strings.cpp lx.h misc.h strings.h … … 66 62 clean: 67 63 $(RM) *.obj *.lib *.dll *~ *.map *.pch *.exe 68 $(RM) $( PDWIN32_BIN)\$(TARGET).exe64 $(RM) $(ODIN32_BIN)\$(TARGET).exe -
trunk/src/pe2lx/makefile.wat
r272 r4719 1 # $Id: makefile.wat,v 1. 3 1999-07-05 12:36:12 sandervlExp $1 # $Id: makefile.wat,v 1.4 2000-12-02 23:58:01 bird Exp $ 2 2 3 3 #=================================================================== … … 6 6 # 7 7 #=================================================================== 8 PDWIN32_INCLUDE = ..\..\include9 PDWIN32_LIB = ..\..\lib10 PDWIN32_BIN = ..\..\bin8 ODIN32_INCLUDE = ..\..\include 9 ODIN32_LIB = ..\..\lib 10 ODIN32_BIN = ..\..\bin 11 11 INC = $(%WATCOM)\h;f:\toolkit\h;.;..\..\include;..\..\include\win 12 12 DEF = … … 62 62 FILE5 = accelerator.obj 63 63 FILE6 = cursor.obj cursorgrp.obj 64 FILE7 = $( PDWIN32_LIB)\LIBCONV.LIB64 FILE7 = $(ODIN32_LIB)\LIBCONV.LIB 65 65 FILE8 = 66 66 FILE9 =
Note:
See TracChangeset
for help on using the changeset viewer.
