Skip to content

Commit f8f66ce

Browse files
authored
Merge pull request #26 from SamuelAsherRivello/feature/add-logging/dev
Add C++ iostream logging to VS Code terminal window
2 parents 0aeda29 + d0ee084 commit f8f66ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ifeq ($(OS), Windows_NT)
2424
# Set Windows macros
2525
platform := Windows
2626
CXX ?= g++
27-
linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -mwindows -static -static-libgcc -static-libstdc++
27+
linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -static -static-libgcc -static-libstdc++
2828
THEN := &&
2929
PATHSEP := \$(BLANK)
3030
MKDIR := -mkdir -p

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ It's pretty simple actually:
139139
- [rafaeldelboni](https://github.com/rafaeldelboni) Rafael Delboni - contributor
140140
- [jason-cannon](https://github.com/jason-cannon) Jason Cannon - contributor
141141
- [return215](https://github.com/return215) Muhammad Hidayat - contributor
142+
- [Samuel Asher Rivello](https://github.com/SamuelAsherRivello) - contributor
143+
142144

143145
## Licence
144146

0 commit comments

Comments
 (0)