blob: 2630b445d54246bed59b6a901f51b09ff81185db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
C_SOURCES := \
stw_context.c \
stw_device.c \
stw_ext_context.c \
stw_ext_extensionsstring.c \
stw_ext_pbuffer.c \
stw_ext_pixelformat.c \
stw_ext_rendertexture.c \
stw_ext_swapinterval.c \
stw_framebuffer.c \
stw_getprocaddress.c \
stw_nopfuncs.c \
stw_nopfuncs.h \
stw_pixelformat.c \
stw_st.c \
stw_tls.c \
stw_wgl.c
|