diff options
author | johnvg | 2006-07-20 10:37:01 +0000 |
---|---|---|
committer | johnvg | 2006-07-20 10:37:01 +0000 |
commit | e7987c3b3f40bd18e5a0c7603c8fd1a89d772699 (patch) | |
tree | 378bd5118139d34e0ede50aef5189ae71a3a9567 | |
parent | backend.dll makefile for 64 bit windows (diff) |
add object code for set_return_code.c for 32 and 64 bit windows
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1607 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | main/Windows/set_return_code.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Windows/set_return_code.icl b/main/Windows/set_return_code.icl index 4171e6a..396961f 100644 --- a/main/Windows/set_return_code.icl +++ b/main/Windows/set_return_code.icl @@ -1,6 +1,6 @@ implementation module set_return_code; -import code from "set_return_code.obj"; +import code from "c_set_return_code."; import StdString; |