Skip to content

Commit

Permalink
- Added common submodule.
Browse files Browse the repository at this point in the history
- Install pre-commit hook.
- Added .gitattributes.
  • Loading branch information
adeas31 committed May 12, 2015
1 parent eb10ccb commit cbd3561
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = ../OpenModelica-common.git
1 change: 1 addition & 0 deletions OMShell/OMShellGUI/Makefile.omdev.mingw
Expand Up @@ -42,3 +42,4 @@ build: $(NAME)
cp -puf $(OMDEV)/tools/OMTools/dll/QtCore4.dll $(builddir_bin)
cp -puf $(OMDEV)/tools/OMTools/dll/QtGui4.dll $(builddir_bin)
cp -puf $(OMDEV)/tools/OMTools/dll/QtXml4.dll $(builddir_bin)
cp -puf ../../common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit
1 change: 1 addition & 0 deletions common
Submodule common added at ec6251

0 comments on commit cbd3561

Please sign in to comment.