We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4659d3f commit 97c36b3Copy full SHA for 97c36b3
buildconfig/Setup.Emscripten.SDL2.in
@@ -33,14 +33,13 @@ math src_c/math.c $(SDL) $(DEBUG)
33
GFX = src_c/SDL_gfx/SDL_gfxPrimitives.c
34
35
36
-static src_c/static.c $(SDL) $(FREETYPE) $(FONT) $(MIXER) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
+static src_c/base.c $(SDL) $(FREETYPE) $(FONT) $(MIXER) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
37
38
-# these should not be altered they already are in static.c merging file above
+# these should not be altered they already are in base.c merging file above
39
time src_c/void.c
40
_freetype src_c/void.c
41
imageext src_c/void.c
42
image src_c/void.c
43
-base src_c/void.c
44
bufferproxy src_c/void.c
45
color src_c/void.c
46
controller src_c/void.c
0 commit comments