mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[host] compile MultiMemcpy on mingw
This commit is contained in:
parent
f26d8fbd3e
commit
d9397610f3
2 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ LD = $(CXX)
|
||||||
BUILD ?= .build
|
BUILD ?= .build
|
||||||
BIN ?= bin
|
BIN ?= bin
|
||||||
|
|
||||||
|
|
||||||
CFLAGS += -DBUILD_VERSION='"$(shell git describe --always --long --dirty --abbrev=10 --tags)"'
|
CFLAGS += -DBUILD_VERSION='"$(shell git describe --always --long --dirty --abbrev=10 --tags)"'
|
||||||
|
|
||||||
OBJS = main.o \
|
OBJS = main.o \
|
||||||
CrashHandler.o \
|
CrashHandler.o \
|
||||||
|
MultiMemcpy.o \
|
||||||
IVSHMEM.o \
|
IVSHMEM.o \
|
||||||
Service.o \
|
Service.o \
|
||||||
Capture/DXGI.o
|
Capture/DXGI.o
|
||||||
|
|
|
@ -19,7 +19,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
#define MULTIMEMCPY_THREADS 4
|
#define MULTIMEMCPY_THREADS 4
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Reference in a new issue