source: trunk/testcase/duplicate1.gmk@ 1613

Last change on this file since 1613 was 1332, checked in by bird, 22 years ago

Initial coding.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
RevLine 
[1332]1# $Id: duplicate1.gmk 1332 2004-04-04 17:55:18Z bird $
2## @file
3#
4# Testcase for emxbind problem with differenting symbols by case.
5#
6# Copyright (c) 2003 Knut st. osmundsen <[email protected]>
7#
8# All Rights Reserved
9#
10#
11
12TESTCASE= duplicate1
13#ifdef GCC_OMF
14#CFLAGS = -Zomf
15#O = .obj
16#A = .lib
17#CC = gcc
18#SUFF = -omf
19#else