1# Microsoft Developer Studio Generated NMAKE File, Format Version 40001
2# ** �ҏW���Ȃ��ł������� **
3
4# TARGTYPE "Win32 (x86) External Target" 0x0106
5
6!IF "$(CFG)" == ""
7CFG=npc - Win32 Debug
8!MESSAGE �\�����w�肳��Ă��܂���B��̫�Ă� npc - Win32 Debug ��ݒ肵�܂��B
9!ENDIF
10
11!IF "$(CFG)" != "npc - Win32 Release" && "$(CFG)" != "npc - Win32 Debug"
12!MESSAGE �w�肳�ꂽ ����� Ӱ�� "$(CFG)" �͐���������܂���B
13!MESSAGE ����� ײݏ��ϸ� 'CFG' ���`���邱�Ƃɂ����
14!MESSAGE NMAKE ���s��������� Ӱ�ނ��w��ł��܂��B�Ⴆ��:
15!MESSAGE
16!MESSAGE NMAKE /f "npc.mak" CFG="npc - Win32 Debug"
17!MESSAGE
18!MESSAGE �I���”\������� Ӱ��:
19!MESSAGE
20!MESSAGE "npc - Win32 Release" ("Win32 (x86) External Target" �p)
21!MESSAGE "npc - Win32 Debug" ("Win32 (x86) External Target" �p)
22!MESSAGE
23!ERROR �����ȍ\�����w�肳��Ă��܂��B
24!ENDIF
25
26!IF "$(OS)" == "Windows_NT"
27NULL=
28!ELSE
29NULL=nul
30!ENDIF
31################################################################################
32# Begin Project
33
34!IF  "$(CFG)" == "npc - Win32 Release"
35
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP BASE Cmd_Line "NMAKE /f Makefile.w32"
41# PROP BASE Rebuild_Opt "/a"
42# PROP BASE Target_File "Makefile.exe"
43# PROP BASE Bsc_Name "Makefile.bsc"
44# PROP Use_Debug_Libraries 0
45# PROP Output_Dir "Release"
46# PROP Intermediate_Dir "Release"
47# PROP Target_Dir ""
48# PROP Cmd_Line "NMAKE /f Makefile.w32"
49# PROP Rebuild_Opt "/a"
50# PROP Target_File "npc.exe"
51# PROP Bsc_Name "npc.bsc"
52OUTDIR=.\Release
53INTDIR=.\Release
54
55ALL :
56
57CLEAN :
58	-@erase
59
60"$(OUTDIR)" :
61    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
62
63!ELSEIF  "$(CFG)" == "npc - Win32 Debug"
64
65# PROP BASE Use_Debug_Libraries 1
66# PROP BASE Output_Dir "Debug"
67# PROP BASE Intermediate_Dir "Debug"
68# PROP BASE Target_Dir ""
69# PROP BASE Cmd_Line "NMAKE /f Makefile.w32"
70# PROP BASE Rebuild_Opt "/a"
71# PROP BASE Target_File "Makefile.exe"
72# PROP BASE Bsc_Name "Makefile.bsc"
73# PROP Use_Debug_Libraries 1
74# PROP Output_Dir "Debug"
75# PROP Intermediate_Dir "Debug"
76# PROP Target_Dir ""
77# PROP Cmd_Line "NMAKE /f Makefile.w32"
78# PROP Rebuild_Opt "/a"
79# PROP Target_File "npc.exe"
80# PROP Bsc_Name "npc.bsc"
81OUTDIR=.\Debug
82INTDIR=.\Debug
83
84ALL :
85
86CLEAN :
87	-@erase
88
89"$(OUTDIR)" :
90    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
91
92!ENDIF
93
94################################################################################
95# Begin Target
96
97# Name "npc - Win32 Release"
98# Name "npc - Win32 Debug"
99
100!IF  "$(CFG)" == "npc - Win32 Release"
101
102"$(OUTDIR)\npc.exe" :
103   CD D:\My Documents\C\npc082\src
104   NMAKE /f Makefile.w32
105
106!ELSEIF  "$(CFG)" == "npc - Win32 Debug"
107
108"$(OUTDIR)\npc.exe" :
109   CD D:\My Documents\C\npc082\src
110   NMAKE /f Makefile.w32
111
112!ENDIF
113
114################################################################################
115# Begin Source File
116
117SOURCE=.\Makefile.w32
118
119!IF  "$(CFG)" == "npc - Win32 Release"
120
121!ELSEIF  "$(CFG)" == "npc - Win32 Debug"
122
123!ENDIF
124
125# End Source File
126# End Target
127# End Project
128################################################################################
129