Skip to content

Commit 0faab80

Browse files
committed
Force LF line endings
1 parent d2c5635 commit 0faab80

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto eol=lf
2+
*.cpp text eol=lf
3+
*.h text eol=lf
4+
compile text eol=lf

SMBViewer.zip

4.51 KB
Binary file not shown.

compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
g++ -std=c++17 -O2 -Wall -g -Iimgui -I/usr/include/samba-4.0 main.cpp stb_image_impl.cpp stb_fallback.cpp imgui/*.cpp -lglfw -lGL -lGLEW -ldl -lX11 -lXxf86vm -lXrandr -lpthread -lXi -lsmbclient -lzip -o SMBViewer
1+
g++ -std=c++17 -O2 -Wall -g main.cpp stb_image_impl.cpp stb_fallback.cpp imgui/*.cpp -Iimgui -I./glew-2.2.0/include -I/usr/include/samba-4.0 -L./lib -lGLEW -Wl,-rpath,$(pwd)/lib -lglfw -lGL -ldl -lX11 -lXxf86vm -lXrandr -lpthread -lXi -lsmbclient -lzip -o SMBViewer

0 commit comments

Comments
 (0)