I'm wondering how I would exclude a file from being built within my batch file. Currently, my cl.exe compiliation line within the batch file looks like this:
cl /c ..\source\*.c
so how would I say I would like to build all files EXCEPT "file_not_needed.c" from the build?