Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created August 13, 2014 01:59
Show Gist options
  • Select an option

  • Save jerstlouis/209147888900e99d5d4a to your computer and use it in GitHub Desktop.

Select an option

Save jerstlouis/209147888900e99d5d4a to your computer and use it in GitHub Desktop.
{
"Version" : 0.2,
"ModuleName" : "simpleProject",
"Options" : {
"Warnings" : "All",
"TargetType" : "Executable",
"TargetFileName" : "simpleProject",
"Libraries" : [
"ecere"
]
},
"Configurations" : [
{
"Name" : "Debug",
"Options" : {
"Debug" : true,
"Optimization" : "None",
"PreprocessorDefinitions" : [
"_DEBUG"
],
"FastMath" : false
}
}
],
"Files" : [
"form1.ec"
],
"ResourcesPath" : "",
"Resources" : [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment