Skip to content

Commit

Permalink
Cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed May 2, 2018
1 parent 6135522 commit 53e1d1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion launcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ endif

NAME=$(shell basename $(shell pwd))

CPPFLAGS += `sdl2-config --cflags` `wx-config --cflags` -Winvalid-pch -include wx_pch.h -DWX_PRECOMP -Wno-unused-local-typedefs
ifeq ($(OS),Windows_NT)
CPPFLAGS += `sdl2-config --cflags`
endif
CPPFLAGS += `wx-config --cflags` -Winvalid-pch -include wx_pch.h -DWX_PRECOMP -Wno-unused-local-typedefs
LDLIBS += `wx-config --libs` -lstdc++

LDLIBS += $(GIMXCONFIGEDITOR_LDLIBS) $(GIMXUPDATER_LDLIBS) $(GIMXCONFIGUPDATER_LDLIBS) $(GIMXHID_LDLIBS) $(GIMXGPP_LDLIBS) $(GIMXSERIAL_LDLIBS)
Expand Down

0 comments on commit 53e1d1d

Please sign in to comment.