mirror of
https://github.com/Relintai/sfw.git
synced 2024-12-20 21:06:49 +01:00
10 lines
270 B
Bash
Executable File
10 lines
270 B
Bash
Executable File
|
|
g++ -Wall -g -c sfw.cpp -o sfw.o
|
|
g++ -Wall -g -c main.cpp -o main.o
|
|
|
|
# You might need to add -lpthread and/or -latomic depending on your compiler version
|
|
|
|
g++ -Wall -g sfw.o main.o \
|
|
-lgdi32 -lShlwapi -lws2_32 \
|
|
-o game
|