source: anotherchoice/tags/jsp-1.4.4-full-UTF8/windev/devicemanager/devicemanager.dsp

Last change on this file was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 8.7 KB
Line 
1# Microsoft Developer Studio Project File - Name="devicemanager" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** 編集しないでください **
4
5# TARGTYPE "Win32 (x86) Application" 0x0101
6
7CFG=devicemanager - Win32 Debug
8!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
9!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
10!MESSAGE
11!MESSAGE NMAKE /f "devicemanager.mak".
12!MESSAGE
13!MESSAGE NMAKE の実行時に構成を指定できます
14!MESSAGE コマンド ライン上でマクロの設定を定義します。例:
15!MESSAGE
16!MESSAGE NMAKE /f "devicemanager.mak" CFG="devicemanager - Win32 Debug"
17!MESSAGE
18!MESSAGE 選択可能なビルド モード:
19!MESSAGE
20!MESSAGE "devicemanager - Win32 Debug" ("Win32 (x86) Application" 用)
21!MESSAGE "devicemanager - Win32 Unicode Debug" ("Win32 (x86) Application" 用)
22!MESSAGE "devicemanager - Win32 Unicode Release MinDependency" ("Win32 (x86) Application" 用)
23!MESSAGE
24
25# Begin Project
26# PROP AllowPerConfigDependencies 0
27# PROP Scc_ProjName ""
28# PROP Scc_LocalPath ""
29CPP=cl.exe
30MTL=midl.exe
31RSC=rc.exe
32
33!IF "$(CFG)" == "devicemanager - Win32 Debug"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 1
37# PROP BASE Output_Dir "Debug"
38# PROP BASE Intermediate_Dir "Debug"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 1
42# PROP Output_Dir "Debug"
43# PROP Intermediate_Dir "Debug"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
47# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
48# ADD BASE RSC /l 0x411 /d "_DEBUG"
49# ADD RSC /l 0x411 /d "_DEBUG"
50BSC32=bscmake.exe
51# ADD BASE BSC32 /nologo
52# ADD BSC32 /nologo
53LINK32=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 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
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 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
56# Begin Custom Build - 登録を行っています
57OutDir=.\Debug
58TargetPath=.\Debug\devicemanager.exe
59InputPath=.\Debug\devicemanager.exe
60SOURCE="$(InputPath)"
61
62BuildCmds= \
63 "$(TargetPath)" /RegServer \
64 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" \
65 echo サーバー登録が完了しました! \
66 echo プロキシ/スタブを生成しています \
67 nmake devicemanagerps.mk \
68 regsvr32 /s devicemanagerps.dll \
69 echo 終了しました \
70
71
72"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
73 $(BuildCmds)
74
75"devicemanagerps.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
76 $(BuildCmds)
77# End Custom Build
78
79!ELSEIF "$(CFG)" == "devicemanager - Win32 Unicode Debug"
80
81# PROP BASE Use_MFC 0
82# PROP BASE Use_Debug_Libraries 1
83# PROP BASE Output_Dir "DebugU"
84# PROP BASE Intermediate_Dir "DebugU"
85# PROP BASE Target_Dir ""
86# PROP Use_MFC 0
87# PROP Use_Debug_Libraries 1
88# PROP Output_Dir "DebugU"
89# PROP Intermediate_Dir "DebugU"
90# PROP Ignore_Export_Lib 0
91# PROP Target_Dir ""
92# ADD BASE CPP /nologo /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
93# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
94# ADD BASE RSC /l 0x411 /d "_DEBUG"
95# ADD RSC /l 0x411 /d "_DEBUG"
96BSC32=bscmake.exe
97# ADD BASE BSC32 /nologo
98# ADD BSC32 /nologo
99LINK32=link.exe
100# 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 /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
101# 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 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
102# Begin Custom Build - 登録を行っています
103OutDir=.\DebugU
104TargetPath=.\DebugU\devicemanager.exe
105InputPath=.\DebugU\devicemanager.exe
106SOURCE="$(InputPath)"
107
108BuildCmds= \
109 "$(TargetPath)" /RegServer \
110 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" \
111 echo サーバー登録が完了しました! \
112 echo プロキシ/スタブを生成しています \
113 nmake devicemanagerps.mk \
114 regsvr32 /s devicemanagerps.dll \
115 echo 終了しました \
116
117
118"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
119 $(BuildCmds)
120
121"devicemanagerps.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
122 $(BuildCmds)
123# End Custom Build
124
125!ELSEIF "$(CFG)" == "devicemanager - Win32 Unicode Release MinDependency"
126
127# PROP BASE Use_MFC 0
128# PROP BASE Use_Debug_Libraries 0
129# PROP BASE Output_Dir "ReleaseUMinDependency"
130# PROP BASE Intermediate_Dir "ReleaseUMinDependency"
131# PROP BASE Target_Dir ""
132# PROP Use_MFC 0
133# PROP Use_Debug_Libraries 0
134# PROP Output_Dir "ReleaseUMinDependency"
135# PROP Intermediate_Dir "ReleaseUMinDependency"
136# PROP Ignore_Export_Lib 0
137# PROP Target_Dir ""
138# ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
139# ADD CPP /nologo /W3 /GR /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
140# ADD BASE RSC /l 0x411 /d "NDEBUG"
141# ADD RSC /l 0x411 /d "NDEBUG"
142BSC32=bscmake.exe
143# ADD BASE BSC32 /nologo
144# ADD BSC32 /nologo
145LINK32=link.exe
146# 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 /machine:I386
147# 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 /nologo /subsystem:windows /machine:I386
148# Begin Custom Build - 登録を行っています
149OutDir=.\ReleaseUMinDependency
150TargetPath=.\ReleaseUMinDependency\devicemanager.exe
151InputPath=.\ReleaseUMinDependency\devicemanager.exe
152SOURCE="$(InputPath)"
153
154BuildCmds= \
155 "$(TargetPath)" /RegServer \
156 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" \
157 echo サーバー登録が完了しました! \
158 echo プロキシ/スタブを生成しています \
159 nmake devicemanagerps.mk \
160 regsvr32 /s devicemanagerps.dll \
161 echo 終了しました \
162
163
164"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
165 $(BuildCmds)
166
167"devicemanagerps.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
168 $(BuildCmds)
169# End Custom Build
170
171!ENDIF
172
173# Begin Target
174
175# Name "devicemanager - Win32 Debug"
176# Name "devicemanager - Win32 Unicode Debug"
177# Name "devicemanager - Win32 Unicode Release MinDependency"
178# Begin Group "Source Files"
179
180# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
181# Begin Source File
182
183SOURCE=.\device.cpp
184# End Source File
185# Begin Source File
186
187SOURCE=.\devicemanager.cpp
188# End Source File
189# Begin Source File
190
191SOURCE=.\devicemanager.idl
192# ADD MTL /tlb ".\devicemanager.tlb" /h "devicemanager.h" /iid "devicemanager_i.c" /Oicf
193# End Source File
194# Begin Source File
195
196SOURCE=.\devicemanager.rc
197# End Source File
198# Begin Source File
199
200SOURCE=.\information.cpp
201# End Source File
202# Begin Source File
203
204SOURCE=.\kernel.cpp
205# End Source File
206# Begin Source File
207
208SOURCE=.\KernelLog.cpp
209# End Source File
210# Begin Source File
211
212SOURCE=.\stdafx.cpp
213# ADD CPP /Yc"stdafx.h"
214# End Source File
215# End Group
216# Begin Group "Header Files"
217
218# PROP Default_Filter "h;hpp;hxx;hm;inl"
219# Begin Source File
220
221SOURCE=.\device.h
222# End Source File
223# Begin Source File
224
225SOURCE=.\devicemanagerCP.h
226# End Source File
227# Begin Source File
228
229SOURCE=.\information.h
230# End Source File
231# Begin Source File
232
233SOURCE=.\kernel.h
234# End Source File
235# Begin Source File
236
237SOURCE=.\KernelLog.h
238# End Source File
239# Begin Source File
240
241SOURCE=.\messages.h
242# End Source File
243# Begin Source File
244
245SOURCE=.\range.h
246# End Source File
247# Begin Source File
248
249SOURCE=.\resource.h
250# End Source File
251# Begin Source File
252
253SOURCE=.\stdafx.h
254# End Source File
255# End Group
256# Begin Group "Resource Files"
257
258# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
259# Begin Source File
260
261SOURCE=.\device.rgs
262# End Source File
263# Begin Source File
264
265SOURCE=.\devicemanager.rgs
266# End Source File
267# Begin Source File
268
269SOURCE=.\informat.bin
270# End Source File
271# Begin Source File
272
273SOURCE=.\information.rgs
274# End Source File
275# Begin Source File
276
277SOURCE=.\kernel.rgs
278# End Source File
279# Begin Source File
280
281SOURCE=.\KernelLog.rgs
282# End Source File
283# End Group
284# End Target
285# End Project
Note: See TracBrowser for help on using the repository browser.