Skip to content

Commit

Permalink
some of the qtclients depend on omc (idl compilation)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Apr 6, 2016
1 parent 7217a13 commit 5fb61bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.omdev.mingw
Expand Up @@ -50,13 +50,13 @@ omplot: omc qtclientsDLLs
omedit: omplot qtclientsDLLs
$(MAKE) -f $(defaultMakefileTarget) -C OMEdit OMBUILDDIR=$(OMBUILDDIR)

omnotebook: omplot qtclientsDLLs
omnotebook: omc omplot qtclientsDLLs
$(MAKE) -f $(defaultMakefileTarget) -C OMNotebook/OMNotebook/OMNotebookGUI OMBUILDDIR=$(OMBUILDDIR)

omshell: qtclientsDLLs
omshell: omc qtclientsDLLs
$(MAKE) -f $(defaultMakefileTarget) -C OMShell/OMShell/OMShellGUI OMBUILDDIR=$(OMBUILDDIR)

omoptim: omplot qtclientsDLLs
omoptim: omc omplot qtclientsDLLs
$(MAKE) -f $(defaultMakefileTarget) -C OMOptim OMBUILDDIR=$(OMBUILDDIR)

qtclients: omplot omedit omnotebook omshell omoptim
Expand Down

0 comments on commit 5fb61bb

Please sign in to comment.