Преглед изворни кода

dynapi: It's a Python script now, not a perl script.

Fixes #11032.
Ryan C. Gordon пре 1 година
родитељ
комит
8b4f5f09c1
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/dynapi/SDL_dynapi_overrides.h
  2. 1 1
      src/dynapi/SDL_dynapi_procs.h

+ 1 - 1
src/dynapi/SDL_dynapi_overrides.h

@@ -20,7 +20,7 @@
 */
 */
 
 
 
 
-// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl.
+// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py.
 
 
 #if !SDL_DYNAMIC_API
 #if !SDL_DYNAMIC_API
 #error You should not be here.
 #error You should not be here.

+ 1 - 1
src/dynapi/SDL_dynapi_procs.h

@@ -21,7 +21,7 @@
 
 
 
 
 /*
 /*
-   DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl.
+   DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py.
    NEVER REARRANGE THIS FILE, THE ORDER IS ABI LAW.
    NEVER REARRANGE THIS FILE, THE ORDER IS ABI LAW.
    Changing this file means bumping SDL_DYNAPI_VERSION. You can safely add
    Changing this file means bumping SDL_DYNAPI_VERSION. You can safely add
    new items to the end of the file, though.
    new items to the end of the file, though.