Browse Source

Module name case tweaks.

woollybah 5 years ago
parent
commit
8f4268495d

+ 1 - 1
freeprocess.mod/freeprocess.bmx

@@ -3,7 +3,7 @@ SuperStrict
 Rem
 bbdoc: System/Execute Processes
 End Rem
-Module PUB.FreeProcess
+Module Pub.FreeProcess
 
 ModuleInfo "Version: 1.04"
 ModuleInfo "Framework: FreeProcess multi platform external process control"

+ 1 - 1
libuuid.mod/libuuid.bmx

@@ -25,7 +25,7 @@
 '
 SuperStrict
 
-Module Pub.libuuid
+Module Pub.LibUUID
 
 ModuleInfo "Version: 1.02"
 ModuleInfo "License: BSD"

+ 1 - 1
vulkan.mod/vulkan.bmx

@@ -19,7 +19,7 @@
 
 SuperStrict
 
-Module pub.vulkan
+Module Pub.Vulkan
 
 Import "vkLoader.bmx"
 

+ 1 - 1
xmmintrin.mod/xmmintrin.bmx

@@ -21,7 +21,7 @@ SuperStrict
 Rem
 bbdoc: SIMD intrinsics for x64.
 End Rem
-Module pub.xmmintrin
+Module Pub.xmmintrin
 
 ModuleInfo "Version: 1.00"
 ModuleInfo "Author: David JJ Camp"