summaryrefslogtreecommitdiff
path: root/examples/DLL/DLL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DLL/DLL.mpc')
-rw-r--r--examples/DLL/DLL.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/DLL/DLL.mpc b/examples/DLL/DLL.mpc
index 658c9379279..ca8d0a63009 100644
--- a/examples/DLL/DLL.mpc
+++ b/examples/DLL/DLL.mpc
@@ -14,8 +14,9 @@ project(*Today) : acelib {
}
project(*Main) : aceexe {
- after += DLL_Newsweek DLL_Today
+ exename = test_dll
+ after += DLL_Newsweek DLL_Today
Source_Files {
test_dll.cpp
}
-} \ No newline at end of file
+}