Flikky
18th September 2003, 00:50
Is it possible to skip File commands? The following code doesn't let me skip it no-matter what I try.
!define StandAlone "false"
; this should be skipped if StandAlone is "false"
StrCmp "${StandAlone}" "true" 0 +4
SetOutPath "$RootDirectory"
File "blah.dll"
File /r "some_folder"
i.e. if StandAlone include blah.dll and some_folder, else don't :)
!define StandAlone "false"
; this should be skipped if StandAlone is "false"
StrCmp "${StandAlone}" "true" 0 +4
SetOutPath "$RootDirectory"
File "blah.dll"
File /r "some_folder"
i.e. if StandAlone include blah.dll and some_folder, else don't :)