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

« back to all changes in this revision

Viewing changes to tests/pharlap/TSS_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="TSS_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=TSS_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 "TSS_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 "TSS_Test.mak" CFG="TSS_Test - Win32 PharLap ETS Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "TSS_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 "TSS_Test\PharLap ETS Debug"
32
 
# PROP BASE Intermediate_Dir "TSS_Test\PharLap ETS Debug"
33
 
# PROP BASE Ignore_Export_Lib 0
34
 
# PROP BASE Target_Dir "TSS_Test"
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 "TSS_Test"
41
 
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
42
 
# SUBTRACT BASE CPP /YX
43
 
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../" /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 /libpath:"..\ace"
52
 
# ADD LINK32 acesd.lib /nologo /subsystem:console /debug /machine:I386 /out:"./TSS_Test_ETS.exe" /libpath:"../../ace" /ETS:tests_pharlap_msvc.lnk
53
 
# SUBTRACT LINK32 /pdb:none
54
 
# Begin Target
55
 
 
56
 
# Name "TSS_Test - Win32 PharLap ETS Debug"
57
 
# Begin Group "Source Files"
58
 
 
59
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
60
 
# Begin Source File
61
 
 
62
 
SOURCE=..\TSS_Test.cpp
63
 
# End Source File
64
 
# End Group
65
 
# Begin Group "Header Files"
66
 
 
67
 
# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
68
 
# Begin Source File
69
 
 
70
 
SOURCE=..\test_config.h
71
 
# End Source File
72
 
# Begin Source File
73
 
 
74
 
SOURCE=..\TSS_Test_Errno.h
75
 
# End Source File
76
 
# End Group
77
 
# Begin Group "Resource Files"
78
 
 
79
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
80
 
# End Group
81
 
# End Target
82
 
# End Project