Changeset 334 in xtideuniversalbios for trunk/Tools
- Timestamp:
- Mar 13, 2012, 5:29:34 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/StringsCompress.pl
r277 r334 66 66 print ";;;======================================================================\n\n"; 67 67 68 print "%ifdef STRINGSCOMPRESSED_STRINGS\n\n"; 68 69 69 70 # … … 182 183 # 183 184 185 print "%endif ; STRINGSCOMPRESSED_STRINGS\n\n"; 186 print "%ifdef STRINGSCOMPRESSED_TABLES\n\n"; 187 184 188 print "StringsCompressed_NormalBase equ ".$normal_base."\n\n"; 185 189 … … 263 267 print ";; alphabet used count: ".$used_count."\n"; 264 268 269 print "%endif ; STRINGSCOMPRESSED_TABLES\n\n"; 270 265 271 #-------------------------------------------------------------------------------- 266 272 #
Note:
See TracChangeset
for help on using the changeset viewer.