Encryption.dsp 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # Microsoft Developer Studio Project File - Name="Encryption" - 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=Encryption - Win32 Debug
  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 "Encryption.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 "Encryption.mak" CFG="Encryption - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Encryption - Win32 Debug" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "Encryption - Win32 Release" (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. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Encryption - Win32 Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "Debug"
  32. # PROP BASE Intermediate_Dir "Debug"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "Debug"
  37. # PROP Intermediate_Dir "Debug"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MTd /I "./../../../Include" /ZI /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX
  40. # ADD CPP /nologo /MTd /I "./../../../Include" /ZI /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm PRECOMP_VC7_TOBEREMOVED /GZ /c /GX
  41. # ADD BASE MTL /nologo /win32
  42. # ADD MTL /nologo /win32
  43. # ADD BASE RSC /l 1033
  44. # ADD RSC /l 1033
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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 ./../../../lib/RakNetLibStaticDebug.lib ws2_32.lib /nologo /out:"Debug\Encryption.exe" /incremental:yes /debug /pdb:"Debug\Encryption.pdb" /pdbtype:sept /subsystem:console /machine:ix86
  50. # 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 ./../../../lib/RakNetLibStaticDebug.lib ws2_32.lib /nologo /out:"Debug\Encryption.exe" /incremental:yes /debug /pdb:"Debug\Encryption.pdb" /pdbtype:sept /subsystem:console /machine:ix86
  51. !ELSEIF "$(CFG)" == "Encryption - Win32 Release"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 0
  54. # PROP BASE Output_Dir "Release"
  55. # PROP BASE Intermediate_Dir "Release"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 0
  59. # PROP Output_Dir "Release"
  60. # PROP Intermediate_Dir "Release"
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /MT /I "./../../../Include" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX
  63. # ADD CPP /nologo /MT /I "./../../../Include" /Zi /W3 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" PRECOMP_VC7_TOBEREMOVED /c /GX
  64. # ADD BASE MTL /nologo /win32
  65. # ADD MTL /nologo /win32
  66. # ADD BASE RSC /l 1033
  67. # ADD RSC /l 1033
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LINK32=link.exe
  72. # 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 ./../../../lib/RakNetLibStatic.lib ws2_32.lib /nologo /out:"Release\Encryption.exe" /incremental:no /debug /pdbtype:sept /subsystem:console /opt:ref /opt:icf /machine:ix86
  73. # 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 ./../../../lib/RakNetLibStatic.lib ws2_32.lib /nologo /out:"Release\Encryption.exe" /incremental:no /debug /pdbtype:sept /subsystem:console /opt:ref /opt:icf /machine:ix86
  74. !ENDIF
  75. # Begin Target
  76. # Name "Encryption - Win32 Debug"
  77. # Name "Encryption - Win32 Release"
  78. # Begin Group "Source Files"
  79. # PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  80. # Begin Source File
  81. SOURCE=.\Encryption.cpp
  82. # End Source File
  83. # End Group
  84. # Begin Group "Header Files"
  85. # PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
  86. # End Group
  87. # End Target
  88. # End Project
粤ICP备19079148号