Port lstring and sclist to C++.

This commit is contained in:
David Anderson
2014-08-21 23:58:19 -07:00
parent 2ba4fb180e
commit 3e8157c6bc
4 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ elif builder.target_platform == 'mac':
binary.sources += [
'libpawnc.cpp',
'lstring.c',
'lstring.cpp',
'memfile.cpp',
'pawncc.cpp',
'sc1.c',
@@ -91,7 +91,7 @@ binary.sources += [
'sc7.c',
'scexpand.c',
'sci18n.c',
'sclist.c',
'sclist.cpp',
'scmemfil.cpp',
'scstate.cpp',
'sctracker.c',