Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xmarv

Pages: [1]
1
General / CMake configuration problem?
« on: March 13, 2012, 10:54:10 pm »
No, thanks for the information :)

It does now produce the correct result.

2
General / CMake configuration problem?
« on: March 13, 2012, 10:47:16 pm »
Ok, it gives the same result with less compiling-garbage-files. I executed "nmake" within the folder where the Makefile was created by CMake. (no additional parameters)

3
General / CMake configuration problem?
« on: March 13, 2012, 10:34:09 pm »
Not yet, I guess I'll need to have NMake installed for that.. I'll try it out.
But why isn't it working the easy way? :P

4
General / CMake configuration problem?
« on: March 13, 2012, 10:25:09 pm »
Hi,

I've created the SFML (latest revision) project files using CMake and the options BUILD_SHARED_LIBS=disabled and STATIC_STD_LIBS=enabled.

For more details, check this screenshot of the generator:


When I compile the project files, I still get DLLs and nothing with an "-s" in the name. Can someone tell me what I have missed?

Pages: [1]