Move the sources to trunk
[opencv] / apps / cvenv / seance.dsp
1 # Microsoft Developer Studio Project File - Name="seance" - 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=seance - 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 "seance.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 "seance.mak" CFG="seance - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "seance - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "seance - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "seance - Win32 Release"
32
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "../../_temp/seance"
41 # PROP Intermediate_Dir "../../_temp/seance"
42 # PROP Ignore_Export_Lib 0
43 # PROP Target_Dir ""
44 F90=df.exe
45 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
46 # ADD CPP /nologo /MD /W4 /GX /Od /I "./" /I "eic" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "NO_DIRENT" /D "NO_PIPE" /D "NO_STAT" /D "NO_UNISTD" /D "NO_FCNTL" /D "NO_LONG_LONG" /D "_IPPI_UNSAFE_PTR" /D "NO_TERMIOS" /YX /FD /c
47 # SUBTRACT CPP /Z<none> /Fr
48 # ADD BASE RSC /l 0x419 /d "NDEBUG"
49 # ADD RSC /l 0x419 /d "NDEBUG"
50 BSC32=bscmake.exe
51 # ADD BASE BSC32 /nologo
52 # ADD BSC32 /nologo
53 LINK32=link.exe
54 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
55 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cvEiC.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /map /machine:I386 /out:"../../bin/cvenv/seance.exe" /libpath:"EiC/Lib"
56 # SUBTRACT LINK32 /pdb:none /debug
57 # Begin Special Build Tool
58 SOURCE="$(InputPath)"
59 PostBuild_Cmds=copy plugins.cfg ..\..\bin\cvenv\plugins.cfg     if not exist ..\..\bin\cvenv\plugins md ..\..\bin\cvenv\plugins del /S /Q ..\..\bin\cvenv\plugins\*.*   copy ..\..\bin\cv.dll ..\..\bin\cvenv\plugins\cv.dll    copy ..\..\bin\cvcam.dll ..\..\bin\cvenv\plugins\cvcam.dll      copy ..\..\bin\highgui.dll ..\..\bin\cvenv\plugins\highgui.dll  copy ..\..\otherlibs\_Ipl\bin\ipl.dll ..\..\bin\cvenv\plugins\ipl.dll   copy ..\..\otherlibs\_Ipl\bin\iplA6.dll ..\..\bin\cvenv\plugins\iplA6.dll       copy ..\..\cv\include\*.h ..\..\bin\cvenv\plugins\*.*   copy ..\..\otherlibs\highgui\highgui.h ..\..\bin\cvenv\plugins\highgui.h        copy ..\..\otherlibs\cvcam\include\cvcam.h ..\..\bin\cvenv\plugins\cvcam.h      if not exist ..\..\bin\cvenv\std md ..\..\bin\cvenv\std del /S /Q ..\..\bin\cvenv\std\*.*       copy include\*.h ..\..\bin\cvenv\std\*.*        if not exist ..\..\bin\cvenv\std\sys md ..\..\bin\cvenv\std\sys del /S /Q ..\..\bin\cvenv\std\sys\*.*   copy include\sys\*.h ..\..\bin\cvenv\std\sys\*.*
60 # End Special Build Tool
61
62 !ELSEIF  "$(CFG)" == "seance - Win32 Debug"
63
64 # PROP BASE Use_MFC 0
65 # PROP BASE Use_Debug_Libraries 1
66 # PROP BASE Output_Dir "Debug"
67 # PROP BASE Intermediate_Dir "Debug"
68 # PROP BASE Target_Dir ""
69 # PROP Use_MFC 0
70 # PROP Use_Debug_Libraries 1
71 # PROP Output_Dir "../../_temp/seanced"
72 # PROP Intermediate_Dir "../../_temp/seanced"
73 # PROP Ignore_Export_Lib 0
74 # PROP Target_Dir ""
75 F90=df.exe
76 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
77 # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "./" /I "eic" /D "_DEBUG" /D "NO_DIRENT" /D "NO_PIPE" /D "NO_STAT" /D "NO_UNISTD" /D "NO_FCNTL" /D "NO_LONG_LONG" /D "_IPPI_UNSAFE_PTR" /D "NO_TERMIOS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c
78 # ADD BASE RSC /l 0x419 /d "_DEBUG"
79 # ADD RSC /l 0x419 /d "_DEBUG"
80 BSC32=bscmake.exe
81 # ADD BASE BSC32 /nologo
82 # ADD BSC32 /nologo
83 LINK32=link.exe
84 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
85 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cvEiCd.lib /nologo /entry:"mainCRTStartup" /subsystem:console /debug /machine:I386 /out:"../../bin/cvenvd/seance.exe" /pdbtype:sept /libpath:"EiC/Lib"
86 # SUBTRACT LINK32 /pdb:none
87 # Begin Special Build Tool
88 SOURCE="$(InputPath)"
89 PostBuild_Cmds=copy pluginsd.cfg ..\..\bin\cvenvd\plugins.cfg   if not exist ..\..\bin\cvenvd\plugins md ..\..\bin\cvenvd\plugins       del /S /Q ..\..\bin\cvenvd\plugins\*.*  copy ..\..\bin\cvd.dll ..\..\bin\cvenvd\plugins\cvd.dll copy ..\..\bin\cvcamd.dll ..\..\bin\cvenvd\plugins\cvcamd.dll   copy ..\..\bin\highguid.dll ..\..\bin\cvenvd\plugins\highguid.dll       copy ..\..\otherlibs\_Ipl\bin\ipl.dll ..\..\bin\cvenvd\plugins\ipl.dll  copy ..\..\otherlibs\_Ipl\bin\iplA6.dll ..\..\bin\cvenvd\plugins\iplA6.dll      copy ..\..\cv\include\*.h ..\..\bin\cvenvd\plugins\*.*  copy ..\..\otherlibs\highgui\highgui.h ..\..\bin\cvenvd\plugins\highgui.h       copy ..\..\otherlibs\cvcam\include\cvcam.h ..\..\bin\cvenvd\plugins\cvcam.h     if not exist ..\..\bin\cvenvd\std md ..\..\bin\cvenvd\std       del /S /Q ..\..\bin\cvenvd\std\*.*      copy include\*.h ..\..\bin\cvenvd\std\*.*       if not exist ..\..\bin\cvenvd\std\sys md ..\..\bin\cvenvd\std\sys       del /S /Q ..\..\bin\cvenvd\std\sys\*.*  copy include\sys\*.h ..\..\bin\cvenvd\std\sys\*.*
90 # End Special Build Tool
91
92 !ENDIF 
93
94 # Begin Target
95
96 # Name "seance - Win32 Release"
97 # Name "seance - Win32 Debug"
98 # Begin Group "Source Files"
99
100 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
101 # Begin Source File
102
103 SOURCE=.\add.cpp
104 # End Source File
105 # Begin Source File
106
107 SOURCE=.\filelist.cpp
108 # End Source File
109 # Begin Source File
110
111 SOURCE=.\initeic.cpp
112 # End Source File
113 # Begin Source File
114
115 SOURCE=.\main.cpp
116 # End Source File
117 # End Group
118 # Begin Group "Header Files"
119
120 # PROP Default_Filter "h;hpp;hxx;hm;inl"
121 # Begin Source File
122
123 SOURCE=.\filelist.h
124 # End Source File
125 # Begin Source File
126
127 SOURCE=.\initeic.h
128 # End Source File
129 # End Group
130 # Begin Group "Resource Files"
131
132 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
133 # End Group
134 # End Target
135 # End Project