Skip to content

Commit

Permalink
fix really silly fail
Browse files Browse the repository at this point in the history
  • Loading branch information
20kdc committed Jun 17, 2022
1 parent 0191259 commit 68c5177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caosproxy/index.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rel: bin/caosprox.exe caosproxy/spec.txt caosproxy/caosterm.py
INTERMEDIATES += bin/caosprox.exe bin/caospres.o

bin/caosprox.exe: caosproxy/cpxservg.c caosproxy/cpxservi.c bin/caospres.o
$(COMPILER) $(COMPILE_FLAGS_DLL) $^ -o $@ -lws2_32
$(COMPILER) $(COMPILE_FLAGS_GUI) $^ -o $@ -lws2_32
$(STRIP) $@

bin/caospres.o: caosproxy/caospres.rc caosproxy/caosprox.ico
Expand Down

0 comments on commit 68c5177

Please sign in to comment.