[BACK]Return to asir32gui.dsp CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / asir32gui

Annotation of OpenXM_contrib2/windows/asir32gui/asir32gui.dsp, Revision 1.1

1.1     ! noro        1: # Microsoft Developer Studio Project File - Name="asir32gui" - Package Owner=<4>
        !             2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
        !             3: # ** 編集しないでください **
        !             4:
        !             5: # TARGTYPE "Win32 (x86) Application" 0x0101
        !             6:
        !             7: CFG=asir32gui - Win32 Release
        !             8: !MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
        !             9: !MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
        !            10: !MESSAGE
        !            11: !MESSAGE NMAKE /f "asir32gui.mak".
        !            12: !MESSAGE
        !            13: !MESSAGE NMAKE の実行時に構成を指定できます
        !            14: !MESSAGE コマンド ライン上でマクロの設定を定義します。例:
        !            15: !MESSAGE
        !            16: !MESSAGE NMAKE /f "asir32gui.mak" CFG="asir32gui - Win32 Release"
        !            17: !MESSAGE
        !            18: !MESSAGE 選択可能なビルド モード:
        !            19: !MESSAGE
        !            20: !MESSAGE "asir32gui - Win32 Release" ("Win32 (x86) Application" 用)
        !            21: !MESSAGE "asir32gui - Win32 Debug" ("Win32 (x86) Application" 用)
        !            22: !MESSAGE
        !            23:
        !            24: # Begin Project
        !            25: # PROP AllowPerConfigDependencies 0
        !            26: # PROP Scc_ProjName ""
        !            27: # PROP Scc_LocalPath ""
        !            28: CPP=cl.exe
        !            29: MTL=midl.exe
        !            30: RSC=rc.exe
        !            31:
        !            32: !IF  "$(CFG)" == "asir32gui - Win32 Release"
        !            33:
        !            34: # PROP BASE Use_MFC 5
        !            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 5
        !            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" /D "_MBCS" /Yu"stdafx.h" /c
        !            46: # ADD CPP /nologo /MT /W3 /GX /O2 /I "c:\program files\html help workshop\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
        !            47: # SUBTRACT CPP /YX /Yc /Yu
        !            48: # ADD BASE MTL /nologo /D "NDEBUG" /win32
        !            49: # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
        !            50: # ADD BASE RSC /l 0x411 /d "NDEBUG"
        !            51: # ADD RSC /l 0x411 /d "NDEBUG"
        !            52: BSC32=bscmake.exe
        !            53: # ADD BASE BSC32 /nologo
        !            54: # ADD BSC32 /nologo
        !            55: LINK32=link.exe
        !            56: # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
        !            57: # ADD LINK32 advapi32.lib "c:\program files\html help workshop\htmlhelp.lib" /nologo /subsystem:windows /machine:I386 /out:".\Release\asirgui.exe"
        !            58: # SUBTRACT LINK32 /debug
        !            59:
        !            60: !ELSEIF  "$(CFG)" == "asir32gui - Win32 Debug"
        !            61:
        !            62: # PROP BASE Use_MFC 5
        !            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 6
        !            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" /D "_MBCS" /Yu"stdafx.h" /c
        !            74: # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "c:\program files\html help workshop\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FD /c
        !            75: # SUBTRACT CPP /Fr
        !            76: # ADD BASE MTL /nologo /D "_DEBUG" /win32
        !            77: # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
        !            78: # ADD BASE RSC /l 0x411 /d "_DEBUG"
        !            79: # ADD RSC /l 0x411 /d "_DEBUG" /d "_AFXDLL"
        !            80: BSC32=bscmake.exe
        !            81: # ADD BASE BSC32 /nologo
        !            82: # ADD BSC32 /nologo
        !            83: LINK32=link.exe
        !            84: # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
        !            85: # ADD LINK32 "c:\program files\html help workshop\htmlhelp.lib" advapi32.lib /nologo /subsystem:windows /incremental:no /debug /debugtype:both /machine:I386 /out:".\Debug\asirgui.exe"
        !            86: # SUBTRACT LINK32 /map
        !            87:
        !            88: !ENDIF
        !            89:
        !            90: # Begin Target
        !            91:
        !            92: # Name "asir32gui - Win32 Release"
        !            93: # Name "asir32gui - Win32 Debug"
        !            94: # Begin Group "Source Files"
        !            95:
        !            96: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
        !            97: # Begin Source File
        !            98:
        !            99: SOURCE=.\asir32gui.cpp
        !           100: # End Source File
        !           101: # Begin Source File
        !           102:
        !           103: SOURCE=.\asir32gui.rc
        !           104: # End Source File
        !           105: # Begin Source File
        !           106:
        !           107: SOURCE=.\asir32guiDoc.cpp
        !           108: # End Source File
        !           109: # Begin Source File
        !           110:
        !           111: SOURCE=.\asir32guiView.cpp
        !           112: # End Source File
        !           113: # Begin Source File
        !           114:
        !           115: SOURCE=.\FatalDialog.cpp
        !           116: # End Source File
        !           117: # Begin Source File
        !           118:
        !           119: SOURCE=.\history.c
        !           120: # End Source File
        !           121: # Begin Source File
        !           122:
        !           123: SOURCE=.\io.c
        !           124: # End Source File
        !           125: # Begin Source File
        !           126:
        !           127: SOURCE=.\MainFrm.cpp
        !           128: # End Source File
        !           129: # Begin Source File
        !           130:
        !           131: SOURCE=.\ReadMe.txt
        !           132: # End Source File
        !           133: # Begin Source File
        !           134:
        !           135: SOURCE=.\StdAfx.cpp
        !           136: # ADD CPP /Yc"stdafx.h"
        !           137: # End Source File
        !           138: # End Group
        !           139: # Begin Group "Header Files"
        !           140:
        !           141: # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
        !           142: # Begin Source File
        !           143:
        !           144: SOURCE=.\asir32gui.h
        !           145: # End Source File
        !           146: # Begin Source File
        !           147:
        !           148: SOURCE=.\asir32guiDoc.h
        !           149: # End Source File
        !           150: # Begin Source File
        !           151:
        !           152: SOURCE=.\Asir32guiView.h
        !           153: # End Source File
        !           154: # Begin Source File
        !           155:
        !           156: SOURCE=.\AsirEdit.h
        !           157: # End Source File
        !           158: # Begin Source File
        !           159:
        !           160: SOURCE=.\DebugDialog.h
        !           161: # End Source File
        !           162: # Begin Source File
        !           163:
        !           164: SOURCE=.\MainFrm.h
        !           165: # End Source File
        !           166: # Begin Source File
        !           167:
        !           168: SOURCE=.\StdAfx.h
        !           169: # End Source File
        !           170: # End Group
        !           171: # Begin Group "Resource Files"
        !           172:
        !           173: # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
        !           174: # Begin Source File
        !           175:
        !           176: SOURCE=.\res\asir32gui.ico
        !           177: # End Source File
        !           178: # Begin Source File
        !           179:
        !           180: SOURCE=.\res\asir32gui.rc2
        !           181: # End Source File
        !           182: # Begin Source File
        !           183:
        !           184: SOURCE=.\res\asir32guiDoc.ico
        !           185: # End Source File
        !           186: # Begin Source File
        !           187:
        !           188: SOURCE=.\res\idr_main.ico
        !           189: # End Source File
        !           190: # Begin Source File
        !           191:
        !           192: SOURCE=.\res\mainfram.bmp
        !           193: # End Source File
        !           194: # Begin Source File
        !           195:
        !           196: SOURCE=.\res\std.ico
        !           197: # End Source File
        !           198: # Begin Source File
        !           199:
        !           200: SOURCE=.\res\Toolbar.bmp
        !           201: # End Source File
        !           202: # End Group
        !           203: # End Target
        !           204: # End Project

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>