Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
607 B

10/08/05
To build and test the minimalSqPlus/ example:
Open Squirrel.sln and build for Debug and Release.
Open the minimalSqPlus/minimalSqPlus.sln and build (Debug or Release), then run.
Alternatively, after building testSqPlus2 in Squirrel.sln, set minimalSqPlus as
the Startup Project, then build and run (dependencies are not set for minimalSqPlus
to illustrate building with pre-compiled libs).
See testSqPlus2/testSqPlus2.cpp for many examples (in the Squirrel.sln solution).
testSqPlus/testSqPlus.cpp is included to show how the old version using macros was used (it is no longer updated).
John