We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6678a commit 5806499Copy full SHA for 5806499
Makefile
@@ -127,14 +127,6 @@ ifeq ($(PLATFORM),windows)
127
@echo "LIBRARY js.dll" > $@
128
@echo "EXPORTS" >> $@
129
@echo " sqlite3_cloudsync_init" >> $@
130
- @echo " cloudsync_config_exists" >> $@
131
- @echo " cloudsync_context_init" >> $@
132
- @echo " cloudsync_merge_insert" >> $@
133
- @echo " cloudsync_sync_key" >> $@
134
- @echo " cloudsync_sync_table_key" >> $@
135
- @echo " cloudsync_get_auxdata" >> $@
136
- @echo " cloudsync_set_auxdata" >> $@
137
- @echo " cloudsync_payload_apply" >> $@
138
endif
139
140
# Make sure the build and dist directories exist
0 commit comments