Skip to content

Commit

Permalink
adapt to msys2 mingw32/mingw64 - ticket:2578
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Apr 4, 2016
1 parent b657a9f commit b02b7fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions OMPlot/OMPlotGUI/Makefile.omdev.mingw
Expand Up @@ -34,11 +34,4 @@ $(LIB): Makefile.lib

build: $(NAME) $(LIB)
cp -p ../bin/$(NAME)$(EXE) $(OMBUILDDIR)/bin
cp -puf $(OMDEV)/tools/OMTools/dll/mingwm10.dll $(OMBUILDDIR)/bin
cp -puf $(OMDEV)/tools/OMTools/dll/libgcc_s_dw2-1.dll $(OMBUILDDIR)/bin
cp -puf $(OMDEV)/tools/OMTools/dll/QtCore4.dll $(OMBUILDDIR)/bin
cp -puf $(OMDEV)/tools/OMTools/dll/QtGui4.dll $(OMBUILDDIR)/bin
cp -puf $(OMDEV)/tools/OMTools/dll/QtSvg4.dll $(OMBUILDDIR)/bin
mkdir -p $(OMBUILDDIR)/bin/iconengines/
cp -puf $(OMDEV)/tools/OMTools/dll/qsvgicon4.dll $(OMBUILDDIR)/bin/iconengines/
cp -a *.h $(OMBUILDDIR)/include/omplot

0 comments on commit b02b7fb

Please sign in to comment.