~ubuntu-branches/ubuntu/karmic/allegro4.2/karmic

« back to all changes in this revision

Viewing changes to build/msvc6/tools/colormap.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2008-03-03 11:28:56 UTC
  • mfrom: (1.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080303112856-4ds441er7nkn9th7
Tags: 2:4.2.2-2
* debian/control:
  + Add ${shlibs:Depends} to the liballegro4.2-dev dependencies.
  + Set policy to 3.7.3.

* debian/rules:
  + Ensure that packages built with liballegro 4.2.2 depend on liballegro
    >= 4.2.2 (Closes: #468081).

* debian/create_allegro-examples.pl:
  + Fix a "read without variable" bashism (Closes: #465134).

* debian/patches/005_no_unsharable.diff:
  + Remove extraneous libraries from allegro-config --libs output. Patch
    courtesy of Peter De Wachter (Closes: #462679).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="colormap" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# TARGTYPE "Win32 (x86) Application" 0x0101
 
4
 
 
5
CFG=colormap - Win32 Release
 
6
 
 
7
!MESSAGE Possible choices for configuration are:
 
8
!MESSAGE 
 
9
!MESSAGE "colormap - Win32 Release" (based on "Win32 (x86) Application")
 
10
!MESSAGE 
 
11
 
 
12
# Begin Project
 
13
# PROP AllowPerConfigDependencies 0
 
14
# PROP Scc_ProjName ""
 
15
# PROP Scc_LocalPath ""
 
16
CPP=cl.exe
 
17
MTL=midl.exe
 
18
RSC=rc.exe
 
19
BSC32=bscmake.exe
 
20
LINK32=link.exe
 
21
 
 
22
!IF "$(CFG)" == "colormap - Win32 Release"
 
23
# PROP Output_Dir "../../../tools"
 
24
# PROP Intermediate_Dir "../../../obj/msvc/alleg"
 
25
# ADD CPP /nologo /I "." /I "../../../" /I "../../../include" /MD /O2 /Gd
 
26
# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib dinput.lib ddraw.lib dxguid.lib winmm.lib dsound.lib ..\..\..\lib\msvc\alleg.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib dinput.lib ddraw.lib dxguid.lib winmm.lib dsound.lib /nologo /machine:IX86 /release /out:"..\..\..\tools\colormap.exe"
 
27
!ENDIF
 
28
 
 
29
# Begin Target
 
30
# Name "colormap - Win32 Release"
 
31
# Begin Group "Source Files"
 
32
# Begin Source File
 
33
SOURCE=..\..\..\tools\colormap.c
 
34
# End Source File
 
35
# End Group
 
36
# Begin Group "Header Files"
 
37
# End Group
 
38
# Begin Group "Resource Files"
 
39
# End Group
 
40
# End Target
 
41
# End Project