Skip to content

Commit 473dcb8

Browse files
committed
Added stdarg header.
Remove build directory from version control.
1 parent 5bb5a1e commit 473dcb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+9
-5029
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ LINK_DIRECTORIES(${LIBRARY_OUTPUT_PATH} ${FREEIMAGEALGORITHMS_LIBRARY})
3333

3434
IF(WIN32)
3535
SET(CMAKE_CXX_STANDARD_LIBRARIES "user32.lib gdi32.lib")
36+
ELSE(WIN32)
37+
ADD_DEFINITIONS(-DHAVE_STRINGS_STRCASECMP)
3638
ENDIF(WIN32)
3739

3840
MESSAGE( STATUS "EXECUTABLE_OUTPUT_PATH: " ${EXECUTABLE_OUTPUT_PATH} )
3941

40-
ADD_DEFINITIONS(-DFREEIMAGE_EXPORTS -DICS_ZLIB -DHAVE_STRINGS_STRCASECMP -D_CRT_SECURE_NO_WARNINGS)
42+
ADD_DEFINITIONS(-DFREEIMAGE_EXPORTS -DICS_ZLIB -D_CRT_SECURE_NO_WARNINGS)
4143

4244
SET(SRCS zlib/adler32.c
4345
zlib/compress.c

build/CMakeCache.txt

-314
This file was deleted.

build/CMakeFiles/CMakeCCompiler.cmake

-44
This file was deleted.

0 commit comments

Comments
 (0)