xref: /third_party/icu/tools/colprobe/colprobe.dsp (revision 2e5b6d6d)
12e5b6d6dSopenharmony_ci# Microsoft Developer Studio Project File - Name="colprobe" - Package Owner=<4>
22e5b6d6dSopenharmony_ci# Microsoft Developer Studio Generated Build File, Format Version 6.00
32e5b6d6dSopenharmony_ci# ** DO NOT EDIT **
42e5b6d6dSopenharmony_ci
52e5b6d6dSopenharmony_ci# TARGTYPE "Win32 (x86) Console Application" 0x0103
62e5b6d6dSopenharmony_ci
72e5b6d6dSopenharmony_ciCFG=colprobe - Win32 Debug
82e5b6d6dSopenharmony_ci!MESSAGE This is not a valid makefile. To build this project using NMAKE,
92e5b6d6dSopenharmony_ci!MESSAGE use the Export Makefile command and run
102e5b6d6dSopenharmony_ci!MESSAGE 
112e5b6d6dSopenharmony_ci!MESSAGE NMAKE /f "colprobe.mak".
122e5b6d6dSopenharmony_ci!MESSAGE 
132e5b6d6dSopenharmony_ci!MESSAGE You can specify a configuration when running NMAKE
142e5b6d6dSopenharmony_ci!MESSAGE by defining the macro CFG on the command line. For example:
152e5b6d6dSopenharmony_ci!MESSAGE 
162e5b6d6dSopenharmony_ci!MESSAGE NMAKE /f "colprobe.mak" CFG="colprobe - Win32 Debug"
172e5b6d6dSopenharmony_ci!MESSAGE 
182e5b6d6dSopenharmony_ci!MESSAGE Possible choices for configuration are:
192e5b6d6dSopenharmony_ci!MESSAGE 
202e5b6d6dSopenharmony_ci!MESSAGE "colprobe - Win32 Release" (based on "Win32 (x86) Console Application")
212e5b6d6dSopenharmony_ci!MESSAGE "colprobe - Win32 Debug" (based on "Win32 (x86) Console Application")
222e5b6d6dSopenharmony_ci!MESSAGE 
232e5b6d6dSopenharmony_ci
242e5b6d6dSopenharmony_ci# Begin Project
252e5b6d6dSopenharmony_ci# PROP AllowPerConfigDependencies 0
262e5b6d6dSopenharmony_ci# PROP Scc_ProjName ""
272e5b6d6dSopenharmony_ci# PROP Scc_LocalPath ""
282e5b6d6dSopenharmony_ciCPP=cl.exe
292e5b6d6dSopenharmony_ciRSC=rc.exe
302e5b6d6dSopenharmony_ci
312e5b6d6dSopenharmony_ci!IF  "$(CFG)" == "colprobe - Win32 Release"
322e5b6d6dSopenharmony_ci
332e5b6d6dSopenharmony_ci# PROP BASE Use_MFC 0
342e5b6d6dSopenharmony_ci# PROP BASE Use_Debug_Libraries 0
352e5b6d6dSopenharmony_ci# PROP BASE Output_Dir "Release"
362e5b6d6dSopenharmony_ci# PROP BASE Intermediate_Dir "Release"
372e5b6d6dSopenharmony_ci# PROP BASE Target_Dir ""
382e5b6d6dSopenharmony_ci# PROP Use_MFC 0
392e5b6d6dSopenharmony_ci# PROP Use_Debug_Libraries 0
402e5b6d6dSopenharmony_ci# PROP Output_Dir "Release"
412e5b6d6dSopenharmony_ci# PROP Intermediate_Dir "Release"
422e5b6d6dSopenharmony_ci# PROP Ignore_Export_Lib 0
432e5b6d6dSopenharmony_ci# PROP Target_Dir ""
442e5b6d6dSopenharmony_ciMTL=midl.exe
452e5b6d6dSopenharmony_ci# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
462e5b6d6dSopenharmony_ci# ADD CPP /nologo /W3 /GX /O2 /I "../../../include" /I "../../tools/toolutil" /I "../../common" /I "../../i18n" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
472e5b6d6dSopenharmony_ci# ADD BASE RSC /l 0x409 /d "NDEBUG"
482e5b6d6dSopenharmony_ci# ADD RSC /l 0x409 /d "NDEBUG"
492e5b6d6dSopenharmony_ciBSC32=bscmake.exe
502e5b6d6dSopenharmony_ci# ADD BASE BSC32 /nologo
512e5b6d6dSopenharmony_ci# ADD BSC32 /nologo
522e5b6d6dSopenharmony_ciLINK32=link.exe
532e5b6d6dSopenharmony_ci# 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 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
542e5b6d6dSopenharmony_ci# ADD LINK32 icuio.lib icuuc.lib icuin.lib icutu.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /libpath:"../../../lib"
552e5b6d6dSopenharmony_ci
562e5b6d6dSopenharmony_ci!ELSEIF  "$(CFG)" == "colprobe - Win32 Debug"
572e5b6d6dSopenharmony_ci
582e5b6d6dSopenharmony_ci# PROP BASE Use_MFC 0
592e5b6d6dSopenharmony_ci# PROP BASE Use_Debug_Libraries 1
602e5b6d6dSopenharmony_ci# PROP BASE Output_Dir "Debug"
612e5b6d6dSopenharmony_ci# PROP BASE Intermediate_Dir "Debug"
622e5b6d6dSopenharmony_ci# PROP BASE Target_Dir ""
632e5b6d6dSopenharmony_ci# PROP Use_MFC 0
642e5b6d6dSopenharmony_ci# PROP Use_Debug_Libraries 1
652e5b6d6dSopenharmony_ci# PROP Output_Dir "Debug"
662e5b6d6dSopenharmony_ci# PROP Intermediate_Dir "Debug"
672e5b6d6dSopenharmony_ci# PROP Ignore_Export_Lib 0
682e5b6d6dSopenharmony_ci# PROP Target_Dir ""
692e5b6d6dSopenharmony_ciMTL=midl.exe
702e5b6d6dSopenharmony_ci# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
712e5b6d6dSopenharmony_ci# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../tools/toolutil" /I "../../common" /I "../../i18n" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
722e5b6d6dSopenharmony_ci# ADD BASE RSC /l 0x409 /d "_DEBUG"
732e5b6d6dSopenharmony_ci# ADD RSC /l 0x409 /d "_DEBUG"
742e5b6d6dSopenharmony_ciBSC32=bscmake.exe
752e5b6d6dSopenharmony_ci# ADD BASE BSC32 /nologo
762e5b6d6dSopenharmony_ci# ADD BSC32 /nologo
772e5b6d6dSopenharmony_ciLINK32=link.exe
782e5b6d6dSopenharmony_ci# 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 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
792e5b6d6dSopenharmony_ci# ADD LINK32 icuiod.lib icuucd.lib icuind.lib icutud.lib 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 /libpath:"../../../lib"
802e5b6d6dSopenharmony_ci
812e5b6d6dSopenharmony_ci!ENDIF 
822e5b6d6dSopenharmony_ci
832e5b6d6dSopenharmony_ci# Begin Target
842e5b6d6dSopenharmony_ci
852e5b6d6dSopenharmony_ci# Name "colprobe - Win32 Release"
862e5b6d6dSopenharmony_ci# Name "colprobe - Win32 Debug"
872e5b6d6dSopenharmony_ci# Begin Group "Source Files"
882e5b6d6dSopenharmony_ci
892e5b6d6dSopenharmony_ci# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
902e5b6d6dSopenharmony_ci# Begin Source File
912e5b6d6dSopenharmony_ci
922e5b6d6dSopenharmony_ciSOURCE=.\colprobeNew.cpp
932e5b6d6dSopenharmony_ci# End Source File
942e5b6d6dSopenharmony_ci# Begin Source File
952e5b6d6dSopenharmony_ci
962e5b6d6dSopenharmony_ciSOURCE=.\line.cpp
972e5b6d6dSopenharmony_ci# End Source File
982e5b6d6dSopenharmony_ci# Begin Source File
992e5b6d6dSopenharmony_ci
1002e5b6d6dSopenharmony_ciSOURCE=.\sortedlines.cpp
1012e5b6d6dSopenharmony_ci# End Source File
1022e5b6d6dSopenharmony_ci# Begin Source File
1032e5b6d6dSopenharmony_ci
1042e5b6d6dSopenharmony_ciSOURCE=.\strengthprobe.cpp
1052e5b6d6dSopenharmony_ci# End Source File
1062e5b6d6dSopenharmony_ci# Begin Source File
1072e5b6d6dSopenharmony_ci
1082e5b6d6dSopenharmony_ciSOURCE=.\targetsetgenerator.cpp
1092e5b6d6dSopenharmony_ci# End Source File
1102e5b6d6dSopenharmony_ci# Begin Source File
1112e5b6d6dSopenharmony_ci
1122e5b6d6dSopenharmony_ciSOURCE=.\uprinter.cpp
1132e5b6d6dSopenharmony_ci# End Source File
1142e5b6d6dSopenharmony_ci# End Group
1152e5b6d6dSopenharmony_ci# Begin Group "Header Files"
1162e5b6d6dSopenharmony_ci
1172e5b6d6dSopenharmony_ci# PROP Default_Filter "h;hpp;hxx;hm;inl"
1182e5b6d6dSopenharmony_ci# Begin Source File
1192e5b6d6dSopenharmony_ci
1202e5b6d6dSopenharmony_ciSOURCE=.\colprobe.h
1212e5b6d6dSopenharmony_ci# End Source File
1222e5b6d6dSopenharmony_ci# Begin Source File
1232e5b6d6dSopenharmony_ci
1242e5b6d6dSopenharmony_ciSOURCE=.\line.h
1252e5b6d6dSopenharmony_ci# End Source File
1262e5b6d6dSopenharmony_ci# Begin Source File
1272e5b6d6dSopenharmony_ci
1282e5b6d6dSopenharmony_ciSOURCE=.\sortedlines.h
1292e5b6d6dSopenharmony_ci# End Source File
1302e5b6d6dSopenharmony_ci# Begin Source File
1312e5b6d6dSopenharmony_ci
1322e5b6d6dSopenharmony_ciSOURCE=.\strengthprobe.h
1332e5b6d6dSopenharmony_ci# End Source File
1342e5b6d6dSopenharmony_ci# Begin Source File
1352e5b6d6dSopenharmony_ci
1362e5b6d6dSopenharmony_ciSOURCE=.\targetsetgenerator.h
1372e5b6d6dSopenharmony_ci# End Source File
1382e5b6d6dSopenharmony_ci# Begin Source File
1392e5b6d6dSopenharmony_ci
1402e5b6d6dSopenharmony_ciSOURCE=.\uprinter.h
1412e5b6d6dSopenharmony_ci# End Source File
1422e5b6d6dSopenharmony_ci# End Group
1432e5b6d6dSopenharmony_ci# Begin Group "Resource Files"
1442e5b6d6dSopenharmony_ci
1452e5b6d6dSopenharmony_ci# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1462e5b6d6dSopenharmony_ci# End Group
1472e5b6d6dSopenharmony_ci# End Target
1482e5b6d6dSopenharmony_ci# End Project
149