rmake.exe to bcc make.exe:
- Code: Select all Expand view
HBDIR=c:\programs\harbour
BCDIR=c:\programs\bcc
FWH=c:\programs\fwh
.prg.c:
$(HBDIR)\bin\harbour $< /O$@ /n/i$(FWH)include;$(HBDIR)\include /p /
gc
.c.obj:
$(BCDIR)\bin\bcc32 -M -c -I$(HBDIR)\include $<
txdata.c : txdata.prg
d_expand.c : d_expand.prg
AutoRuse.c : AutoRuse.prg
TXdata.c : TXdata.prg
cust.c : cust.prg
tmain.c : tmain.prg
txdata.obj : txdata.c
AutoRuse.obj : AutoRuse.c
d_expand.obj : d_expand.c
TXdata.obj : TXdata.c
cust.obj : cust.c
tmain.obj : tmain.c