source: win32/admin/admin.dsp @ abe53d3

Last change on this file since abe53d3 was abe53d3, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:42:49Z

More work on config manager

  • Property mode set to 100644
File size: 4.6 KB
Line 
1# Microsoft Developer Studio Project File - Name="admin" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 5.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Application" 0x0101
6
7CFG=admin - 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 "admin.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 "admin.mak" CFG="admin - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "admin - Win32 Release" (based on "Win32 (x86) Application")
21!MESSAGE "admin - Win32 Debug" (based on "Win32 (x86) Application")
22!MESSAGE
23
24# Begin Project
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28MTL=midl.exe
29RSC=rc.exe
30
31!IF  "$(CFG)" == "admin - Win32 Release"
32
33# PROP BASE Use_MFC 6
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 6
39# PROP Use_Debug_Libraries 0
40# PROP Output_Dir "Release"
41# PROP Intermediate_Dir "Release"
42# PROP Ignore_Export_Lib 0
43# PROP Target_Dir ""
44# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
45# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /FD /c
46# SUBTRACT CPP /YX /Yc /Yu
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
49# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
50# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
56# ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"Release/bitlbeeadm.exe"
57
58!ELSEIF  "$(CFG)" == "admin - Win32 Debug"
59
60# PROP BASE Use_MFC 6
61# PROP BASE Use_Debug_Libraries 1
62# PROP BASE Output_Dir "Debug"
63# PROP BASE Intermediate_Dir "Debug"
64# PROP BASE Target_Dir ""
65# PROP Use_MFC 6
66# PROP Use_Debug_Libraries 1
67# PROP Output_Dir "Debug"
68# PROP Intermediate_Dir "Debug"
69# PROP Ignore_Export_Lib 0
70# PROP Target_Dir ""
71# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
72# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /FD /c
73# SUBTRACT CPP /YX /Yc /Yu
74# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
75# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
76# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
77# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
78BSC32=bscmake.exe
79# ADD BASE BSC32 /nologo
80# ADD BSC32 /nologo
81LINK32=link.exe
82# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
83# ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/bitlbeeadm.exe" /pdbtype:sept
84
85!ENDIF
86
87# Begin Target
88
89# Name "admin - Win32 Release"
90# Name "admin - Win32 Debug"
91# Begin Group "Source Files"
92
93# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
94# Begin Source File
95
96SOURCE=.\bitlbeewin.cpp
97# End Source File
98# Begin Source File
99
100SOURCE=.\MainDlg.cpp
101# End Source File
102# Begin Source File
103
104SOURCE=.\PropAccess.cpp
105# End Source File
106# Begin Source File
107
108SOURCE=.\PropConn.cpp
109# End Source File
110# Begin Source File
111
112SOURCE=.\PropMain.cpp
113# End Source File
114# Begin Source File
115
116SOURCE=.\PropPaths.cpp
117# End Source File
118# End Group
119# Begin Group "Header Files"
120
121# PROP Default_Filter "h;hpp;hxx;hm;inl"
122# Begin Source File
123
124SOURCE=.\bitlbeewin.h
125# End Source File
126# Begin Source File
127
128SOURCE=.\MainDlg.h
129# End Source File
130# Begin Source File
131
132SOURCE=.\PropAccess.h
133# End Source File
134# Begin Source File
135
136SOURCE=.\PropConn.h
137# End Source File
138# Begin Source File
139
140SOURCE=.\PropMain.h
141# End Source File
142# Begin Source File
143
144SOURCE=.\PropPaths.h
145# End Source File
146# Begin Source File
147
148SOURCE=.\Resource.h
149# End Source File
150# End Group
151# Begin Group "Resource Files"
152
153# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
154# Begin Source File
155
156SOURCE=.\bitlbee.rc
157
158!IF  "$(CFG)" == "admin - Win32 Release"
159
160!ELSEIF  "$(CFG)" == "admin - Win32 Debug"
161
162!ENDIF
163
164# End Source File
165# Begin Source File
166
167SOURCE=.\res\bmp00002.bmp
168# End Source File
169# Begin Source File
170
171SOURCE=.\res\icon2.ico
172# End Source File
173# End Group
174# End Target
175# End Project
Note: See TracBrowser for help on using the repository browser.