minor updates from windows, getting gnu windows to compile slightly further
[feisty_meow.git] / nucleus / applications / bundler / makefile
index 1137f980e78ea3e92c0c9e51dd596df4f7904bb6..7904ea71ff892c4985c115c0ac21f7b05fa7b5ea 100644 (file)
@@ -11,12 +11,11 @@ endif
 DEFINITIONS += __BUILD_STATIC_APPLICATION__=t
 TARGETS = bundle_creator.exe
 LAST_TARGETS += make_stub
-ifeq "$(OP_SYSTEM)" "WIN32"
+ifeq "$(COMPILER)" "VISUAL_CPP"
   LOCAL_HEADERS += $(THIRD_PARTY_DIR)/zlib/include
   LOCAL_LIBRARIES += $(THIRD_PARTY_DIR)/zlib/lib
   LIBS_USED += zlib.lib
-endif
-ifeq "$(OP_SYSTEM)" "UNIX"
+else
   LIBS_USED += z
 endif