diff options
author | Chris Xiong <chirs241097@gmail.com> | 2018-02-03 00:55:26 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2018-02-03 00:55:26 +0800 |
commit | 1eb88d4f5d5cb05d62be1d4a0c88c7399f7c0de0 (patch) | |
tree | 4daf8fa3f4e8fff38a61b8e2da752df8b519f232 /smelt/sdl/CxImage/makefile | |
parent | 6f955e10a71e364f527ea654156ea83785e9ada8 (diff) | |
download | SMELT-1eb88d4f5d5cb05d62be1d4a0c88c7399f7c0de0.tar.xz |
Added the GL 3.2+ port.
Fixed poor performance of the truetype renderer.
(Partially) Fixed texture locking.
Minor addition and fixes to the math library.
Diffstat (limited to 'smelt/sdl/CxImage/makefile')
-rw-r--r-- | smelt/sdl/CxImage/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/smelt/sdl/CxImage/makefile b/smelt/sdl/CxImage/makefile deleted file mode 100644 index 725a62a..0000000 --- a/smelt/sdl/CxImage/makefile +++ /dev/null @@ -1,12 +0,0 @@ -CC= g++ -CXXFLAGS= -c -Os -D_LINUX -Wall -fPIC -AR= ar - -all: objects archive clean - -objects: - $(CC) *.cpp $(CXXFLAGS) -archive: - $(AR) rcs libCxImage.a *.o -clean: - rm *.o && mv libCxImage.a ../ |