Skip to content

Commit

Permalink
it should be -lgdi32 not -lgdi
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 23, 2023
1 parent 49ddab3 commit b429906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildLinux:
@gcc source/main.c -I include -lX11 -o RVM

buildWindows:
@gcc source/main.c -I include -lgdi -lshell32 -o RVM.exe
@gcc source/main.c -I include -lgdi32 -lshell32 -o RVM.exe

test:
./RVM test.rop
Expand Down

0 comments on commit b429906

Please sign in to comment.