Compiling Packages
Go Up to Creating and Editing Packages
You can compile a package from the IDE or from the command line.
To recompile a package by itself from the IDE
- Choose File > Open and select a package source file (
.dpk
). - Click Open.
- When the package opens:
- In the Project Manager, right-click the package and choose Compile.
- In the IDE, choose Project > Build .
Note: Right-click the package project nodes for options to compile or build.
You can insert compiler directives into your package source code.
If you compile from the command line, you can use several package-specific switches.
Topics
- Package-specific Compiler Directives
- Using the Weak Packaging Directive
- Compiling and Linking from the Command Line
- Package Files Created by Compiling
- Building Static Packages
- Packages for C++ New Toolchain