source: src/examples/gc_no_raii/regen_makefile.sh@ 29ad0ac

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new stuck-waitfor-destruct with_gc
Last change on this file since 29ad0ac was 15db1ab, checked in by Thierry Delisle <tdelisle@…>, 10 years ago

added some files for the garbage collector and hack together the compilation

  • Property mode set to 100755
File size: 176 bytes
Line 
1#!/bin/sh
2
3premake4 clean
4premake4 gmake
5sed '/# GNU Make project makefile autogenerated by Premake/a CC = ..\/cfa\nCXX = ..\/cfa\n' build/Makefile > out
6mv out build/Makefile
Note: See TracBrowser for help on using the repository browser.