Opened 22 years ago

Last modified 22 years ago

#205 closed defect (worksforme)

fmts\bsb has no makefile.vc

Reported by: martin.daly@… Owned by: warmerdam
Priority: lowest Milestone:
Component: default Version: unspecified
Severity: trivial Keywords:
Cc:

Description

This one worked for me:

OBJ	=	bsb_read.obj bsb2raw.obj bsbdataset.obj 

GDAL_ROOT	=	..\..

!INCLUDE $(GDAL_ROOT)\nmake.opt

default:	$(OBJ)
	copy *.obj ..\o

clean:
	-del *.obj

Change History (1)

comment:1 by warmerdam, 22 years ago

Martin,

Are you working from CVS?  There does seem to be a makefile.vc in
CVS.  If you aren't using the CVS version, I would encourage you to.  There
was some significant work done on BSB format a month or two ago.

Note: See TracTickets for help on using tickets.