Added basic Windows support.

This commit is contained in:
aryeh 2020-11-20 18:23:43 +11:00
parent f7260e2a0a
commit 684167d829
2 changed files with 3 additions and 1 deletions

View File

@ -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

BIN
lib/Windows/libraylib.a Normal file

Binary file not shown.