diff --git a/Makefile b/Makefile index 43ad879..7f60c36 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # Set platform-specific macros ifeq ($(OS), Windows_NT) # Build for Windows - + libPath = ./lib/Windows/libraylib_static.a + buildfile = ./build/app + compileCommand = g++ -std=c++17 -I ./include/ -m64 -L./lib/Windows -L./include ./src/main.cpp -o $(buildfile) -lraylib -pthread -lopengl32 -lgdi32 -lwinmm -mwindows else # Build for MacOS/Linux diff --git a/lib/Windows/libraylib.a b/lib/Windows/libraylib.a new file mode 100644 index 0000000..f8bbc95 Binary files /dev/null and b/lib/Windows/libraylib.a differ