/ld20

To get this branch, use:
bzr branch /bzr/ld20

« back to all changes in this revision

Viewing changes to premake4.lua

  • Committer: Josh C
  • Date: 2013-03-28 04:16:26 UTC
  • Revision ID: josh@9ix.org-20130328041626-hxfm6lsojmmvmgla
link things in the correct order

Show diffs side-by-side

added added

removed removed

14
14
     libdirs(_BUILD_BASE) -- where monocle puts libMonocleCore[Debug].a
15
15
     monocle_os_defines()
16
16
     monocle_os_includedirs()
17
 
     monocle_os_links_base()
18
17
  else 
19
18
     if not _OPTIONS["help"] then
20
19
        --error("ERROR: you must set the --monocle option", 0)
37
36
      defines { "DEBUG" }
38
37
      flags { "Symbols" }
39
38
      links { "MonocleCoreDebug" }
 
39
      monocle_os_links_base()
40
40
 
41
41
    configuration "Release"
42
42
      defines { "NDEBUG" }
43
43
      flags { "Optimize" }  
44
 
      links { "MonocleCore" }
 
 
'\\ No newline at end of file'
 
44
      links { "MonocleCore" }
 
45
      monocle_os_links_base()
 
 
'\\ No newline at end of file'