-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathcodegen.sh
More file actions
executable file
·13 lines (10 loc) · 831 Bytes
/
Copy pathcodegen.sh
File metadata and controls
executable file
·13 lines (10 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd $(dirname "$0")
./vnx-base/codegen.sh
./vnx-addons/codegen.sh ../vnx-base/interface/
vnxcppcodegen --cleanup generated/ mmx interface/ modules/ interface/vm/ vnx-base/interface/ vnx-addons/interface/ vnx-addons/modules/ interface/wallet/
vnxcppcodegen --cleanup generated/contract/ mmx.contract interface/contract/ interface/ vnx-base/interface/
vnxcppcodegen --cleanup generated/operation/ mmx.operation interface/operation/ interface/ vnx-base/interface/
vnxcppcodegen --cleanup generated/solution/ mmx.solution interface/solution/ interface/ vnx-base/interface/
vnxcppcodegen --cleanup generated/vm/ mmx.vm interface/vm/ vnx-base/interface/
#vnxcppcodegen --cleanup exchange/generated/ mmx.exchange exchange/interface/ exchange/modules/ interface/ vnx-addons/interface/ vnx-addons/modules/ vnx-base/interface/