https://github.com/timandy/duilib
Automatically exported from code.google.com/p/duilib
https://github.com/timandy/duilib
Last synced: 6 months ago
JSON representation
Automatically exported from code.google.com/p/duilib
- Host: GitHub
- URL: https://github.com/timandy/duilib
- Owner: timandy
- Created: 2015-06-15T09:53:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T09:55:59.000Z (over 10 years ago)
- Last Synced: 2025-02-09T16:40:51.951Z (11 months ago)
- Language: C++
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 86
-
Metadata Files:
- Readme: Readme.cmake
Awesome Lists containing this project
README
#Readme file for CMake
#Author: Qi Gao(monkgau@gmail.com)
#Created: 2012/9/19
1. Open SDK or VS Command prompts at where your duilib located,eg: d:\dev\duilib
2. create a directory for build. eg: mkdir build
3. begin to create makefiles at build dir. eg: d:\dev\cmake\bin\cmake.exe ..
4. build all apps. eg: nmake
5. enjoy your dui apps at bin directory. eg: d:\dev\duilib\bin
process listed have been tested under vc2010 and winsdk7.1
ps: for a successful cmake build,you may need to delete the lib link code from stdafx.h of each project.