[c-host] more windows basics and ivshmem pointer init

This commit is contained in:
Geoffrey McRae
2019-02-28 20:50:22 +11:00
parent 6894ed7d5c
commit d881df916e
5 changed files with 109 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ OBJS = app.o
# if windows
ifdef OS
CC = gcc.exe
LDFLAGS = -L./windows/dll
LDFLAGS = -L./windows/dll -mwindows
LIBS += -lsetupapi
OBJS += windows/platform.o
OBJS += windows/windebug.o