-
Notifications
You must be signed in to change notification settings - Fork 1
Directives
Maeiky edited this page Apr 27, 2022
·
10 revisions
Directives are special commands inside argument, they begin with the hash symbol (#)
Run a subscript
#Run "script.cwc"
Launch a makeFile, only one instance can be lauched at time
#Launch "Build.cwMake"
Build a group of files from the current sequence, to a file type (exe/dll/lib)
xxx #To ""
Save list of outputed objects to a variable
xxx #To ""
Conditionally test is the file is in the dependence list
#If_HasIncluded "Things.h" :: #run makeThings.cwc
Copy a file or all folder files to a destination
#Copy "obj/SrcFile.dll" "bin/"