My office just upgraded my PC to a Win 10 64-bit forcing me to dump programs such as rmake.
I guess I can use the sample provided by Antonio bormake.zip to guide me to convert my rmk scripts. However I wonder how do I translate the #defines?
In batch file
- Code: Select all Expand view
call rmake inv /d%1
In rmk
- Code: Select all Expand view
#ifdef DEMO
switch=/dDEMO /dLIMIT
#else
switch=/dSELL
#endif
TIA