NVIDIA GPU loadable plugin
Source
40
40
ChangeLog \
41
41
go.mod \
42
42
go.sum \
43
43
LICENSE \
44
44
main.go \
45
45
Makefile \
46
46
nvidia.conf \
47
47
README.md
48
48
49
49
DIST_SUBDIRS = \
50
-
plugin \
51
50
windres \
51
+
pkg \
52
+
internal \
52
53
vendor
53
54
54
55
.build_rc:
55
56
ifneq ("$(WINDRES)","")
56
57
$(WINDRES) $(TOPDIR)\windres\resource.rc $(WINDRES_FLAGS) $(RFLAGS) \
57
58
-D VER_FILEDESCRIPTION_STR='\"$(PACKAGE)\"' \
58
59
-D _WINDOWS -o "$(TOPDIR)\$(PACKAGE).syso"
59
60
endif
60
61
61
62
build: .build_rc