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.

25 lines
1.1 KiB

  1. @rem ***** GPD and Font resource conversion
  2. @rem 1 "Star NX-2420HT"
  3. @rem 2 "Star XB-2415HT"
  4. @rem 3 "Star XB-2425HT"
  5. @rem 4 "Star XT-15"
  6. gpc2gpd -S1 -Istar24ec.gpc -M1 -Rst24tres.dll -Ostn220ht.gpd -N"Star NX-2420HT"
  7. awk -f star24ec.awk stn220ht.gpd > temp.gpd & copy temp.gpd stn220ht.gpd
  8. gpc2gpd -S1 -Istar24ec.gpc -M2 -Rst24tres.dll -Ostx215ht.gpd -N"Star XB-2415HT"
  9. awk -f star24ec.awk stx215ht.gpd > temp.gpd & copy temp.gpd stx215ht.gpd
  10. gpc2gpd -S1 -Istar24ec.gpc -M3 -Rst24tres.dll -Ostx225ht.gpd -N"Star XB-2425HT"
  11. awk -f star24ec.awk stx225ht.gpd > temp.gpd & copy temp.gpd stx225ht.gpd
  12. gpc2gpd -S1 -Istar24ec.gpc -M4 -Rst24tres.dll -Ostxt15t.gpd -N"Star XT-15"
  13. awk -f star24ec.awk stxt15t.gpd > temp.gpd & copy temp.gpd stxt15t.gpd
  14. @if exist *.log del *.log
  15. @if exist temp.gpd del temp.gpd
  16. @rem mkgttufm -vac star24ec.rc3 s24ecres.cmd > s24ecres.txt
  17. @rem Create codepage txt file.
  18. @rem Run epap1000.cmd
  19. @rem Create NT5.0's RC file
  20. @rem Change sources to build NT5.0's RC file.
  21. @rem Build.