Changeset 144 for trunk/Makefile


Ignore:
Timestamp:
02/13/09 13:56:57 (15 years ago)
Author:
tim
Message:

updated MinGW build documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r143 r144  
    2323endif
    2424
     25
     26################################################################################
     27# MinGW cross-compiling build settings
    2528ifdef BUILD_MINGW
     29
     30## These may need to be changed
    2631CC=i586-mingw32msvc-cc
     32LIBICONV_PATH=/usr/local/src/libiconv-1.9.2-1-lib
     33
     34## These probably do not need to be changed
    2735BIN_EXT=.exe
    28 LIBICONV_PATH=/usr/local/src/libiconv-1.9.2-1-lib
    2936INC:=$(INC) -I$(LIBICONV_PATH)/include
    3037EXTRA_OBJ=$(LIBICONV_PATH)/lib/libiconv.dll.a
     38
    3139endif
     40################################################################################
     41
    3242
    3343BUILD=$(CURDIR)/build
Note: See TracChangeset for help on using the changeset viewer.