mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 21:47:23 +00:00
[host] windows: avoid compiling .rc file twice
a4f5ce08b9
has a regression that caused
the .rc file to be compiled twice. We do not want the version that's
added into the .a file.
This commit is contained in:
parent
2bb0602ebb
commit
28a67cad0d
@ -11,7 +11,6 @@ add_library(platform_Windows STATIC
|
|||||||
src/mousehook.c
|
src/mousehook.c
|
||||||
src/force_compose.c
|
src/force_compose.c
|
||||||
src/delay.c
|
src/delay.c
|
||||||
resource.rc
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# allow use of functions for Windows Vista or later
|
# allow use of functions for Windows Vista or later
|
||||||
|
Loading…
Reference in New Issue
Block a user