1# Microsoft Developer Studio Project File - Name="in_nsf" - 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
7CFG=in_nsf - Win32 Release
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 "in_nsf.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 "in_nsf.mak" CFG="in_nsf - Win32 Release"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "in_nsf - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "in_nsf - Win32 Debug" (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 ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "in_nsf - Win32 Release"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir ".\Release"
37# PROP BASE Intermediate_Dir ".\Release"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir ".\Release"
42# PROP Intermediate_Dir ".\Release"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
46# ADD CPP /nologo /W3 /WX /O2 /I "src" /I "src\cpu\nes6502" /I "src\machine" /I "src\sndhrdw" /I "src\winamp" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "LITTLE_ENDIAN" /D "NSF_PLAYER" /FD /c
47# SUBTRACT CPP /YX
48# ADD BASE MTL /nologo /D "NDEBUG" /win32
49# ADD MTL /nologo /I "." /I "src" /I ".." /D "NDEBUG" /mktyplib203 /win32
50# ADD BASE RSC /l 0x409 /d "NDEBUG"
51# ADD RSC /l 0x409 /d "NDEBUG"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=link.exe
56# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
57# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib msvcrt.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /out:"C:/progra~1/winamp/plugins/in_nsf.dll"
58# SUBTRACT LINK32 /debug
59
60!ELSEIF  "$(CFG)" == "in_nsf - Win32 Debug"
61
62# PROP BASE Use_MFC 0
63# PROP BASE Use_Debug_Libraries 1
64# PROP BASE Output_Dir ".\Debug"
65# PROP BASE Intermediate_Dir ".\Debug"
66# PROP BASE Target_Dir ""
67# PROP Use_MFC 0
68# PROP Use_Debug_Libraries 1
69# PROP Output_Dir ".\Debug"
70# PROP Intermediate_Dir ".\Debug"
71# PROP Ignore_Export_Lib 0
72# PROP Target_Dir ""
73# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
74# ADD CPP /nologo /ML /W3 /Gm /GX /ZI /Od /I "src" /I "src\cpu\nes6502" /I "src\machine" /I "src\sndhrdw" /I "src\winamp" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "LITTLE_ENDIAN" /D "NSF_PLAYER" /D "NOFRENDO_DEBUG" /D "OSD_LOG" /YX /FD /c
75# ADD BASE MTL /nologo /D "_DEBUG" /win32
76# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
77# ADD BASE RSC /l 0x409 /d "_DEBUG"
78# ADD RSC /l 0x409 /d "_DEBUG"
79BSC32=bscmake.exe
80# ADD BASE BSC32 /nologo
81# ADD BSC32 /nologo
82LINK32=link.exe
83# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
84# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib msvcrt.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib /out:"C:/progra~1/winamp/plugins/in_nsf.dll"
85
86!ENDIF
87
88# Begin Target
89
90# Name "in_nsf - Win32 Release"
91# Name "in_nsf - Win32 Debug"
92# Begin Group "Source Files"
93
94# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
95# Begin Group "cpu"
96
97# PROP Default_Filter ""
98# Begin Source File
99
100SOURCE=.\src\cpu\nes6502\dis6502.c
101# End Source File
102# Begin Source File
103
104SOURCE=.\src\cpu\nes6502\nes6502.c
105# End Source File
106# End Group
107# Begin Group "machine"
108
109# PROP Default_Filter ""
110# Begin Source File
111
112SOURCE=.\src\machine\nsf.c
113# End Source File
114# End Group
115# Begin Group "sound hardware"
116
117# PROP Default_Filter ""
118# Begin Source File
119
120SOURCE=.\src\sndhrdw\fds_snd.c
121# End Source File
122# Begin Source File
123
124SOURCE=.\src\sndhrdw\fmopl.c
125# End Source File
126# Begin Source File
127
128SOURCE=.\src\sndhrdw\mmc5_snd.c
129# End Source File
130# Begin Source File
131
132SOURCE=.\src\sndhrdw\nes_apu.c
133# End Source File
134# Begin Source File
135
136SOURCE=.\src\sndhrdw\vrc7_snd.c
137# End Source File
138# Begin Source File
139
140SOURCE=.\src\sndhrdw\vrcvisnd.c
141# End Source File
142# End Group
143# Begin Group "utility"
144
145# PROP Default_Filter ""
146# Begin Source File
147
148SOURCE=.\src\log.c
149# End Source File
150# Begin Source File
151
152SOURCE=.\src\memguard.c
153# End Source File
154# End Group
155# Begin Source File
156
157SOURCE=.\src\winamp\in_nsf.c
158# End Source File
159# Begin Source File
160
161SOURCE=.\src\winamp\in_nsf.rc
162# End Source File
163# End Group
164# Begin Group "Header Files"
165
166# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
167# Begin Group "cpu hdr"
168
169# PROP Default_Filter ""
170# Begin Source File
171
172SOURCE=.\src\cpu\nes6502\dis6502.h
173# End Source File
174# Begin Source File
175
176SOURCE=.\src\cpu\nes6502\nes6502.h
177# End Source File
178# End Group
179# Begin Group "machine hdr"
180
181# PROP Default_Filter ""
182# Begin Source File
183
184SOURCE=.\src\machine\nsf.h
185# End Source File
186# End Group
187# Begin Group "sound hardware hdr"
188
189# PROP Default_Filter ""
190# Begin Source File
191
192SOURCE=.\src\sndhrdw\fds_snd.h
193# End Source File
194# Begin Source File
195
196SOURCE=.\src\sndhrdw\Fmopl.h
197# End Source File
198# Begin Source File
199
200SOURCE=.\src\sndhrdw\mmc5_snd.h
201# End Source File
202# Begin Source File
203
204SOURCE=.\src\sndhrdw\nes_apu.h
205# End Source File
206# Begin Source File
207
208SOURCE=.\src\sndhrdw\vrc7_snd.h
209# End Source File
210# Begin Source File
211
212SOURCE=.\src\sndhrdw\vrcvisnd.h
213# End Source File
214# End Group
215# Begin Group "utility hdr"
216
217# PROP Default_Filter ""
218# Begin Source File
219
220SOURCE=.\src\log.h
221# End Source File
222# Begin Source File
223
224SOURCE=.\src\memguard.h
225# End Source File
226# End Group
227# Begin Source File
228
229SOURCE=.\src\osd.h
230# End Source File
231# Begin Source File
232
233SOURCE=.\src\types.h
234# End Source File
235# Begin Source File
236
237SOURCE=.\src\version.h
238# End Source File
239# Begin Source File
240
241SOURCE=.\src\winamp\winamp.h
242# End Source File
243# End Group
244# Begin Group "Resource Files"
245
246# PROP Default_Filter ""
247# Begin Source File
248
249SOURCE=.\src\winamp\blade256.bmp
250# End Source File
251# Begin Source File
252
253SOURCE=.\src\winamp\nosefart.bmp
254# End Source File
255# End Group
256# Begin Group "Documents"
257
258# PROP Default_Filter ""
259# Begin Source File
260
261SOURCE=.\doc\in_nsf.txt
262# End Source File
263# End Group
264# End Target
265# End Project
266