Changeset 8119


Ignore:
Timestamp:
2011-03-06T07:48:21+01:00 (13 years ago)
Author:
sjoelund.se
Message:
  • Fixed compilation of OMPlotWindow
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/OMNotebook/OMNotebookGUI/Makefile.unix.in

    r8118 r8119  
    1616
    1717clean: Makefile
    18   rm -rf $(NAME) $(NAME)$(EXE) omc_communication.* Makefile
     18  rm -rf ../bin/$(NAME) ../bin/$(NAME)$(EXE) omc_communication.* Makefile
    1919
    2020omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
  • trunk/OMNotebook/OMPlotWindow/Makefile.unix.in

    r5731 r8119  
    1616
    1717clean: Makefile
    18   rm -rf $(NAME) $(NAME)$(EXE) Makefile
     18  rm -rf ../bin/$(NAME) ../bin/$(NAME)$(EXE) Makefile
    1919
    2020$(NAME)$(EXE): Makefile
     
    2222ifeq ($(EXE),.app)
    2323$(NAME): $(NAME)$(EXE) always
    24   cp -p $</Contents/MacOS/$(NAME) $@
     24  cp -p ../bin/$</Contents/MacOS/$(NAME) ../bin/$@
    2525endif
    2626
    2727build: $(NAME)
    28   cp -p $(NAME) $(builddir_bin)
     28  cp -p ../bin/$(NAME) $(builddir_bin)
    2929
    3030Makefile.unix: Makefile.unix.in
  • trunk/OMShell/OMShellGUI/Makefile.unix.in

    r8117 r8119  
    1616
    1717clean: Makefile
    18   rm -rf $(NAME) $(NAME)$(EXE) omc_communication.* Makefile
     18  rm -rf ../bin/$(NAME) ../bin/$(NAME)$(EXE) omc_communication.* Makefile
    1919
    2020omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
  • trunk/configure

    r8117 r8119  
    48764876Parser/Makefile c_runtime/ModelicaExternalC/Makefile \
    48774877OMNotebook/OMPlotWindow/OMPlotWindow.config \
     4878OMNotebook/OMPlotWindow/Makefile.unix \
    48784879OMNotebook/OMNotebookGUI/OMNotebook.config \
     4880OMNotebook/OMNotebookGUI/Makefile.unix \
    48794881OMShell/OMShellGUI/OMShell.config \
    4880 OMNotebook/OMNotebookGUI/Makefile.unix \
    48814882OMShell/OMShellGUI/Makefile.unix \
    4882 OMNotebook/OMNotebookGUI/Makefile.unix \
    48834883OMEdit/OMEditGUI/Makefile.unix \
    48844884OMEdit/OMEditGUI/OMEdit.config \
  • trunk/configure.in

    r8117 r8119  
    444444Parser/Makefile c_runtime/ModelicaExternalC/Makefile \
    445445OMNotebook/OMPlotWindow/OMPlotWindow.config \
     446OMNotebook/OMPlotWindow/Makefile.unix \
    446447OMNotebook/OMNotebookGUI/OMNotebook.config \
     448OMNotebook/OMNotebookGUI/Makefile.unix \
    447449OMShell/OMShellGUI/OMShell.config \
    448 OMNotebook/OMNotebookGUI/Makefile.unix \
    449450OMShell/OMShellGUI/Makefile.unix \
    450 OMNotebook/OMNotebookGUI/Makefile.unix \
    451451OMEdit/OMEditGUI/Makefile.unix \
    452452OMEdit/OMEditGUI/OMEdit.config \
Note: See TracChangeset for help on using the changeset viewer.