Changeset 5935 for code/branches/pickup/bin
- Timestamp:
- Oct 13, 2009, 5:05:17 PM (15 years ago)
- Location:
- code/branches/pickup
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup
- Property svn:mergeinfo changed
-
code/branches/pickup/bin/CMakeLists.txt
r5781 r5935 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/branches/pickup/bin/vld.ini.in
r3196 r5935 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.