all:
#	g++ -std=c++17 -Wall -DBOOST_LOG_DYN_LINK cloud_t.cpp -IC:/wyr/bin/mingw-ext/include/ -LC:/wyr/bin/mingw-ext/lib/ libssh2.a libssl.a libcrypto.a C:/wyr/bin/mingw-ext/lib/libboost_filesystem.a C:/wyr/bin/mingw-ext/lib/libboost_program_options.a C:/wyr/bin/mingw-ext/lib/libfltk.a C:/wyr/bin/mingw-ext/lib/libfltk_forms.a C:/wyr/bin/mingw-ext/lib/libfltk_images.a C:/wyr/bin/mingw-ext/lib/libfltk_gl.a -lz -lgdi32 -lole32 -loleaut32 -lcomctl32 -luuid -lws2_32 icon.res -o e
	g++ \
	-std=c++17 \
	-Wall \
	-DBOOST_LOG_DYN_LINK \
	src\next_t.cpp \
	-IC:/wyr/bin/mingw-ext/include/ \
	-LC:/wyr/bin/mingw-ext/lib/ \
	lib/libssh2.a \
	lib/libssl.a \
	lib/libcrypto.a \
	C:/wyr/bin/mingw-ext/lib/libboost_filesystem.a \
	C:/wyr/bin/mingw-ext/lib/libboost_program_options.a \
	C:/wyr/bin/mingw-ext/lib/libfltk.a \
	C:/wyr/bin/mingw-ext/lib/libfltk_forms.a \
	C:/wyr/bin/mingw-ext/lib/libfltk_images.a \
	C:/wyr/bin/mingw-ext/lib/libfltk_gl.a \
	-lz \
	-lgdi32 \
	-lole32 \
	-loleaut32 \
	-lcomctl32 \
	-luuid \
	-lws2_32 \
	icon.res \
	-o next