summary refs log tree commit diff stats
path: root/tests/realtimeGC/make.bat
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2015-04-13 22:36:35 -0500
committerSimon Hafner <hafnersimon@gmail.com>2015-04-13 22:36:35 -0500
commitc55f884b5c0ebc0b637138a8de446ba1fd05acdf (patch)
tree0fe74403843327ac380d3fb8a2775b5b74b93371 /tests/realtimeGC/make.bat
parentc1d0b2403b3f1c9ca487c362658aefb954ee7d96 (diff)
downloadNim-c55f884b5c0ebc0b637138a8de446ba1fd05acdf.tar.gz
integrated realtimegc stuff into testament
Diffstat (limited to 'tests/realtimeGC/make.bat')
-rwxr-xr-xtests/realtimeGC/make.bat10
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%