0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Filter-out DirectX 11 sources on unix.

This commit is contained in:
Bartosz Taudul
2018-03-14 01:04:25 +01:00
parent 62957310a0
commit 5ea4a326f3

View File

@@ -5,7 +5,7 @@ INCLUDES := $(shell pkg-config --cflags glfw3 gtk+-2.0) -I../../../imgui -I../..
LIBS := $(shell pkg-config --libs glfw3 gtk+-2.0) -lpthread -ldl -lGL
IMAGE := Tracy
FILTER := ../../../nfd/nfd_win.cpp
FILTER := ../../../nfd/nfd_win.cpp ../../src/imgui_impl_dx11.cpp
BASE := $(shell egrep 'ClCompile.*cpp"' ../win32/$(IMAGE).vcxproj | sed -e 's/.*\"\(.*\)\".*/\1/' | sed -e 's@\\@/@g')
BASE2 := $(shell egrep 'ClCompile.*c"' ../win32/$(IMAGE).vcxproj | sed -e 's/.*\"\(.*\)\".*/\1/' | sed -e 's@\\@/@g')