Skip to content

Commit

Permalink
- Added the OMShell resource files
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8112 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 6, 2011
1 parent 744719f commit 871f1fd
Show file tree
Hide file tree
Showing 17 changed files with 1,133 additions and 0 deletions.
34 changes: 34 additions & 0 deletions OMShell/OMShellGUI/Makefile.unix.in
@@ -0,0 +1,34 @@
top_builddir=../
builddir_bin=$(top_builddir)/build/bin/
builddir_share=$(top_builddir)/build/share/
runtimedir=$(top_builddir)/Compiler/runtime/

QMAKE=@QMAKE@
EXE=@EXE@
NAME=OMShell

.PHONY: always $(NAME)

all: build

Makefile:
$(QMAKE)

clean: Makefile
rm -rf $(NAME) $(NAME)$(EXE) omc_communication.* Makefile

omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
@IDLCMD@ $<

$(NAME): Makefile OMShell.config omc_communication.cc
make -f Makefile

build: $(NAME)
mkdir -p $(builddir_share)/omshell/
if [ "$(EXE)" = ".app" ]; then cp -rp $(NAME)$(EXE) ../build/Applications/ ; else cp -p $(NAME) $(builddir_bin); fi
cp -p ../OMNotebook/OMNotebookQT4/commands.xml $(builddir_share)/omshell/

Makefile.unix: Makefile.unix.in
cd $(top_builddir); ./config.status
OMShell.config: OMShell.config.in
cd $(top_builddir); ./config.status
Binary file added OMShell/OMShellGUI/Resources/OMS.bmp
Binary file not shown.
Binary file added OMShell/OMShellGUI/Resources/OMS.ico
Binary file not shown.
Binary file added OMShell/OMShellGUI/Resources/clear.bmp
Binary file not shown.
Binary file added OMShell/OMShellGUI/Resources/copy.bmp
Binary file not shown.
Binary file added OMShell/OMShellGUI/Resources/cut.bmp
Binary file not shown.
Binary file added OMShell/OMShellGUI/Resources/help.bmp
Binary file not shown.

0 comments on commit 871f1fd

Please sign in to comment.