Opened 22 years ago
Last modified 22 years ago
#205 closed defect (worksforme)
fmts\bsb has no makefile.vc
Reported by: | 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
Note:
See TracTickets
for help on using tickets.