mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[c-host] more windows basics and ivshmem pointer init
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user