We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9072c commit dfd6212Copy full SHA for dfd6212
1 file changed
Makefile
@@ -249,7 +249,7 @@ package_bin:
249
$(MAKE) clean all
250
rm -f $(PACKAGE_BIN)
251
zip $(PACKAGE_BIN) $(COMMON_FILES) \
252
- flexlink.exe flexdll_*.obj flexdll_*.o
+ flexlink.exe flexdll_*.obj flexdll_*.o flexdll.c flexdll_initer.c
253
254
do_upload_bin:
255
rsync $(PACKAGE_BIN) $(URL)
@@ -268,7 +268,7 @@ PREFIX = "C:\Program Files (x86)\flexdll"
268
269
install:
270
mkdir -p $(PREFIX)
271
- cp $(COMMON_FILES) flexlink.exe flexdll_*.obj flexdll_*.o $(PREFIX)
+ cp $(COMMON_FILES) flexlink.exe flexdll_*.obj flexdll_*.o flexdll.c flexdll_initer.c $(PREFIX)
272
273
installer:
274
rm -rf flexdll_install_files
0 commit comments