You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
575 B

  1. # File: makefile for eeschema, mingw
  2. TARGET=eeschema
  3. WXDIR = $(WXWIN)
  4. include ../libs.win
  5. all: $(TARGET).exe
  6. include makefile.include
  7. $(TARGET).exe: $(OBJECTS) $(TARGET)_resources.o $(EDALIBS)
  8. $(CXX) $(ALL_LDFLAGS) -o $(TARGET).exe $(OBJECTS)\
  9. $(TARGET)_resources.o $(EDALIBS) $(SYSWXLIB)
  10. install: $(TARGET).exe
  11. cp -v $(TARGET).exe $(KICAD_BIN)
  12. $(TARGET)_resources.o: $(TARGET).rc
  13. $(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS)
  14. clean :
  15. -$(RM) *.o
  16. -$(RM) *.rsc
  17. -$(RM) *.res
  18. -$(RM) *.exe
  19. -$(RM) *.bak