INTEGRATION: CWS mingwport03 (1.33.50); FILE MERGED
2006/11/07 14:26:04 vg 1.33.50.2: RESYNC: (1.33-1.34); FILE MERGED 2006/09/07 10:36:14 vg 1.33.50.1: #i53572# MinGW port
This commit is contained in:
parent
ee66b13d06
commit
d85ae9869f
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.34 $
|
||||
# $Revision: 1.35 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2006-10-09 12:15:45 $
|
||||
# last change: $Author: vg $ $Date: 2007-03-26 14:06:46 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -46,6 +46,10 @@ TARGET=uidlg
|
|||
CFLAGS+=-DSYSTEM_ODBC_HEADERS
|
||||
.ENDIF
|
||||
|
||||
.IF "$(GUI)$(COM)"=="WNTGCC" # for adoint.h
|
||||
CFLAGS+=-fpermissive
|
||||
.ENDIF
|
||||
|
||||
# --- Files -------------------------------------
|
||||
|
||||
# ... resource files ............................
|
||||
|
|
Loading…
Reference in a new issue