Browse Source

Remove generated VC6 files

pull/256/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
a3f4124fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      MakefileVC

2
MakefileVC

@ -85,6 +85,6 @@ diablo.res: Diablo.rc
$(RC) /i $(VC6_INC_DIR) /l 0x409 /fo $@ $<
clean:
@$(RM) -v $(OBJS)
@$(RM) -v $(OBJS) vc60.idb vc60.pdb Diablo.pdb Diablo.pch
.PHONY: clean all

Loading…
Cancel
Save