Browse Source

Use lowercase file names.

Brucey 2 năm trước cách đây
mục cha
commit
2495e3c612
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      enet.mod/enet.bmx
  2. 1 1
      stdc.mod/stdc.bmx

+ 1 - 1
enet.mod/enet.bmx

@@ -15,7 +15,7 @@ ModuleInfo "History: 1.01 Release"
 Import Pub.StdC
 
 ?win32x86
-Import "-lWs2_32"
+Import "-lws2_32"
 ?
 
 Import "enet/include/*.h"

+ 1 - 1
stdc.mod/stdc.bmx

@@ -44,7 +44,7 @@ ModuleInfo "History: Fixed C Compiler warnings"
 ?linux
 ModuleInfo "CC_OPTS: -D_FILE_OFFSET_BITS=64"
 ?win32
-Import "-lWs2_32"
+Import "-lws2_32"
 Import "inet_pton.c"
 ?haiku
 Import "-lnetwork"