Advertisement
FlyFar

src/makefile

Aug 27th, 2023
1,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.21 KB | Cybersecurity | 0 0
  1. main:
  2.     g++ main.cpp claw.cpp -o claw.exe -lgdiplus -lwininet -mwindows -lwinmm -m32 -O3 -Os -static
  3. stripped:
  4.     g++ main.cpp claw.cpp -o claw.exe -lgdiplus -lwininet -mwindows -lwinmm -m32 -O3 -MD -s -Os -static
Tags: mmakefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement