ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil/VTBFileUtil.mak
Revision: 60
Committed: 2003-02-19T23:04:10-08:00 (22 years, 4 months ago) by douglas
File size: 4678 byte(s)
Log Message:
Initial revision

File Contents

# User Rev Content
1 douglas 60 # Microsoft Developer Studio Generated NMAKE File, Based on VTBFileUtil.dsp
2     !IF "$(CFG)" == ""
3     CFG=VTBFileUtil - Win32 Debug
4     !MESSAGE No configuration specified. Defaulting to VTBFileUtil - Win32 Debug.
5     !ENDIF
6    
7     !IF "$(CFG)" != "VTBFileUtil - Win32 Release" && "$(CFG)" != "VTBFileUtil - Win32 Debug"
8     !MESSAGE Invalid configuration "$(CFG)" specified.
9     !MESSAGE You can specify a configuration when running NMAKE
10     !MESSAGE by defining the macro CFG on the command line. For example:
11     !MESSAGE
12     !MESSAGE NMAKE /f "VTBFileUtil.mak" CFG="VTBFileUtil - Win32 Debug"
13     !MESSAGE
14     !MESSAGE Possible choices for configuration are:
15     !MESSAGE
16     !MESSAGE "VTBFileUtil - Win32 Release" (based on "Win32 (x86) Console Application")
17     !MESSAGE "VTBFileUtil - Win32 Debug" (based on "Win32 (x86) Console Application")
18     !MESSAGE
19     !ERROR An invalid configuration is specified.
20     !ENDIF
21    
22     !IF "$(OS)" == "Windows_NT"
23     NULL=
24     !ELSE
25     NULL=nul
26     !ENDIF
27    
28     !IF "$(CFG)" == "VTBFileUtil - Win32 Release"
29    
30     OUTDIR=.\Release
31     INTDIR=.\Release
32     # Begin Custom Macros
33     OutDir=.\Release
34     # End Custom Macros
35    
36     ALL : "$(OUTDIR)\VTBFileUtil.exe"
37    
38    
39     CLEAN :
40     -@erase "$(INTDIR)\vc60.idb"
41     -@erase "$(INTDIR)\VTBFileUtil.obj"
42     -@erase "$(INTDIR)\VTBFileUtil.res"
43     -@erase "$(OUTDIR)\VTBFileUtil.exe"
44    
45     "$(OUTDIR)" :
46     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
47    
48     CPP=cl.exe
49     CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\VTBFileUtil.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
50    
51     .c{$(INTDIR)}.obj::
52     $(CPP) @<<
53     $(CPP_PROJ) $<
54     <<
55    
56     .cpp{$(INTDIR)}.obj::
57     $(CPP) @<<
58     $(CPP_PROJ) $<
59     <<
60    
61     .cxx{$(INTDIR)}.obj::
62     $(CPP) @<<
63     $(CPP_PROJ) $<
64     <<
65    
66     .c{$(INTDIR)}.sbr::
67     $(CPP) @<<
68     $(CPP_PROJ) $<
69     <<
70    
71     .cpp{$(INTDIR)}.sbr::
72     $(CPP) @<<
73     $(CPP_PROJ) $<
74     <<
75    
76     .cxx{$(INTDIR)}.sbr::
77     $(CPP) @<<
78     $(CPP_PROJ) $<
79     <<
80    
81     RSC=rc.exe
82     RSC_PROJ=/l 0x409 /fo"$(INTDIR)\VTBFileUtil.res" /d "NDEBUG"
83     BSC32=bscmake.exe
84     BSC32_FLAGS=/nologo /o"$(OUTDIR)\VTBFileUtil.bsc"
85     BSC32_SBRS= \
86    
87     LINK32=link.exe
88     LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\VTBFileUtil.pdb" /machine:I386 /out:"$(OUTDIR)\VTBFileUtil.exe"
89     LINK32_OBJS= \
90     "$(INTDIR)\VTBFileUtil.obj" \
91     "$(INTDIR)\VTBFileUtil.res"
92    
93     "$(OUTDIR)\VTBFileUtil.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
94     $(LINK32) @<<
95     $(LINK32_FLAGS) $(LINK32_OBJS)
96     <<
97    
98     !ELSEIF "$(CFG)" == "VTBFileUtil - Win32 Debug"
99    
100     OUTDIR=.\Debug
101     INTDIR=.\Debug
102     # Begin Custom Macros
103     OutDir=.\Debug
104     # End Custom Macros
105    
106     ALL : "$(OUTDIR)\VTBFileUtil.exe"
107    
108    
109     CLEAN :
110     -@erase "$(INTDIR)\vc60.idb"
111     -@erase "$(INTDIR)\vc60.pdb"
112     -@erase "$(INTDIR)\VTBFileUtil.obj"
113     -@erase "$(INTDIR)\VTBFileUtil.res"
114     -@erase "$(OUTDIR)\VTBFileUtil.exe"
115     -@erase "$(OUTDIR)\VTBFileUtil.ilk"
116     -@erase "$(OUTDIR)\VTBFileUtil.pdb"
117    
118     "$(OUTDIR)" :
119     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
120    
121     CPP=cl.exe
122     CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\VTBFileUtil.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
123    
124     .c{$(INTDIR)}.obj::
125     $(CPP) @<<
126     $(CPP_PROJ) $<
127     <<
128    
129     .cpp{$(INTDIR)}.obj::
130     $(CPP) @<<
131     $(CPP_PROJ) $<
132     <<
133    
134     .cxx{$(INTDIR)}.obj::
135     $(CPP) @<<
136     $(CPP_PROJ) $<
137     <<
138    
139     .c{$(INTDIR)}.sbr::
140     $(CPP) @<<
141     $(CPP_PROJ) $<
142     <<
143    
144     .cpp{$(INTDIR)}.sbr::
145     $(CPP) @<<
146     $(CPP_PROJ) $<
147     <<
148    
149     .cxx{$(INTDIR)}.sbr::
150     $(CPP) @<<
151     $(CPP_PROJ) $<
152     <<
153    
154     RSC=rc.exe
155     RSC_PROJ=/l 0x409 /fo"$(INTDIR)\VTBFileUtil.res" /d "_DEBUG"
156     BSC32=bscmake.exe
157     BSC32_FLAGS=/nologo /o"$(OUTDIR)\VTBFileUtil.bsc"
158     BSC32_SBRS= \
159    
160     LINK32=link.exe
161     LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\VTBFileUtil.pdb" /debug /machine:I386 /out:"$(OUTDIR)\VTBFileUtil.exe" /pdbtype:sept
162     LINK32_OBJS= \
163     "$(INTDIR)\VTBFileUtil.obj" \
164     "$(INTDIR)\VTBFileUtil.res"
165    
166     "$(OUTDIR)\VTBFileUtil.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
167     $(LINK32) @<<
168     $(LINK32_FLAGS) $(LINK32_OBJS)
169     <<
170    
171     !ENDIF
172    
173    
174     !IF "$(NO_EXTERNAL_DEPS)" != "1"
175     !IF EXISTS("VTBFileUtil.dep")
176     !INCLUDE "VTBFileUtil.dep"
177     !ELSE
178     !MESSAGE Warning: cannot find "VTBFileUtil.dep"
179     !ENDIF
180     !ENDIF
181    
182    
183     !IF "$(CFG)" == "VTBFileUtil - Win32 Release" || "$(CFG)" == "VTBFileUtil - Win32 Debug"
184     SOURCE=.\VTBFileUtil.cpp
185    
186     "$(INTDIR)\VTBFileUtil.obj" : $(SOURCE) "$(INTDIR)"
187    
188    
189     SOURCE=.\VTBFileUtil.rc
190    
191     "$(INTDIR)\VTBFileUtil.res" : $(SOURCE) "$(INTDIR)"
192     $(RSC) $(RSC_PROJ) $(SOURCE)
193    
194    
195    
196     !ENDIF
197