in reply to Re^6: Troubles creating a .exe
in thread Troubles creating a .exe
PAR does a better job and there is no magic involved, just a thorough dependency scanning.
I grant you that there will always be edge-cases where dependency scanning will miss something, but I never had to add all of the used modules (and the modules used by these -- recursively) by hand.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
My blog: Imperial Deltronics
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Troubles creating a .exe
by Anonymous Monk on Feb 29, 2012 at 07:38 UTC | |
by CountZero (Bishop) on Feb 29, 2012 at 19:40 UTC | |
by Anonymous Monk on Mar 01, 2012 at 03:48 UTC | |
by CountZero (Bishop) on Mar 01, 2012 at 10:21 UTC |