Changeset 5929 for code/trunk/bin
- Timestamp:
- Oct 12, 2009, 8:20:07 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core5 (added) merged: 5768-5769,5772,5775-5780,5783-5785,5791-5792,5795-5807,5809-5814,5816-5832,5836-5839,5842-5853,5855-5899,5904-5922,5924-5928
- Property svn:mergeinfo changed
-
code/trunk/bin/CMakeLists.txt
r5781 r5929 26 26 27 27 # Create run scripts for Windows to manually add the DLL path when executing 28 SET(RUN_SCRIPTS run standalone client1 client2 server dedicated )28 SET(RUN_SCRIPTS run standalone client1 client2 server dedicated dedicatedClient) 29 29 IF(WIN32) 30 30 FOREACH(_script ${RUN_SCRIPTS}) -
code/trunk/bin/vld.ini.in
r3196 r5929 56 56 ; Default: None. 57 57 ; 58 ForceIncludeModules = 58 ForceIncludeModules = boost_date_time-vc80-mt-gd-1_39.dll, boost_filesystem-vc80-mt-gd-1_39.dll, boost_system-vc80-mt-gd-1_39.dll, boost_thread-vc80-mt-gd-1_39.dll, enet_d.dll, lua_d.dll, ogg_d.dll, vorbis_d.dll, vorbifile_d.dll 59 59 60 60 ; Maximum number of data bytes to display for each leaked block. If zero, then … … 66 66 ; Default: 4294967295 67 67 ; 68 MaxDataDump = 68 MaxDataDump = 0 69 69 70 70 ; Maximum number of call stack frames to trace back during leak detection.
Note: See TracChangeset
for help on using the changeset viewer.