Unpack.dsp 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Microsoft Developer Studio Project File - Name="Unpack" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Java Virtual Machine Java Project" 0x0809
  5. CFG=Unpack - Java Virtual Machine 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 "Unpack.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 "Unpack.mak" CFG="Unpack - Java Virtual Machine Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Unpack - Java Virtual Machine Release" (based on\
  19. "Java Virtual Machine Java Project")
  20. !MESSAGE "Unpack - Java Virtual Machine Debug" (based on\
  21. "Java Virtual Machine Java Project")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. JAVA=jvc.exe
  27. !IF "$(CFG)" == "Unpack - Java Virtual Machine Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir ""
  31. # PROP BASE Intermediate_Dir ""
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir ""
  36. # PROP Intermediate_Dir ""
  37. # PROP Target_Dir ""
  38. # ADD BASE JAVA /O
  39. # ADD JAVA /O
  40. !ELSEIF "$(CFG)" == "Unpack - Java Virtual Machine Debug"
  41. # PROP BASE Use_MFC 0
  42. # PROP BASE Use_Debug_Libraries 1
  43. # PROP BASE Output_Dir ""
  44. # PROP BASE Intermediate_Dir ""
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 0
  47. # PROP Use_Debug_Libraries 1
  48. # PROP Output_Dir ""
  49. # PROP Intermediate_Dir ""
  50. # PROP Target_Dir ""
  51. # ADD BASE JAVA /g
  52. # ADD JAVA /g
  53. !ENDIF
  54. # Begin Target
  55. # Name "Unpack - Java Virtual Machine Release"
  56. # Name "Unpack - Java Virtual Machine Debug"
  57. # Begin Source File
  58. SOURCE=.\Unpack.java
  59. # End Source File
  60. # End Target
  61. # End Project