Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 0a3d417

Browse files
DMHSWDMHSW
DMHSW
authored and
DMHSW
committed
F
1 parent e99c9f3 commit 0a3d417

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

SDL_Examples/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ALL_T= gears texture model helloworld menu game
77
LIB= ../lib/libTinyGL.a
88

99
#For GCC on good OSes:
10-
SDL_LIBS= -lSDL
10+
#SDL_LIBS= -lSDL
1111
#for MinGW users:
12-
#SDL_LIBS= -lmingw32 -lSDLmain -lSDL
12+
SDL_LIBS= -lmingw32 -lSDLmain -lSDL
1313
BINDIR=/usr/local/bin
1414

15-
#SDL_MIXERLIBS= -lSDL_mixer -lmad -logg -lmikmod -logg -DPLAY_MUSIC
15+
SDL_MIXERLIBS= -lSDL_mixer -lmad -logg -lmikmod -logg -DPLAY_MUSIC
1616
SDL_MIXERLIBS=
1717
all: $(ALL_T)
1818
clean:

SDL_Examples/stdout.txt

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
RMASK IS 16711680
3+
GMASK IS 65280
4+
BMASK IS 255
5+
AMASK IS 0
6+
RSHIFT IS 16
7+
GSHIFT IS 8
8+
BSHIFT IS 0
9+
ASHIFT IS 0
10+
11+
Version string:
12+
1.0 TinyGLv1.0 Compiled using GCC 12.2.0
13+
Vendor string:
14+
Fabrice Bellard, Gek, and the C-Chads
15+
Renderer string:
16+
TinyGL
17+
Extensions string:
18+
TGL_TEXTURE TGL_SMOOTHSHADING TGL_LIGHTING TGL_OPTIMIZATION_HINT_BRANCH_COST=2 TGL_FEATURE_ARRAYS TGL_FEATURE_DISPLAYLISTS TGL_FEATURE_OPTIMIZED_TEXTURE_ACCESS TGL_FEATURE_TEXTURE_POW2=8 TGL_FEATURE_LIT_TEXTURES TGL_FEATURE_BLEND TGL_FEATURE_32_BITS TGL_FEATURE_TINYGL_RUNTIME_COMPAT_TEST TGL_FEATURE_MULTI_THREADED TGL_FEATURE_MULTI_THREADED_POST_PROCESS TGL_FEATURE_MULTITHREADED_DRAWPIXELS TGL_FEATURE_MULTITHREADED_COPY_TEXIMAGE_2D TGL_BUFFER_EXT TGL_SOFTWARE_ACCELERATED
19+
License string:
20+
Copyright notice:
21+
22+
(C) 1997-2021 Fabrice Bellard, Gek (DMHSW), C-Chads
23+
24+
This software is provided 'as-is', without any express or implied
25+
warranty. In no event will the authors be held liable for any damages
26+
arising from the use of this software.
27+
28+
Permission is granted to anyone to use this software for any purpose,
29+
including commercial applications, and to alter it and redistribute it
30+
freely, subject to the following restrictions:
31+
32+
1. The origin of this software must not be misrepresented; you must not
33+
claim that you wrote the original software. If you use this software
34+
in a product, an acknowledgment in the product and its documentation
35+
*is* required.
36+
2. Altered source versions must be plainly marked as such, and must not be
37+
misrepresented as being the original software.
38+
3. This notice may not be removed or altered from any source distribution.
39+
40+
If you redistribute modified sources, I would appreciate that you
41+
include in the files history information documenting your changes.99 frames in 5.010000 secs, 19.760479 frames per second.
42+
25 frames in 1.275000 secs, 19.607843 frames per second.

0 commit comments

Comments
 (0)