Changeset 2610 for code/branches/buildsystem2/src/tolua/lua
- Timestamp:
- Jan 29, 2009, 9:04:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/tolua/lua/package.lua
r2520 r2610 121 121 122 122 output('#ifndef __cplusplus\n') 123 output('#include "stdlib.h"\n')123 output('#include <stdlib.h>\n') 124 124 output('#endif\n') 125 output('#include "string.h"\n\n')126 output('#include "tolua++.h"\n\n')125 output('#include <string.h>\n\n') 126 output('#include <tolua/tolua++.h>\n\n') 127 127 128 128 if flags.H then
Note: See TracChangeset
for help on using the changeset viewer.