15 lines
466 B
Batchfile
15 lines
466 B
Batchfile
###########################
|
|
! $(gpasciiCommander_DIR)/gpasciiCommander --path $(ESB_MX_DIR) $(ESB_MX_DIR)/$(P)1.cfg
|
|
|
|
powerPmacCreateAxis($(PORT), 1)
|
|
powerPmacCreateAxis($(PORT), 2)
|
|
powerPmacCreateAxis($(PORT), 3)
|
|
powerPmacCreateAxis($(PORT), 4)
|
|
powerPmacCreateAxis($(PORT), 5)
|
|
powerPmacCreateAxis($(PORT), 6)
|
|
powerPmacCreateAxis($(PORT), 7)
|
|
#powerPmacCreateAxis($(PORT), 8)
|
|
|
|
# Load databse
|
|
dbLoadTemplate("$(ESB_MX_TEMPLATES)/$(P)1.subs", "PORT_M=$(PORT),P_M=$(P)")
|