diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-04-13 22:36:35 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-04-13 22:36:35 -0500 |
commit | c55f884b5c0ebc0b637138a8de446ba1fd05acdf (patch) | |
tree | 0fe74403843327ac380d3fb8a2775b5b74b93371 /tests/realtimeGC/make.bat | |
parent | c1d0b2403b3f1c9ca487c362658aefb954ee7d96 (diff) | |
download | Nim-c55f884b5c0ebc0b637138a8de446ba1fd05acdf.tar.gz |
integrated realtimegc stuff into testament
Diffstat (limited to 'tests/realtimeGC/make.bat')
-rwxr-xr-x | tests/realtimeGC/make.bat | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/realtimeGC/make.bat b/tests/realtimeGC/make.bat deleted file mode 100755 index cce8292bf..000000000 --- a/tests/realtimeGC/make.bat +++ /dev/null @@ -1,10 +0,0 @@ - -set CXX=gcc -set LIBS=-ldl -set LNFLAGS= -set CFLAGS=-DWIN -set INC= - -nim c shared.nim -nim c -o:nmain main.nim -%CXX% %INC% %DEFS% %CFLAGS% -o cmain main.c %LNFLAGS% %LIBS% |