Port a bunch of legwork files to C++.

This commit is contained in:
David Anderson
2014-08-21 23:53:11 -07:00
parent 5a4c50ce55
commit 261188fd1b
8 changed files with 24 additions and 68 deletions
+5 -5
View File
@@ -78,10 +78,10 @@ elif builder.target_platform == 'mac':
]
binary.sources += [
'libpawnc.c',
'libpawnc.cpp',
'lstring.c',
'memfile.c',
'pawncc.c',
'memfile.cpp',
'pawncc.cpp',
'sc1.c',
'sc2.c',
'sc3.c',
@@ -92,11 +92,11 @@ binary.sources += [
'scexpand.c',
'sci18n.c',
'sclist.c',
'scmemfil.c',
'scmemfil.cpp',
'scstate.c',
'sctracker.c',
'scvars.c',
'sp_file.c',
'sp_file.cpp',
'zlib/adler32.c',
'zlib/compress.c',
'zlib/crc32.c',