Changeset 143 for trunk/Makefile
- Timestamp:
- 02/12/09 22:24:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r141 r143 15 15 INC=-I/usr/local/include 16 16 LIB=-L/usr/local/lib -lm 17 BIN_EXT= 18 EXTRA_OBJ= 17 19 18 20 UNAME := $(shell uname) 19 21 ifneq ($(UNAME),Linux) 20 22 LIB:=$(LIB) -liconv 23 endif 24 25 ifdef BUILD_MINGW 26 CC=i586-mingw32msvc-cc 27 BIN_EXT=.exe 28 LIBICONV_PATH=/usr/local/src/libiconv-1.9.2-1-lib 29 INC:=$(INC) -I$(LIBICONV_PATH)/include 30 EXTRA_OBJ=$(LIBICONV_PATH)/lib/libiconv.dll.a 21 31 endif 22 32
Note: See TracChangeset
for help on using the changeset viewer.