Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now compiles on Windows w/ MINGW 4.8 #3

Open
wants to merge 13 commits into
base: devel
Choose a base branch
from
Open

Conversation

msis
Copy link

@msis msis commented Nov 2, 2013

No description provided.

@@ -4,7 +4,7 @@ set(EXECNAME pAntler)
find_package(MOOS 10)

#what files are needed?
SET(SRCS AntlerMain.cpp Antler.cpp)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the pull request! You saved me duplicating half the effort (half, until I realized someone else already did it!).

Just a comment: on this CMakeLists.txt file, I would rather add conditionally to be in WIN32, just in case it breaks UNIXes builds which seem to work as is...

IF (WIN32)
    SET(SRCS ${SRCS} XPCProcess.cpp XPCProcessAttrib.cpp)
ENDIF(WIN32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants