Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F126461
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/util/sdl/image/CMakeLists.txt b/util/sdl/image/CMakeLists.txt
index 0ce45ca9..544b3f60 100644
--- a/util/sdl/image/CMakeLists.txt
+++ b/util/sdl/image/CMakeLists.txt
@@ -1,48 +1,47 @@
# -------------------------------------------------------
# SDL Image cmake build script for paintown.
# Written by: juvinious
# -------------------------------------------------------
# -------------------------------------------------------
# MSVC FLAGS
# -------------------------------------------------------
if(NOT MSVC)
set(CFLAGS "-W -O2 -Wwrite-strings -Wstrict-prototypes -Wall -funroll-loops -Wmissing-declarations -fomit-frame-pointer -Wno-missing-declarations")
else(NOT MSVC)
set(CFLAGS "-O2")
endif(NOT MSVC)
remove_definitions(${CXXFLAGS})
add_definitions(${CFLAGS} -DLOAD_PNG)
# -------------------------------------------------------
# Source directories containing all the necessary .cpp files
# -------------------------------------------------------
set(SRC
IMG.c
IMG_jpg.c
IMG_pnm.c
IMG_xpm.c
IMG_ImageIO.c
IMG_lbm.c
IMG_tga.c
IMG_xv.c
IMG_bmp.c
IMG_pcx.c
IMG_tif.c
IMG_xxx.c
IMG_gif.c
IMG_png.c
-IMG_xcf.c
-showimage.c)
+IMG_xcf.c)
# -------------------------------------------------------
# Include directory
# -------------------------------------------------------
include_directories(include ./)
# -------------------------------------------------------
# module
# -------------------------------------------------------
add_library (image_module ${SRC})
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jun 11, 11:40 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68829
Default Alt Text
(1 KB)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline