~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to examples/Threads/reader_writer.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="reader_writer" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
 
 
7
 
CFG=reader_writer - 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 "reader_writer.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 "reader_writer.mak" CFG="reader_writer - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "reader_writer - Win32 Debug" (based on "Win32 (x86) Console Application")
21
 
!MESSAGE 
22
 
 
23
 
# Begin Project
24
 
# PROP AllowPerConfigDependencies 0
25
 
# PROP Scc_ProjName ""
26
 
# PROP Scc_LocalPath ""
27
 
CPP=cl.exe
28
 
RSC=rc.exe
29
 
# PROP BASE Use_MFC 0
30
 
# PROP BASE Use_Debug_Libraries 1
31
 
# PROP BASE Output_Dir ".\reader_writer\Debug"
32
 
# PROP BASE Intermediate_Dir ".\reader_writer\Debug"
33
 
# PROP BASE Target_Dir ".\reader_writer"
34
 
# PROP Use_MFC 0
35
 
# PROP Use_Debug_Libraries 1
36
 
# PROP Output_Dir ""
37
 
# PROP Intermediate_Dir ".\Debug"
38
 
# PROP Ignore_Export_Lib 0
39
 
# PROP Target_Dir ".\reader_writer"
40
 
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
41
 
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
42
 
# SUBTRACT CPP /YX
43
 
# ADD BASE RSC /l 0x407 /d "_DEBUG"
44
 
# ADD RSC /l 0x407 /d "_DEBUG"
45
 
BSC32=bscmake.exe
46
 
# ADD BASE BSC32 /nologo
47
 
# ADD BSC32 /nologo
48
 
LINK32=link.exe
49
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
50
 
# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
51
 
# Begin Target
52
 
 
53
 
# Name "reader_writer - Win32 Debug"
54
 
# Begin Group "Source Files"
55
 
 
56
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
57
 
# Begin Source File
58
 
 
59
 
SOURCE=.\reader_writer.cpp
60
 
# End Source File
61
 
# End Group
62
 
# Begin Group "Header Files"
63
 
 
64
 
# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
65
 
# End Group
66
 
# Begin Group "Resource Files"
67
 
 
68
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
69
 
# End Group
70
 
# End Target
71
 
# End Project