# Microsoft Developer Studio Generated NMAKE File, Format Version 40001 # ** 編集しないでください ** # TARGTYPE "Win32 (x86) External Target" 0x0106 !IF "$(CFG)" == "" CFG=npc - Win32 Debug !MESSAGE 構成が指定されていません。デフォルトの npc - Win32 Debug を設定します。 !ENDIF !IF "$(CFG)" != "npc - Win32 Release" && "$(CFG)" != "npc - Win32 Debug" !MESSAGE 指定された ビルド モード "$(CFG)" は正しくありません。 !MESSAGE コマンド ライン上でマクロ 'CFG' を定義することによって !MESSAGE NMAKE 実行時にビルド モードを指定できます。例えば: !MESSAGE !MESSAGE NMAKE /f "npc.mak" CFG="npc - Win32 Debug" !MESSAGE !MESSAGE 選択可能なビルド モード: !MESSAGE !MESSAGE "npc - Win32 Release" ("Win32 (x86) External Target" 用) !MESSAGE "npc - Win32 Debug" ("Win32 (x86) External Target" 用) !MESSAGE !ERROR 無効な構成が指定されています。 !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF ################################################################################ # Begin Project !IF "$(CFG)" == "npc - Win32 Release" # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP BASE Cmd_Line "NMAKE /f Makefile.w32" # PROP BASE Rebuild_Opt "/a" # PROP BASE Target_File "Makefile.exe" # PROP BASE Bsc_Name "Makefile.bsc" # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # PROP Cmd_Line "NMAKE /f Makefile.w32" # PROP Rebuild_Opt "/a" # PROP Target_File "npc.exe" # PROP Bsc_Name "npc.bsc" OUTDIR=.\Release INTDIR=.\Release ALL : CLEAN : -@erase "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" !ELSEIF "$(CFG)" == "npc - Win32 Debug" # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP BASE Cmd_Line "NMAKE /f Makefile.w32" # PROP BASE Rebuild_Opt "/a" # PROP BASE Target_File "Makefile.exe" # PROP BASE Bsc_Name "Makefile.bsc" # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # PROP Cmd_Line "NMAKE /f Makefile.w32" # PROP Rebuild_Opt "/a" # PROP Target_File "npc.exe" # PROP Bsc_Name "npc.bsc" OUTDIR=.\Debug INTDIR=.\Debug ALL : CLEAN : -@erase "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" !ENDIF ################################################################################ # Begin Target # Name "npc - Win32 Release" # Name "npc - Win32 Debug" !IF "$(CFG)" == "npc - Win32 Release" "$(OUTDIR)\npc.exe" : CD D:\My Documents\C\npc082\src NMAKE /f Makefile.w32 !ELSEIF "$(CFG)" == "npc - Win32 Debug" "$(OUTDIR)\npc.exe" : CD D:\My Documents\C\npc082\src NMAKE /f Makefile.w32 !ENDIF ################################################################################ # Begin Source File SOURCE=.\Makefile.w32 !IF "$(CFG)" == "npc - Win32 Release" !ELSEIF "$(CFG)" == "npc - Win32 Debug" !ENDIF # End Source File # End Target # End Project ################################################################################