| Code: |
| $include1 = #include "StdAfx.h"
$include2 = #include "Setup.h" $include3 = #ifdef WIN32 $include4 = #pragma warning(disable:4305) $include5 = #endif echo "Script:<br />"; echo "$include1<br />"; echo "$include2<br />"; <br /> echo "$include3<br />"; echo "$include4<br />"; echo "$include5<br />"; |
The problem is with the variables and the way its written, dont worry about the fact that its not inbetween anything.
How do I write this?
Last edited by Ndogg on Wed Jul 01, 2009 1:57 am; edited 1 time in total
