Browse Source

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

Fixes #11032.
Ryan C. Gordon 10 months ago
parent
commit
8b4f5f09c1
2 changed files with 2 additions and 2 deletions
  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.