root/swishctl/src/SwishCtl.dsp

Revision 1559, 4.8 kB (checked in by augur, 4 years ago)

Missed changing DEBUG target from /MTd to /MDd and libswish-e-mt.lib.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # Microsoft Developer Studio Project File - Name="SwishCtl" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=SwishCtl - 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 "SwishCtl.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 "SwishCtl.mak" CFG="SwishCtl - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "SwishCtl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "SwishCtl - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF  "$(CFG)" == "SwishCtl - Win32 Debug"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 1
36 # PROP BASE Output_Dir "Debug"
37 # PROP BASE Intermediate_Dir "Debug"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 1
41 # PROP Output_Dir "Debug"
42 # PROP Intermediate_Dir "Debug"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
46 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\swish-e\src\Win32" /D "HAVE_CONFIG_H" /D "HAVE_ZLIB" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
47 # ADD BASE RSC /l 0x1409 /d "_DEBUG"
48 # ADD RSC /l 0x1409 /d "_DEBUG"
49 BSC32=bscmake.exe
50 # ADD BASE BSC32 /nologo
51 # ADD BSC32 /nologo
52 LINK32=link.exe
53 # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
54 # ADD LINK32 kernel32.lib ../../swish-e/src/win32/libswish-e.lib ../../zlib/lib/zlib.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
55
56 !ELSEIF  "$(CFG)" == "SwishCtl - Win32 Release MinSize"
57
58 # PROP BASE Use_MFC 0
59 # PROP BASE Use_Debug_Libraries 0
60 # PROP BASE Output_Dir "ReleaseMinSize"
61 # PROP BASE Intermediate_Dir "ReleaseMinSize"
62 # PROP BASE Target_Dir ""
63 # PROP Use_MFC 0
64 # PROP Use_Debug_Libraries 0
65 # PROP Output_Dir "ReleaseMinSize"
66 # PROP Intermediate_Dir "ReleaseMinSize"
67 # PROP Ignore_Export_Lib 0
68 # PROP Target_Dir ""
69 # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
70 # ADD CPP /nologo /MD /W3 /GX /I "..\..\swish-e\src" /I "..\dev\swish-e\src" /D "HAVE_CONFIG_H" /D "HAVE_ZLIB" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
71 # ADD BASE RSC /l 0x1409 /d "NDEBUG"
72 # ADD RSC /l 0x1409 /d "NDEBUG"
73 BSC32=bscmake.exe
74 # ADD BASE BSC32 /nologo
75 # ADD BSC32 /nologo
76 LINK32=link.exe
77 # 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 /nologo /subsystem:windows /dll /machine:I386
78 # ADD LINK32 kernel32.lib ../../swish-e/src/win32/libswish-e.lib ../../zlib/lib/zlib.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../SwishCtl.dll"
79 # SUBTRACT LINK32 /nodefaultlib
80
81 !ENDIF
82
83 # Begin Target
84
85 # Name "SwishCtl - Win32 Debug"
86 # Name "SwishCtl - Win32 Release MinSize"
87 # Begin Group "Source Files"
88
89 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
90 # Begin Source File
91
92 SOURCE=.\AnsiBSTR.cpp
93 # End Source File
94 # Begin Source File
95
96 SOURCE=.\CSwishCtl.cpp
97 # End Source File
98 # Begin Source File
99
100 SOURCE=.\regkey.cpp
101 # End Source File
102 # Begin Source File
103
104 SOURCE=.\StdAfx.cpp
105 # ADD CPP /Yc"stdafx.h"
106 # End Source File
107 # Begin Source File
108
109 SOURCE=.\SwishCtl.cpp
110 # End Source File
111 # Begin Source File
112
113 SOURCE=.\SwishCtl.def
114 # End Source File
115 # Begin Source File
116
117 SOURCE=.\SwishCtl.idl
118 # ADD MTL /tlb ".\SwishCtl.tlb" /h "SwishCtl.h" /iid "SwishCtl_i.c" /Oicf
119 # End Source File
120 # Begin Source File
121
122 SOURCE=.\SwishCtl.rc
123 # End Source File
124 # End Group
125 # Begin Group "Header Files"
126
127 # PROP Default_Filter "h;hpp;hxx;hm;inl"
128 # Begin Source File
129
130 SOURCE=.\AnsiBSTR.h
131 # End Source File
132 # Begin Source File
133
134 SOURCE=.\CSwishCtl.h
135 # End Source File
136 # Begin Source File
137
138 SOURCE=.\Resource.h
139 # End Source File
140 # Begin Source File
141
142 SOURCE=.\StdAfx.h
143 # End Source File
144 # Begin Source File
145
146 SOURCE=.\SwishCtl.h
147 # End Source File
148 # End Group
149 # Begin Group "Resource Files"
150
151 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
152 # Begin Source File
153
154 SOURCE=.\CSwishCtl.rgs
155 # End Source File
156 # End Group
157 # End Target
158 # End Project
Note: See TracBrowser for help on using the browser.