]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/tiff/port/Makefile.vc
Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the real stc.cpp.
[wxWidgets.git] / src / tiff / port / Makefile.vc
... / ...
CommitLineData
1# $Id: Makefile.vc,v 1.4 2006/03/23 14:54:02 dron Exp $\r
2#\r
3# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>\r
4#\r
5# Permission to use, copy, modify, distribute, and sell this software and \r
6# its documentation for any purpose is hereby granted without fee, provided\r
7# that (i) the above copyright notices and this permission notice appear in\r
8# all copies of the software and related documentation, and (ii) the names of\r
9# Sam Leffler and Silicon Graphics may not be used in any advertising or\r
10# publicity relating to the software without the specific, prior written\r
11# permission of Sam Leffler and Silicon Graphics.\r
12# \r
13# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, \r
14# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY \r
15# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. \r
16# \r
17# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR\r
18# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\r
19# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\r
20# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF \r
21# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE \r
22# OF THIS SOFTWARE.\r
23#\r
24# Makefile for MS Visual C and Watcom C compilers.\r
25#\r
26# To build:\r
27# C:\libtiff\port> nmake /f makefile.vc \r
28\r
29!INCLUDE ..\nmake.opt\r
30\r
31OBJ = \\r
32 strcasecmp.obj \\r
33 getopt.obj\r
34\r
35all: libport.lib\r
36\r
37libport.lib: $(OBJ)\r
38 $(AR) /out:libport.lib $(OBJ)\r
39\r
40clean:\r
41 -del *.obj\r
42 -del *.lib\r
43\r