Update of /cvsroot/com0com/com0com/setupc
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32006
Modified Files:
sources
Log Message:
Added low case comparison for targets
Index: sources
===================================================================
RCS file: /cvsroot/com0com/com0com/setupc/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sources 30 Oct 2007 12:47:51 -0000 1.2
--- sources 26 Nov 2007 09:40:52 -0000 1.3
***************
*** 14,21 ****
TARGET_CPU=i386
!ELSE
! !IF "$(BUILD_DEFAULT_TARGETS)" == "-IA64"
TARGET_CPU=ia64
!ELSE
! !IF "$(BUILD_DEFAULT_TARGETS)" == "-AMD64"
TARGET_CPU=amd64
!ENDIF
--- 14,21 ----
TARGET_CPU=i386
!ELSE
! !IF "$(BUILD_DEFAULT_TARGETS)" == "-IA64" || "$(BUILD_DEFAULT_TARGETS)" == "-ia64"
TARGET_CPU=ia64
!ELSE
! !IF "$(BUILD_DEFAULT_TARGETS)" == "-AMD64" || "$(BUILD_DEFAULT_TARGETS)" == "-amd64"
TARGET_CPU=amd64
!ENDIF
|