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

« back to all changes in this revision

Viewing changes to tests/pharlap/Notify_Performance_Test.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="Notify_Performance_Test" - 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=Notify_Performance_Test - Win32 PharLap ETS 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 "Notify_Performance_Test.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 "Notify_Performance_Test.mak" CFG="Notify_Performance_Test - Win32 PharLap ETS Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "Notify_Performance_Test - Win32 PharLap ETS 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 "Notify_Performance_Test___Win32_PharLap_ETS_Debug"
32
 
# PROP BASE Intermediate_Dir "Notify_Performance_Test___Win32_PharLap_ETS_Debug"
33
 
# PROP BASE Ignore_Export_Lib 0
34
 
# PROP BASE Target_Dir ""
35
 
# PROP Use_MFC 0
36
 
# PROP Use_Debug_Libraries 1
37
 
# PROP Output_Dir ""
38
 
# PROP Intermediate_Dir "Debug"
39
 
# PROP Ignore_Export_Lib 0
40
 
# PROP Target_Dir ""
41
 
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
42
 
# SUBTRACT BASE CPP /YX
43
 
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../" /D "_MBCS" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /FD /c
44
 
# SUBTRACT CPP /YX
45
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
46
 
# ADD RSC /l 0x409 /d "_DEBUG"
47
 
BSC32=bscmake.exe
48
 
# ADD BASE BSC32 /nologo
49
 
# ADD BSC32 /nologo
50
 
LINK32=link.exe
51
 
# ADD BASE LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace"
52
 
# ADD LINK32 acesd.lib /nologo /subsystem:console /debug /machine:I386 /out:"./Notify_Performance_Test_ETS.exe" /pdbtype:sept /libpath:"../../ace" /ETS:tests_pharlap_msvc.lnk
53
 
# SUBTRACT LINK32 /pdb:none
54
 
# Begin Target
55
 
 
56
 
# Name "Notify_Performance_Test - Win32 PharLap ETS Debug"
57
 
# Begin Source File
58
 
 
59
 
SOURCE=..\Notify_Performance_Test.cpp
60
 
# End Source File
61
 
# End Target
62
 
# End Project