Search:
Login
Preferences
Lost Password?
Help/Guide
Wiki
»
Home
Index
Recent Changes
Tickets
»
Reports
Query
New Ticket
»
Defect
Enhancement
Feature
Task
Recent Changes
Code
»
Browse
Recent Changes
Timeline
Roadmap
Doxygen
Jenkins
Mail
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 997
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 6, 2008, 12:05:55 AM (
17 years
ago)
Author:
rgrieder
Message:
added tolua++ to the util folder
edited CMLs
Location:
code/branches/script/src/util
Files:
12 added
1 edited
CMakeLists.txt
(modified)
(
2 diffs
)
tolua++
(added)
tolua++/tolua++.h
(added)
tolua++/tolua.c
(added)
tolua++/tolua_event.c
(added)
tolua++/tolua_event.h
(added)
tolua++/tolua_is.c
(added)
tolua++/tolua_map.c
(added)
tolua++/tolua_push.c
(added)
tolua++/tolua_to.c
(added)
tolua++/toluabind.c
(added)
tolua++/toluabind.h
(added)
tolua++/toluabind_default.h
(added)
Legend:
Unmodified
Added
Removed
Tabular
Unified
code/branches/script/src/util/CMakeLists.txt
¶
r871
r997
2
2
3
3
AUX_SOURCE_DIRECTORY(tinyxml TINYXML_SRC_FILES)
4
AUX_SOURCE_DIRECTORY(tolua++ TOLUA++_SRC_FILES)
4
5
5
6
SET (UTIL_SRC_FILES
…
…
11
12
MultiTypeMath.cc
12
13
${TINYXML_SRC_FILES}
14
$(TOLUA++_SRC_FILES)
13
15
)
14
16
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive