00001 # Microsoft Developer Studio Project File - Name="ArrayTst" - Package Owner=<4> 00002 # Microsoft Developer Studio Generated Build File, Format Version 5.00 00003 # ** DO NOT EDIT ** 00004 00005 # TARGTYPE "Win32 (x86) Console Application" 0x0103 00006 00007 CFG=ArrayTst - Win32 Debug 00008 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 00009 !MESSAGE use the Export Makefile command and run 00010 !MESSAGE 00011 !MESSAGE NMAKE /f "ArrayTst.mak". 00012 !MESSAGE 00013 !MESSAGE You can specify a configuration when running NMAKE 00014 !MESSAGE by defining the macro CFG on the command line. For example: 00015 !MESSAGE 00016 !MESSAGE NMAKE /f "ArrayTst.mak" CFG="ArrayTst - Win32 Debug" 00017 !MESSAGE 00018 !MESSAGE Possible choices for configuration are: 00019 !MESSAGE 00020 !MESSAGE "ArrayTst - Win32 Release" (based on\ 00021 "Win32 (x86) Console Application") 00022 !MESSAGE "ArrayTst - Win32 Debug" (based on "Win32 (x86) Console Application") 00023 !MESSAGE 00024 00025 # Begin Project 00026 # PROP Scc_ProjName "" 00027 # PROP Scc_LocalPath "" 00028 CPP=cl.exe 00029 RSC=rc.exe 00030 00031 !IF "$(CFG)" == "ArrayTst - Win32 Release" 00032 00033 # PROP BASE Use_MFC 0 00034 # PROP BASE Use_Debug_Libraries 0 00035 # PROP BASE Output_Dir "Release" 00036 # PROP BASE Intermediate_Dir "Release" 00037 # PROP BASE Target_Dir "" 00038 # PROP Use_MFC 0 00039 # PROP Use_Debug_Libraries 0 00040 # PROP Output_Dir "Release" 00041 # PROP Intermediate_Dir "Release" 00042 # PROP Target_Dir "" 00043 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 00044 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 00045 # ADD BASE RSC /l 0x409 /d "NDEBUG" 00046 # ADD RSC /l 0x409 /d "NDEBUG" 00047 BSC32=bscmake.exe 00048 # ADD BASE BSC32 /nologo 00049 # ADD BSC32 /nologo 00050 LINK32=link.exe 00051 # 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 /nologo /subsystem:console /machine:I386 00052 # 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 /nologo /subsystem:console /machine:I386 00053 00054 !ELSEIF "$(CFG)" == "ArrayTst - Win32 Debug" 00055 00056 # PROP BASE Use_MFC 0 00057 # PROP BASE Use_Debug_Libraries 1 00058 # PROP BASE Output_Dir "Debug" 00059 # PROP BASE Intermediate_Dir "Debug" 00060 # PROP BASE Target_Dir "" 00061 # PROP Use_MFC 0 00062 # PROP Use_Debug_Libraries 1 00063 # PROP Output_Dir "Debug" 00064 # PROP Intermediate_Dir "Debug" 00065 # PROP Target_Dir "" 00066 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 00067 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 00068 # ADD BASE RSC /l 0x409 /d "_DEBUG" 00069 # ADD RSC /l 0x409 /d "_DEBUG" 00070 BSC32=bscmake.exe 00071 # ADD BASE BSC32 /nologo 00072 # ADD BSC32 /nologo 00073 LINK32=link.exe 00074 # 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept 00075 # 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept 00076 00077 !ENDIF 00078 00079 # Begin Target 00080 00081 # Name "ArrayTst - Win32 Release" 00082 # Name "ArrayTst - Win32 Debug" 00083 # Begin Source File 00084 00085 SOURCE=.\ArrayTst.cpp 00086 # End Source File 00087 # End Target 00088 # End Project