Skip to content

Commit

Permalink
improving support of nvarchar and nvarbinary on the ODBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
HernanRivasAcosta authored and garazdawi committed Sep 15, 2021
1 parent 3a8e659 commit 4e2a2a4
Show file tree
Hide file tree
Showing 13 changed files with 1,605 additions and 1,371 deletions.
12 changes: 6 additions & 6 deletions lib/odbc/c_src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/odbc-$(VSN)
EI_ROOT = $(ERL_TOP)/lib/erl_interface
EI_INCLUDE = -I$(EI_ROOT)/include -I$(EI_ROOT)/include/$(TARGET)
ifeq ($(findstring win32,$(TARGET)),win32)
EI_LIB = -lei_md
EI_LIB = -lei_md
ENTRY_OBJ=$(ERL_TOP)/erts/obj/$(TARGET)/port_entry.o
PORT_ENTRY_POINT=erl_port_entry
ENTRY_LDFLAGS=-entry:$(PORT_ENTRY_POINT)
Expand All @@ -66,7 +66,7 @@ UNIX_TARGET = $(BIN_DIR)/odbcserver
EXE_TARGET = $(UNIX_TARGET)
endif

C_FILES = odbcserver.c
C_FILES = odbcserver.c
H_FILES = odbcserver.h

# ----------------------------------------------------
Expand All @@ -93,13 +93,13 @@ TARGET_FLAGS = @TARGET_FLAGS@
_create_dirs := $(shell mkdir -p $(OBJ_DIR) $(BIN_DIR))

ifdef EXE_TARGET
opt debug: $(EXE_TARGET)
opt debug: $(EXE_TARGET)
else
opt debug:
endif

clean:
rm -f core *~
clean:
rm -f core *~
rm -f $(OBJ_DIR)/*
docs:

Expand All @@ -123,7 +123,7 @@ $(OBJ_DIR)/odbcserver.o: odbcserver.c

# ----------------------------------------------------
# Release Target
# ----------------------------------------------------
# ----------------------------------------------------

include $(ERL_TOP)/make/otp_release_targets.mk

Expand Down

0 comments on commit 4e2a2a4

Please sign in to comment.