8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:43:03 +01:00

Removed JString

This commit is contained in:
alexpeshkoff 2008-04-24 15:53:04 +00:00
parent c0a472d65e
commit ef2b605cf6

View File

@ -225,7 +225,7 @@ CONFIG_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(CONFIG_Source
# #
# vulcan # vulcan
VULCAN_ClientFiles=JString.cpp PathName.cpp RefObject.cpp VULCAN_ClientFiles=PathName.cpp RefObject.cpp
VULCAN_ServerFiles= VULCAN_ServerFiles=
VULCAN_Files= $(VULCAN_ClientFiles) $(VULCAN_ServerFiles) VULCAN_Files= $(VULCAN_ClientFiles) $(VULCAN_ServerFiles)