Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cx20 committed Feb 27, 2022
1 parent dbb400d commit 4424358
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions csharp/opengl2.0_opentk/triangle/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
del Hello.exe
del glfw3.dll
4 changes: 2 additions & 2 deletions csharp/opengl2.0_opentk/triangle/publish.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet publish /p:Configuration=Release
copy bin\Release\net6.0\win-x64\publish\Hello.exe
copy bin\Release\net6.0\win-x64\glfw3.dll
copy bin\x64\Release\net6.0\win-x64\publish\Hello.exe
copy bin\x64\Release\net6.0\win-x64\publish\glfw3.dll
2 changes: 2 additions & 0 deletions csharp/opengl3.3_opentk/triangle/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
del Hello.exe
del glfw3.dll
2 changes: 1 addition & 1 deletion csharp/opengl3.3_opentk/triangle/publish.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet publish /p:Configuration=Release
copy bin\x64\Release\net6.0\win-x64\publish\Hello.exe
copy bin\x64\Release\net6.0\win-x64\glfw3.dll
copy bin\x64\Release\net6.0\win-x64\publish\glfw3.dll
2 changes: 2 additions & 0 deletions csharp/opengl4.6_opentk/triangle/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
del Hello.exe
del glfw3.dll

0 comments on commit 4424358

Please sign in to comment.