File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
manual/creating_a_user_application Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ $ ./demo1
7272
7373The equivalent command on Windows is:
7474
75- {% highlight C++ %}
75+ ```
7676> cl -nologo -MD -GR -EHsc demo1.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
7777> demo1
78- {% endhighlight %}
78+ ```
7979
8080> ** Note**
8181>
@@ -133,10 +133,10 @@ $ ./demo2
133133
134134The equivalent command on Windows is:
135135
136- {% highlight bash %}
136+ ```
137137> cl -nologo -MD -GR -EHsc demo2.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
138138> demo2
139- {% endhighlight %}
139+ ```
140140
141141> ** Note**
142142>
@@ -180,10 +180,10 @@ $ ./demo3
180180
181181The equivalent command on Windows is:
182182
183- {% highlight bash %}
183+ ```
184184> cl -nologo -MD -GR -EHsc demo3.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
185185> demo3
186- {% endhighlight %}
186+ ```
187187
188188> ** Note**
189189>
You can’t perform that action at this time.
0 commit comments