~ubuntu-branches/ubuntu/utopic/flac/utopic-security

« back to all changes in this revision

Viewing changes to examples/examples.dsp

  • Committer: Package Import Robot
  • Author(s): Fabian Greffrath
  • Date: 2013-06-07 10:24:30 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130607102430-x7e7zt462c0tuetp
Tags: 1.3.0-1
* Imported Upstream version 1.3.0 (Closes: #527542, #705601).
* Update debian/watch file, thanks Ulrich Klauer (Closes: #710062).
* Revert "Remove manpages from master branch."
* Imported Upstream version 1.3.0
* Convert package to "3.0 (quilt)" source format.
* Remove all patches, they have either been merged upstream or do not
  apply anymore (tested).
* Explicitly enable static libraries.
* Simplify debian/libflac-doc.install.
* Bump shlibs for added symbols.
* Remove needless Build-Depends: libid3-3.8.3-dev.
* Update Homepage field.
* Repair upstream manpage regeneration rule.
* Bump Build-Depends: debhelper (>= 9).
* Fix vcs-field-not-canonical.
* Import two patches from upstream GIT:
  + Add missing config.h includes.
  + Fix local_strcat() to terminate string correctly.
* Disable 3DNow! optimizations, enable SSE only on amd64, enable Altivec
  only on ppc64, disable ASM optimizations elsewhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="examples" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Generic Project" 0x010a
6
 
 
7
 
CFG=examples - Win32 Debug
8
 
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
 
!MESSAGE use the Export Makefile command and run
10
 
!MESSAGE 
11
 
!MESSAGE NMAKE /f "examples.mak".
12
 
!MESSAGE 
13
 
!MESSAGE You can specify a configuration when running NMAKE
14
 
!MESSAGE by defining the macro CFG on the command line. For example:
15
 
!MESSAGE 
16
 
!MESSAGE NMAKE /f "examples.mak" CFG="examples - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "examples - Win32 Release" (based on "Win32 (x86) Generic Project")
21
 
!MESSAGE "examples - Win32 Debug" (based on "Win32 (x86) Generic Project")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName "all"
27
 
# PROP Scc_LocalPath "."
28
 
MTL=midl.exe
29
 
 
30
 
!IF  "$(CFG)" == "examples - Win32 Release"
31
 
 
32
 
# PROP BASE Use_MFC 0
33
 
# PROP BASE Use_Debug_Libraries 0
34
 
# PROP BASE Output_Dir "Release"
35
 
# PROP BASE Intermediate_Dir "Release"
36
 
# PROP BASE Target_Dir ""
37
 
# PROP Use_MFC 0
38
 
# PROP Use_Debug_Libraries 0
39
 
# PROP Output_Dir "..\obj\release"
40
 
# PROP Intermediate_Dir "..\obj\release"
41
 
# PROP Target_Dir ""
42
 
 
43
 
!ELSEIF  "$(CFG)" == "examples - Win32 Debug"
44
 
 
45
 
# PROP BASE Use_MFC 0
46
 
# PROP BASE Use_Debug_Libraries 1
47
 
# PROP BASE Output_Dir "Debug"
48
 
# PROP BASE Intermediate_Dir "Debug"
49
 
# PROP BASE Target_Dir ""
50
 
# PROP Use_MFC 0
51
 
# PROP Use_Debug_Libraries 1
52
 
# PROP Output_Dir "..\obj\debug"
53
 
# PROP Intermediate_Dir "..\obj\debug"
54
 
# PROP Target_Dir ""
55
 
 
56
 
!ENDIF 
57
 
 
58
 
# Begin Target
59
 
 
60
 
# Name "examples - Win32 Release"
61
 
# Name "examples - Win32 Debug"
62
 
# Begin Source File
63
 
 
64
 
SOURCE=.\README
65
 
# End Source File
66
 
# End Target
67
 
# End Project