Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to build without DSSS?  (Read 4127 times)

0 Members and 1 Guest are viewing this topic.

RobotGymnast

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
How to build without DSSS?
« on: January 30, 2011, 05:39:47 pm »
DSSS gives nonsensical, unhelpful error messages whenever I try to use it for anything. To build any of the libraries can I simply substitute
Code: [Select]

dmd -lib [source files]


And then copy & rename the resulting library?

Trass3r

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
How to build without DSSS?
« Reply #1 on: January 30, 2011, 06:01:19 pm »
Just use xfBuild or rdmd with your main source file and dsml will be automatically compiled if the import paths are properly set.

 

anything