Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
4.3 KiB

  1. # Microsoft Developer Studio Project File - Name="regpromtps" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=regpromtps - Win32 Debug x86
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "regprompts.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "regprompts.mak" CFG="regpromtps - Win32 Debug x86"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "regpromtps - Win32 Debug x86" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "regpromtps - Win32 Release x86" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "regpromtps - Win32 Debug x86"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 1
  30. # PROP BASE Output_Dir "Debug_x86"
  31. # PROP BASE Intermediate_Dir "Debug_x86"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 1
  35. # PROP Output_Dir "Debug"
  36. # PROP Intermediate_Dir "Debug"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\sdk\include" /I "..\Common\getopt" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  40. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\sapi\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  41. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  42. # ADD RSC /l 0x409 /d "_DEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # 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 /libpath:"..\..\..\sdk\lib\i386"
  48. # 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 /libpath:"..\..\..\sapi\lib"
  49. # Begin Special Build Tool
  50. OutDir=.\Debug
  51. TargetName=regprompts
  52. SOURCE="$(InputPath)"
  53. PostBuild_Desc=Register voices
  54. PostBuild_Cmds=$(OutDir)\$(TargetName).exe
  55. # End Special Build Tool
  56. !ELSEIF "$(CFG)" == "regpromtps - Win32 Release x86"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 0
  59. # PROP BASE Output_Dir "Release_x86"
  60. # PROP BASE Intermediate_Dir "Release_x86"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 0
  63. # PROP Use_Debug_Libraries 0
  64. # PROP Output_Dir "Release"
  65. # PROP Intermediate_Dir "Release"
  66. # PROP Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  69. # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\sapi\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  70. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  71. # ADD RSC /l 0x409 /d "NDEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # 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
  77. # 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 /libpath:"..\..\..\sapi\lib"
  78. # Begin Special Build Tool
  79. OutDir=.\Release
  80. TargetName=regprompts
  81. SOURCE="$(InputPath)"
  82. PostBuild_Desc=Register voices
  83. PostBuild_Cmds=$(OutDir)\$(TargetName).exe
  84. # End Special Build Tool
  85. !ENDIF
  86. # Begin Target
  87. # Name "regpromtps - Win32 Debug x86"
  88. # Name "regpromtps - Win32 Release x86"
  89. # Begin Group "Source Files"
  90. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  91. # Begin Source File
  92. SOURCE=.\regprompts.cpp
  93. # End Source File
  94. # End Group
  95. # End Target
  96. # End Project