# Stage 2.1
- Split palladium into diffrent libraries - Fix a Logical bug in App class - Add New Flag to Init App Data Directory - Add Cmake Option for build tests - Bump Version in cmake file - Make Hid a Driver - Start moving 3ds specific stuff into pd-lib3ds - Split Lithium into more files
This commit is contained in:
@ -86,9 +86,9 @@ for object in shaders:
|
||||
name = Path(Path(object).stem).stem
|
||||
bp = os.path.dirname(object)
|
||||
build_shader(object)
|
||||
file2array(bp + '/' + name + '.shbin', 'pd/graphics/')
|
||||
install_code(name + '.cpp', 'source/graphics/')
|
||||
install_code(name + '.hpp', 'include/pd/graphics/')
|
||||
file2array(bp + '/' + name + '.shbin', 'pd/lithium/')
|
||||
install_code(name + '.cpp', 'source/lithium/')
|
||||
install_code(name + '.hpp', 'include/pd/lithium/')
|
||||
|
||||
cleanup()
|
||||
print("Done")
|
Reference in New Issue
Block a user