Results 1 to 4 of 4

Thread: Which files are required to compile a project?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Thanks.

    Here, Lazarus also seems to generate .manifest files and a directory called "backup". I guess I can ignore/delete those too?

    I'm also not sure about .res and .rc files.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2
    PGDCE Developer de_jean_7777's Avatar
    Join Date
    Nov 2006
    Location
    Bosnia and Herzegovina (Herzegovina)
    Posts
    287
    Quote Originally Posted by chronozphere View Post
    Thanks.

    Here, Lazarus also seems to generate .manifest files and a directory called "backup". I guess I can ignore/delete those too?

    I'm also not sure about .res and .rc files.
    Those files are automatically generated on compile time and you don't need them, so it's safe to delete them. The "backup" directory are backups of source files, so you can revert changes you made.
    Existence is pain

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •