added stb, more binaryout changes"
[henge/apc.git] / stb / tests / stb.dsp
1 # Microsoft Developer Studio Project File - Name="stb" - 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=stb - 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 "stb.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 "stb.mak" CFG="stb - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "stb - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "stb - 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)" == "stb - 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 "Release"
41 # PROP Intermediate_Dir "Release"
42 # PROP Ignore_Export_Lib 0
43 # PROP Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD CPP /nologo /G6 /MT /W3 /GX /Z7 /O2 /Ob2 /I ".." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "GRID_TEST" /FD /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
47 # ADD RSC /l 0x409 /d "NDEBUG"
48 BSC32=bscmake.exe
49 # ADD BASE BSC32 /nologo
50 # ADD BSC32 /nologo
51 LINK32=link.exe
52 # 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
53 # 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 /nologo /subsystem:console /debug /machine:I386
54
55 !ELSEIF "$(CFG)" == "stb - Win32 Debug"
56
57 # PROP BASE Use_MFC 0
58 # PROP BASE Use_Debug_Libraries 1
59 # PROP BASE Output_Dir "Debug"
60 # PROP BASE Intermediate_Dir "Debug"
61 # PROP BASE Target_Dir ""
62 # PROP Use_MFC 0
63 # PROP Use_Debug_Libraries 1
64 # PROP Output_Dir "Debug"
65 # PROP Intermediate_Dir "Debug\stb"
66 # PROP Ignore_Export_Lib 0
67 # PROP Target_Dir ""
68 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
69 # ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "GRID_TEST" /FR /FD /GZ /c
70 # SUBTRACT CPP /YX
71 # ADD BASE RSC /l 0x409 /d "_DEBUG"
72 # ADD RSC /l 0x409 /d "_DEBUG"
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 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
78 # 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 /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept
79 # SUBTRACT LINK32 /force
80
81 !ENDIF
82
83 # Begin Target
84
85 # Name "stb - Win32 Release"
86 # Name "stb - Win32 Debug"
87 # Begin Source File
88
89 SOURCE=.\grid_reachability.c
90 # End Source File
91 # Begin Source File
92
93 SOURCE=.\stb.c
94 # End Source File
95 # Begin Source File
96
97 SOURCE=..\stb.h
98 # End Source File
99 # Begin Source File
100
101 SOURCE=..\stb_c_lexer.h
102 # End Source File
103 # Begin Source File
104
105 SOURCE=..\stb_connected_components.h
106 # End Source File
107 # Begin Source File
108
109 SOURCE=..\stb_divide.h
110 # End Source File
111 # Begin Source File
112
113 SOURCE=..\stb_dxt.h
114 # End Source File
115 # Begin Source File
116
117 SOURCE=..\stb_easy_font.h
118 # End Source File
119 # Begin Source File
120
121 SOURCE=..\stb_herringbone_wang_tile.h
122 # End Source File
123 # Begin Source File
124
125 SOURCE=..\stb_image.h
126 # End Source File
127 # Begin Source File
128
129 SOURCE=..\stb_image_resize.h
130 # End Source File
131 # Begin Source File
132
133 SOURCE=..\stb_image_write.h
134 # End Source File
135 # Begin Source File
136
137 SOURCE=..\stb_leakcheck.h
138 # End Source File
139 # Begin Source File
140
141 SOURCE=..\stb_malloc.h
142 # End Source File
143 # Begin Source File
144
145 SOURCE=..\stb_perlin.h
146 # End Source File
147 # Begin Source File
148
149 SOURCE=..\stb_pg.h
150 # End Source File
151 # Begin Source File
152
153 SOURCE=..\stb_rect_pack.h
154 # End Source File
155 # Begin Source File
156
157 SOURCE=..\stb_sprintf.h
158 # End Source File
159 # Begin Source File
160
161 SOURCE=..\stb_textedit.h
162 # End Source File
163 # Begin Source File
164
165 SOURCE=..\stb_tilemap_editor.h
166 # End Source File
167 # Begin Source File
168
169 SOURCE=..\stb_truetype.h
170 # End Source File
171 # Begin Source File
172
173 SOURCE=..\stb_vorbis.c
174 # End Source File
175 # Begin Source File
176
177 SOURCE=..\stb_voxel_render.h
178 # End Source File
179 # Begin Source File
180
181 SOURCE=..\stretchy_buffer.h
182 # End Source File
183 # Begin Source File
184
185 SOURCE=.\stretchy_buffer_test.c
186 # End Source File
187 # Begin Source File
188
189 SOURCE=.\test_c_compilation.c
190 # End Source File
191 # Begin Source File
192
193 SOURCE=.\test_truetype.c
194 # End Source File
195 # Begin Source File
196
197 SOURCE=.\test_vorbis.c
198 # End Source File
199 # Begin Source File
200
201 SOURCE=.\textedit_sample.c
202 # End Source File
203 # End Target
204 # End Project