Skip to content

Commit 97c36b3

Browse files
committed
Moved static.c to base.c
1 parent 4659d3f commit 97c36b3

File tree

3 files changed

+516
-524
lines changed

3 files changed

+516
-524
lines changed

buildconfig/Setup.Emscripten.SDL2.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ math src_c/math.c $(SDL) $(DEBUG)
3333
GFX = src_c/SDL_gfx/SDL_gfxPrimitives.c
3434

3535

36-
static src_c/static.c $(SDL) $(FREETYPE) $(FONT) $(MIXER) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
36+
static src_c/base.c $(SDL) $(FREETYPE) $(FONT) $(MIXER) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
3737

38-
# these should not be altered they already are in static.c merging file above
38+
# these should not be altered they already are in base.c merging file above
3939
time src_c/void.c
4040
_freetype src_c/void.c
4141
imageext src_c/void.c
4242
image src_c/void.c
43-
base src_c/void.c
4443
bufferproxy src_c/void.c
4544
color src_c/void.c
4645
controller src_c/void.c

0 commit comments

Comments
 (0)