diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-21 19:35:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-21 19:35:38 +0000 |
commit | 69e309a8b4cb0a33b140895a748842131a31460f (patch) | |
tree | 225d7375751a052d742fff541a12edc98226381a /examples | |
parent | 40a0bf58f62ef7fa887667ce357422e5a5558e02 (diff) | |
download | ATCD-69e309a8b4cb0a33b140895a748842131a31460f.tar.gz |
ChangeLogTag:Fri Dec 21 11:30:01 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Shared_Malloc/multiple_mallocs.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/Shared_Malloc/multiple_mallocs.dsp b/examples/Shared_Malloc/multiple_mallocs.dsp index 0696dd6e144..6341dc2104b 100644 --- a/examples/Shared_Malloc/multiple_mallocs.dsp +++ b/examples/Shared_Malloc/multiple_mallocs.dsp @@ -89,12 +89,28 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
# Begin Source File
+SOURCE=.\Malloc.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Options.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\test_multiple_mallocs.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Malloc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Options.h
+# End Source File
# End Group
# Begin Group "Resource Files"
|