Added a .cpp file for rust_proxy to help avoid .h file dependencies in the future.

This commit is contained in:
Michael Bebenita 2010-09-07 18:08:09 -07:00
parent 9b74129a4f
commit 066c14009b
2 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,7 @@ RUNTIME_CS := rt/sync/timer.cpp \
rt/rust_comm.cpp \
rt/rust_dom.cpp \
rt/rust_task.cpp \
rt/rust_proxy.cpp \
rt/rust_chan.cpp \
rt/rust_port.cpp \
rt/rust_upcall.cpp \

1
src/rt/rust_proxy.cpp Normal file
View File

@ -0,0 +1 @@
#include "rust_internal.h"