Leaked source code of windows server 2003
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.

41 lines
1.9 KiB

  1. @rem ***** GPD and Font resource conversion
  2. @rem 1 "EPSON VP-5100"
  3. @rem 2 "EPSON VP-5200"
  4. @rem 3 "EPSON VP-5000"
  5. @rem 4 "EPSON VP-6000"
  6. @rem 5 "EPSON VP-1800"
  7. @rem 6 "EPSON VP-4100"
  8. @rem 7 "EPSON VP-4200"
  9. @rem 8 "EPSON VP-2200"
  10. @rem 9 "EPSON VP-4000"
  11. @rem 10 "EPSON VP-1100"
  12. @rem 11 "EPSON VP-600"
  13. gpc2gpd -S1 -Iepvpjres.gpc -M1 -REPE2JRES.DLL -Oepv5100j.gpd -N"EPSON VP-5100"
  14. gpc2gpd -S1 -Iepvpjres.gpc -M2 -REPE2JRES.DLL -Oepv5200j.gpd -N"EPSON VP-5200"
  15. gpc2gpd -S1 -Iepvpjres.gpc -M3 -REPE2JRES.DLL -Oepv5000j.gpd -N"EPSON VP-5000"
  16. gpc2gpd -S1 -Iepvpjres.gpc -M4 -REPE2JRES.DLL -Oepv6000j.gpd -N"EPSON VP-6000"
  17. gpc2gpd -S1 -Iepvpjres.gpc -M5 -REPE2JRES.DLL -Oepv1800j.gpd -N"EPSON VP-1800"
  18. gpc2gpd -S1 -Iepvpjres.gpc -M6 -REPE2JRES.DLL -Oepv4100j.gpd -N"EPSON VP-4100"
  19. gpc2gpd -S1 -Iepvpjres.gpc -M7 -REPE2JRES.DLL -Oepv4200j.gpd -N"EPSON VP-4200"
  20. gpc2gpd -S1 -Iepvpjres.gpc -M8 -REPE2JRES.DLL -Oepv2200j.gpd -N"EPSON VP-2200"
  21. gpc2gpd -S1 -Iepvpjres.gpc -M9 -REPE2JRES.DLL -Oepv4000j.gpd -N"EPSON VP-4000"
  22. gpc2gpd -S1 -Iepvpjres.gpc -M10 -REPE2JRES.DLL -Oepv1100j.gpd -N"EPSON VP-1100"
  23. gpc2gpd -S1 -Iepvpjres.gpc -M11 -REPE2JRES.DLL -Oepv600j.gpd -N"EPSON VP-600"
  24. gpc2gpd -S1 -Ie_escp3d.gpc -M6 -REPE2JRES.DLL -Oepv1850j.gpd -N"EPSON VP-1850"
  25. gpc2gpd -S1 -Ie_escp3e.gpc -M9 -REPE2JRES.DLL -Oepv6200j.gpd -N"EPSON VP-6200"
  26. awk -f e_escp3e.awk epv6200j.gpd > temp.gpd & copy temp.gpd epv6200j.gpd
  27. @rem mkgttufm -vac epvpjres.rc3 epvpjres.cmd > epvpjres.txt
  28. @rem Create codepage txt file.
  29. @rem Run epap1000.cmd
  30. @rem Create NT5.0's RC file
  31. @rem Change sources to build NT5.0's RC file.
  32. @rem Build.