Skip to content

Commit

Permalink
Further 2021 cleanup/refactor. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbju authored Apr 9, 2021
1 parent 04fe4a9 commit c98a43e
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto
*.sh text eol=lf
*.sln text eol=crlf
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cp -R egl-registry/api/KHR include
cp -R egl-registry/api/*.xml .
rm -Rf egl-registry

# Generate wrangle-gl headers/sources.
# Generate headers/sources.
rm -f include/wrangle-*.h
rm -f src/wrangle-*.cpp
pushd src/generator
pushd generator
dotnet build
popd
src/generator/bin/Debug/netcoreapp3.1/wrangle-gl-generator.exe
./generator/bin/Debug/netcoreapp3.1/wrangle-gl-generator
cp ./wrangle-*.h include/
cp ./wrangle-*.cpp src/
rm -f ./wrangle-*.h ./wrangle-*.cpp ./*.xml
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed report.txt
Empty file.

0 comments on commit c98a43e

Please sign in to comment.