Skip to content

Commit

Permalink
Update cr/lf's
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 16, 2015
1 parent 609e17e commit 0baf87e
Show file tree
Hide file tree
Showing 13 changed files with 1,580 additions and 1,580 deletions.
52 changes: 26 additions & 26 deletions nccdll_notes.txt
@@ -1,26 +1,26 @@
Notes to create the Nutcracker DLL project
Updated 26 Jan 2014, by Matt Brown
* The Visual Studio project is located in xLights\nccdll directory
* Requires MS Visual Studio 2010 or later
* Make sure the vc\bin directory is in your path (e.g. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin)
-- First need to create 32b static libs (debug/release)
* Create a fresh copy of the wxWidgets source (e.g. C:\wxWidgets-3.0.0vc) - do not reuse the wxWidgets directory compiled for xLights
* Open a command prompt
* cd to the fresh copy's build/msw subdirectory (e.g. C:\wxWidgets-3.0.0vc\build\msw)
* Run: vcvars32.bat
* Run: nmake -f makefile.vc SHARED=0 UNICODE=1 BUILD=debug
* Run: nmake -f makefile.vc SHARED=0 UNICODE=1 BUILD=release
* Close command prompt
-- Now build DLL using Visual Studio
* Open .sln file in xLights\nccdll directory using Visual Studio
* Right click on "nccdll" in Solution Explorer, select Properties from menu
* Click on VC++ Directories. Edit the Include and Library directories to match the wxWidgets location above.
* Set build type to Debug or Release, depending on your needs
* Build solution!
* DLL file will be in the Debug or Release subdirectory under nccdll.
Notes to create the Nutcracker DLL project
Updated 26 Jan 2014, by Matt Brown

* The Visual Studio project is located in xLights\nccdll directory
* Requires MS Visual Studio 2010 or later
* Make sure the vc\bin directory is in your path (e.g. C:\Program Files\Microsoft Visual Studio 10.0\VC\bin)

-- First need to create 32b static libs (debug/release)

* Create a fresh copy of the wxWidgets source (e.g. C:\wxWidgets-3.0.0vc) - do not reuse the wxWidgets directory compiled for xLights
* Open a command prompt
* cd to the fresh copy's build/msw subdirectory (e.g. C:\wxWidgets-3.0.0vc\build\msw)
* Run: vcvars32.bat
* Run: nmake -f makefile.vc SHARED=0 UNICODE=1 BUILD=debug
* Run: nmake -f makefile.vc SHARED=0 UNICODE=1 BUILD=release
* Close command prompt

-- Now build DLL using Visual Studio

* Open .sln file in xLights\nccdll directory using Visual Studio
* Right click on "nccdll" in Solution Explorer, select Properties from menu
* Click on VC++ Directories. Edit the Include and Library directories to match the wxWidgets location above.
* Set build type to Debug or Release, depending on your needs
* Build solution!
* DLL file will be in the Debug or Release subdirectory under nccdll.

878 changes: 439 additions & 439 deletions xLights/ColorPanel.cpp

Large diffs are not rendered by default.

0 comments on commit 0baf87e

Please sign in to comment.