Protobuf: refactored file structure in proto/. Changed build script accrodingly
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ PROTOC_DIR = compiler/google/src/google/protobuf/compiler/kotlin
|
|||||||
PROTOC_EXE = $(PROTOC_DIR)/protoc
|
PROTOC_EXE = $(PROTOC_DIR)/protoc
|
||||||
|
|
||||||
# Kotlin part
|
# Kotlin part
|
||||||
RUNTIME_DIR = runtime
|
RUNTIME_DIR = compiler/runtime
|
||||||
RUNTIME_JAR = $(RUNTIME_DIR)/build/libs/protokot-runtime.jar
|
RUNTIME_JAR = $(RUNTIME_DIR)/build/libs/protokot-runtime.jar
|
||||||
|
|
||||||
all: $(EXE) $(JAR)
|
all: $(EXE) $(JAR)
|
||||||
|
|||||||
Reference in New Issue
Block a user