Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OpenModelica/OMShell
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jun 25, 2015
2 parents 99b004e + 32c1153 commit ac44689
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 506 deletions.
2 changes: 1 addition & 1 deletion OMShell/OMShellGUI/Makefile.omdev.mingw
Expand Up @@ -24,7 +24,7 @@ omc_communication.cc: $(builddir_share)/omc/omc_communication.idl
$(OMDEV)/lib/omniORB-4.1.6-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc $<
omc_communication.h: omc_communication.cc

$(NAME): omc_communication.cc Makefile
$(NAME): omc_communication.cc omc_communication.h Makefile
$(MAKE) -f Makefile

build: $(NAME)
Expand Down
2 changes: 1 addition & 1 deletion OMShell/OMShellGUI/Makefile.unix.in
Expand Up @@ -21,7 +21,7 @@ $(NAME): Makefile OMShell.config omc_communication.cc

build: $(NAME)
mkdir -p @OMBUILDDIR@/share/omshell/nls/
if [ "$(APP)" = ".app" ]; then cp -rp ../bin/$(NAME)$(APP) @OMBUILDDIR@/build/Applications/ ; else cp -p ../bin/$(NAME) @OMBUILDDIR@/bin; fi
if [ "$(APP)" = ".app" ]; then cp -rp ../bin/$(NAME)$(APP) @OMBUILDDIR@/Applications/ ; else cp -p ../bin/$(NAME) @OMBUILDDIR@/bin; fi
cp -p commands.xml @OMBUILDDIR@/share/omshell/
cp -p OMShell_*.qm @OMBUILDDIR@/share/omshell/nls/

Expand Down
290 changes: 0 additions & 290 deletions OMShell/OMShellGUI/omc_communication.cc

This file was deleted.

0 comments on commit ac44689

Please sign in to comment.