Tweaked staticLink sample: turned on UPX compression and added Additional Library...
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Sep 2011 06:20:08 +0000 (02:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Sep 2011 06:20:08 +0000 (02:20 -0400)
samples/eC/staticLink/staticLink.epj

index ce3e9d6..da744e6 100644 (file)
@@ -40,7 +40,8 @@
             "ObjectsDirectory" : "",
             "Libraries" : [
                "ecereVanilla"
-            ]
+            ],
+            "Compress" : true
          },
          "Platforms" : [
             {
@@ -54,6 +55,9 @@
                      "mpr",
                      "imm32",
                      "z"
+                  ],
+                  "LibraryDirs" : [
+                     "../../deps/zlib/obj/release.$(PLATFORM)"
                   ]
                }
             }