Skip to content

Commit

Permalink
Add -mwindows switch to GUI template
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Jun 11, 2020
1 parent e205b9d commit ae386c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/KFlearning/Services/Templates/TR.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/KFlearning/Services/Templates/TR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"type": "shell",
"command": "g++",
"args": [
"-g", "${file}", "-lopengl32", "-lglew32", "-lfreeglut", "-lglu32", "-o", "${fileDirname}\\${fileBasenameNoExtension}.exe"
"-g", "${file}", "-mwindows", "-lopengl32", "-lglew32", "-lfreeglut", "-lglu32", "-o", "${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"group": {
"kind": "build",
Expand Down

0 comments on commit ae386c9

Please sign in to comment.