~ubuntu-branches/ubuntu/vivid/wings3d/vivid

« back to all changes in this revision

Viewing changes to win32/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-02 12:17:43 UTC
  • mfrom: (1.1.10 upstream) (2.2.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090502121743-799d10lqyyqflcx0
Tags: 1.0~rc1-1
* New upstream release candidate.
* Fixed debian/watch control file to understand release candidiates.
* Added suggested dependencies on erlang-dialyzer and erlang-tools packages
  which can be used in Erlang shell of running Wings3D application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
#  Makefile --
3
 
#
4
 
#     Makefile for building the Wings3D.exe wrapper
5
 
#     for starting Wings.
6
 
#
7
 
#  Copyright (c) 2003 Bjorn Gustavsson
8
 
#
9
 
#  See the file "license.terms" for information on usage and redistribution
10
 
#  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11
 
#
12
 
#     $Id: Makefile,v 1.1 2003/09/22 05:12:05 bjorng Exp $
13
 
#
14
 
 
15
 
LIBS = -lkernel32 -luser32 -ladvapi32
16
 
 
17
 
Wings3D.exe: wings3d.c wings3d_res.o
18
 
        mingw32-gcc -o Wings3D.exe wings3d.c wings3d_res.o $(LIBS)
19
 
 
20
 
wings3d_res.o: wings3d.res
21
 
        res2coff -i wings3d.res -o wings3d_res.o
22
 
 
23
 
#
24
 
# The wings3d.res file is included in the source tar file.
25
 
#
26
 
# To rebuild it, you'll need a resource compiler, such as
27
 
# LRC included in the LCC compiler: http://www.cs.virginia.edu/~lcc-win32.
28
 
#
29
 
# Uncomment the lines below if you have a resource compiler and
30
 
# want to rebuild wings3d.res.
31
 
#
32
 
 
33
 
# RC = lrc
34
 
 
35
 
# wings3d.res: wings3d.rc wings.ico doc.ico
36
 
#       $(RC) wings3d.rc
 
1
#
 
2
#  Makefile --
 
3
#
 
4
#     Makefile for building the Wings3D.exe wrapper
 
5
#     for starting Wings.
 
6
#
 
7
#  Copyright (c) 2003-2009 Bjorn Gustavsson
 
8
#
 
9
#  See the file "license.terms" for information on usage and redistribution
 
10
#  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
11
#
 
12
#     $Id$
 
13
#
 
14
 
 
15
LIBS = -lkernel32 -luser32 -ladvapi32
 
16
 
 
17
Wings3D.exe: wings3d.c wings3d_res.o
 
18
        mingw32-gcc -o Wings3D.exe wings3d.c wings3d_res.o $(LIBS)
 
19
 
 
20
wings3d_res.o: wings3d.res
 
21
        res2coff -i wings3d.res -o wings3d_res.o
 
22
 
 
23
#
 
24
# The wings3d.res file is included in the source tar file.
 
25
#
 
26
# To rebuild it, you'll need a resource compiler, such as
 
27
# LRC included in the LCC compiler: http://www.cs.virginia.edu/~lcc-win32.
 
28
#
 
29
# Uncomment the lines below if you have a resource compiler and
 
30
# want to rebuild wings3d.res.
 
31
#
 
32
 
 
33
# RC = lrc
 
34
 
 
35
# wings3d.res: wings3d.rc wings.ico wings_doc.ico
 
36
#       $(RC) wings3d.rc