Changeset 6be0cf9 for src/examples/gc_no_raii/premake4.lua
- Timestamp:
- Jan 19, 2016, 4:07:06 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 08a40fd
- Parents:
- a2b2761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/premake4.lua
ra2b2761 r6be0cf9 38 38 linkoptions (linkOptionList) 39 39 includedirs (includeDirList) 40 files { "../fstream.c", "../iostream.c", "../iterator.c", "src/* .c" }40 files { "../fstream.c", "../iostream.c", "../iterator.c", "src/**.c" } 41 41 42 42 configuration "debug"
Note: See TracChangeset
for help on using the changeset viewer.