ide (win32): Saving settings in Users/EcereIDE as Windows does not like paths startin...
[sdk] / ecere / ecereCOM.epj
index 302e7e8..5166b8c 100644 (file)
@@ -1,6 +1,7 @@
 {
    "Version" : 0.2,
    "ModuleName" : "ecereCOM",
+   "ModuleVersion" : "0.44",
    "Options" : {
       "Warnings" : "All",
       "PreprocessorDefinitions" : [
             ],
             "FastMath" : true,
             "PostbuildCommands" : [
-               "$(call cpq,$(TARGET),../$(SODESTDIR))"
+               "$(call cp,$(TARGET),../$(SODESTDIR))"
+            ],
+            "InstallCommands" : [
+               "$(call cp,$(TARGET),\"$(DESTLIBDIR)/\")",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
+               "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
             ]
          }
       },
             ],
             "TargetType" : "StaticLibrary",
             "TargetFileName" : "ecereCOMStatic",
-            "TargetDirectory" : "ecereCOMStatic",
             "ObjectsDirectory" : "ecereCOMStatic",
             "Libraries" : [
 
             ],
             "FastMath" : true
          }
+      },
+      {
+         "Name" : "Emscripten",
+         "Options" : {
+            "Optimization" : "Size",
+            "PreprocessorDefinitions" : [
+               "ECERE_STATIC",
+               "ECERE_COM_ONLY"
+            ],
+            "TargetType" : "StaticLibrary",
+            "TargetFileName" : "ecereCOMStatic"
+         }
       }
    ],
    "Files" : [
    "ResourcesPath" : "",
    "Resources" : [
 
-   ],
-   "ModuleVersion" : "0.44"
+   ]
 }