Skip to content

Commit

Permalink
contrib: generate me an IDE project instead of updating it manually e…
Browse files Browse the repository at this point in the history
…verytime
  • Loading branch information
a1batross committed Jun 6, 2019
1 parent a8cc5b7 commit 9735ded
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 397 deletions.
11 changes: 11 additions & 0 deletions contrib/a1batross/gen-qtcreator-project.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

FILES="*.c *.cpp *.h *.rc *.m *.py wscript"

rm xash3d.* && touch xash3d.files

for i in $FILES; do
find -name "$i" >> xash3d.files
done

ln -s contrib/a1batross/xash3d.* .
Loading

0 comments on commit 9735ded

Please sign in to comment.