Skip to content

Commit

Permalink
fix windows makefile (thanks lavajoe)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 31, 2018
1 parent c90681f commit bbf6972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.win
@@ -1,5 +1,5 @@
CC=gcc
LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -ld3d9
LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -ld3d9 -lcrypt32
CFLAGS=-g -w -pipe
SOURCES=$(wildcard *.c)
OBJECTS=$(patsubst %.c, %.o, $(SOURCES))
Expand Down

0 comments on commit bbf6972

Please sign in to comment.