New script to build two versions of the package for Max 8 and Max 9 based on prefix in filenames.
This commit is contained in:
3
init/max8.tc.preset_init .txt
Normal file
3
init/max8.tc.preset_init .txt
Normal file
@@ -0,0 +1,3 @@
|
||||
max setdefinepackage tc.preset pattrstorage;
|
||||
max definesubstitution tc.preset jsui @filename tc.preset;
|
||||
max setdefinepackage "" "";
|
3
init/max9.tc.preset_init.txt
Normal file
3
init/max9.tc.preset_init.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
max setdefinepackage tc.preset pattrstorage;
|
||||
max define tc.preset v8ui @filename tc.preset;
|
||||
max setdefinepackage "" "";
|
@@ -1,2 +0,0 @@
|
||||
max objectfile tc.preset tc.preset;
|
||||
max definesubstitution tc.preset jsui @filename tc.preset;
|
Reference in New Issue
Block a user