Skip to content

Commit 5806499

Browse files
committed
fix(makefile): remove old export functions for Windows platform
1 parent fe6678a commit 5806499

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@ ifeq ($(PLATFORM),windows)
127127
@echo "LIBRARY js.dll" > $@
128128
@echo "EXPORTS" >> $@
129129
@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" >> $@
138130
endif
139131

140132
# Make sure the build and dist directories exist

0 commit comments

Comments
 (0)